User contributions
- 21:16, 12 May 2015 diff hist +783 N CAObject::PictureToStream Created page with "<< Back to CAObject = bool PictureToStream(stream,mimeType) = Causes ADE to retrieve CAObject object’s picture, if any, and send it to the stream specifie..."
- 21:12, 12 May 2015 diff hist +647 N CAObject::PictureToFile Created page with "<< Back to CAObject = bool PictureToFile(fileName,mimeType) = Causes ADE to retrieve CAObject object’s picture, if any, and save it to file «filename», ..."
- 21:07, 12 May 2015 diff hist +1,427 N CAObject::CreateDefTable Created page with "<< Back to CAObject = bool CreateDefTable(indexList) = Creates an input table object in the definition attribute of the specified Analytica object with dimensio..."
- 20:52, 12 May 2015 diff hist +46 CALicense
- 20:49, 12 May 2015 diff hist +310 N CALicense::RlmPath Created page with "<< Back to CALicense = property string RlmPath = The path used by the Reprise License Manager when searching for a valid license. == Data type == string == ..."
- 20:47, 12 May 2015 diff hist +312 N CALicense::RlmUserId Created page with "<< Back to CALicense = property string RlmUserId = The Reprise License Manager user id for the computer running the ADE process. == Data type == string == A..."
- 20:45, 12 May 2015 diff hist +396 N CALicense::RlmHostId Created page with "<< Back to CALicense = property string RlmHostId = The Reprise License Manager host id (used for license activation and validation) for the computer running th..."
- 20:42, 12 May 2015 diff hist +295 CALicense::MaxLicenseInstances
- 20:42, 12 May 2015 diff hist +325 N CALicense::MaxLicenseInstances Created page with "<< Back to CALicense = property int MaxLicenseInstances = Total number of ADE instances allowed on current license, including any currently running. == Data t..."
- 20:40, 12 May 2015 diff hist +802 CALicense
- 20:36, 12 May 2015 diff hist +623 N CALicense::CanUseOptimizer Created page with "<< Back to CALicense = property bool CALicense::CanUseOptimizer = Indicates whether your ADE license allows your models to make use of the Optimizer. I..."
- 20:36, 12 May 2015 diff hist -4 m Analytica Decision Engine (ADE) API →Properties: CALicense::CanUseOptimizer
- 20:31, 12 May 2015 diff hist -4 m CALicense →Properties
- 20:30, 12 May 2015 diff hist 0 m CALicense::ErrorCode →property int CALicense::ErrorCode
- 20:29, 12 May 2015 diff hist +1,537 N CALicense::ErrorText Created page with "<< Back to CALicense = property string CALicense::ErrorText = Status text reason for failure) from the previous CALicense method call. In particular, a..."
- 20:26, 12 May 2015 diff hist +1,541 N CALicense::ErrorCode Created page with "<< Back to CALicense = property int CALicense::ErrorCode = Status code (reason for failure) from the previous method call. In particular, after calling the..."
- 20:17, 12 May 2015 diff hist +1,083 N CALicense::SetApplicationLicenseCode Created page with "<< Back to CALicense = void CALicense::SetApplicationLicenseCode(string licenseCode) = Specifies an ADE license code that is to be used for the instantiati..."
- 20:11, 12 May 2015 diff hist +23 N CALicense::AvailableLicenseInstances Redirected page to CALicense
- 18:35, 12 May 2015 diff hist +695 N CALicense::NewCAEngine Created page with "<< Back to CALicense = CAEngine* NewCAEngine() = Attempts to create an instance of CAEngine. If this is not possible, perhaps due to a limitation in yo..."
- 18:25, 12 May 2015 diff hist -15 m CAEngine →bool SetCallbackObject(IUnknown* pCallbackObj)
- 18:24, 12 May 2015 diff hist +15 m CAEngine →bool SetCallbackObject(IUnknown* pCallbackObj)
- 18:22, 12 May 2015 diff hist +85 Analytica Decision Engine (ADE) API DefaultEvaluationTimeLimit
- 18:21, 12 May 2015 diff hist +73 Analytica Decision Engine (ADE) API SetCallbackObject
- 18:19, 12 May 2015 diff hist +25 m Analytica Decision Engine (ADE) API minor corrections to IAdeUICallbacks
- 18:17, 12 May 2015 diff hist +779 N IAdeUICallbacks::ShowPdfFile Created page with "<< Back to IAdeUICallbacks = void IAdeUICallbacks::ShowPdfFile([in] string filepath, [in] string bookmark, [in] bool bSearch, [in] bool bBookmarks) = ..."
- 18:12, 12 May 2015 diff hist -1 IAdeUICallbacks::AskMsgChoice
- 18:11, 12 May 2015 diff hist +1 m IAdeUICallbacks →string GetFilename([in] string function, [in] string defaultName, [in] string directory, [in] string extensions, [in] string caption, [in] CAObject* callingIdent)
- 18:10, 12 May 2015 diff hist +2 m IAdeUICallbacks::AskMsgComboBox
- 18:09, 12 May 2015 diff hist -4 IAdeUICallbacks::FileOpenCompleted
- 18:09, 12 May 2015 diff hist -14 m IAdeUICallbacks::GetFilename
- 18:08, 12 May 2015 diff hist +875 N IAdeUICallbacks::FileOpenCompleted Created page with "<< Back to IAdeUICallbacks = void FileOpenCompleted([in] string function, [in] string fullFilePath) = When a function requests a filename from IAdeUICa..."
- 18:04, 12 May 2015 diff hist +2,046 N IAdeUICallbacks::GetFilename Created page with "<< Back to IAdeUICallbacks = string GetFilename([in] string function, [in] string defaultName, [in] string directory, [in] string extensions, [in] string ..."
- 17:49, 12 May 2015 diff hist +1,226 N IAdeUICallbacks::AskMsgComboBox Created page with "<< Back to IAdeUICallbacks = string IAdeUICallbacks::AskMsgComboBox(([in] string question, [in] string title, [in] array<string> optionList, [in] stri..."
- 17:44, 12 May 2015 diff hist +143 IAdeUICallbacks::AskMsgChoice
- 17:35, 12 May 2015 diff hist +1,478 N IAdeUICallbacks::AskMsgChoice Created page with "<< Back to IAdeUICallbacks = long IAdeUICallbacks::AskMsgChoice(([in] string question, [in] string title, [in] array<string> optionList, [in] long def..."
- 17:30, 12 May 2015 diff hist +125 IAdeUICallbacks::AskMsgText
- 17:28, 12 May 2015 diff hist +1,021 N IAdeUICallbacks::AskMsgNumber Created page with "<< Back to IAdeUICallbacks = double IAdeUICallbacks:: AskMsgNumber([in] string question, [in] BSTR title, [in] bool bShowDefault, [in] double defaultN..."
- 17:25, 12 May 2015 diff hist +24 IAdeUICallbacks →bool AskMsgText([in] string question, [in] string title, [in] long maxText, [in] string defaultText, [in] bool bPassword)
- 17:24, 12 May 2015 diff hist +3 IAdeUICallbacks →bool AskMsgNumber([in] string question, [in] BSTR title, [in] bool bShowDefault, [in] double defaultNumber, [out] bool* bCancel)
- 17:23, 12 May 2015 diff hist +1,126 N IAdeUICallbacks::AskMsgText Created page with "<< Back to IAdeUICallbacks = bool IAdeUICallbacks:: AskMsgText([in] string question, [in] string title, [in] long maxText, [in] string defaultText, [i..."
- 17:05, 12 May 2015 diff hist +947 N IAdeUICallbacks::OpenURL Created page with "<< Back to IAdeUICallbacks = void IAdeUICallbacks::OpenURL([in] string url, [in] string window, [in] string specs) = Called when the OpenURL() fu..."
- 16:58, 12 May 2015 diff hist +48 IAdeUICallbacks::ShowProgressBar →See Also
- 16:57, 12 May 2015 diff hist +69 m ShowProgressBar →See Also
- 16:56, 12 May 2015 diff hist +39 ShowProgressBar →See Also
- 16:54, 12 May 2015 diff hist +638 N IAdeUICallbacks::HideProgressBar Created page with "<< Back to IAdeUICallbacks = void IAdeUICallbacks::HideProgressBar() = Called when the ShowProgressBar() function has been evaluated at least onc..."
- 16:51, 12 May 2015 diff hist +288 IAdeUICallbacks::ShowProgressBar →long IAdeUICallbacks::ShowProgressBar([in] string title, [in] string text, [in] double p)
- 16:49, 12 May 2015 diff hist +1,067 N IAdeUICallbacks::ShowProgressBar Created page with "<< Back to IAdeUICallbacks = long IAdeUICallbacks::ShowProgressBar([in] string title, [in] string text, [in] double p) = Called when the ShowProgre..."
- 16:27, 12 May 2015 diff hist -929 Analytica Decision Engine (ADE) API →Methods
- 16:21, 12 May 2015 diff hist -1 m Analytica Decision Engine
- 16:20, 12 May 2015 diff hist -566 Analytica Decision Engine