Difference between revisions of "ACP miscellaneous"
Line 6: | Line 6: | ||
:*A new group account user with an existing ACP password {i.e. his individual account} will be sent an invitation email with instructions to use his current ACP password. | :*A new group account user with an existing ACP password {i.e. his individual account} will be sent an invitation email with instructions to use his current ACP password. | ||
:*A new group account user who has no ACP individual account will be sent an invitation to ACP, and will be given a random password, which he will be given the chance to change when signing in to ACP for the first time. | :*A new group account user who has no ACP individual account will be sent an invitation to ACP, and will be given a random password, which he will be given the chance to change when signing in to ACP for the first time. | ||
+ | |||
+ | ===MsgBox()=== | ||
+ | This works as in Desktop Analytica except no icon is displayed [[MsgBox]]. | ||
+ | |||
+ | ===AskMsgText()=== | ||
+ | [[AskMsgText]] is fully functional in ACP, | ||
+ | |||
+ | === ShowprogressBar in ACP === | ||
+ | This feature was recently implemented in ACP and It should work the same as in Desktop Analytica with models that use the [[ShowProgressBar]]() function. | ||
===Automatic updating of text nodes on the diagram === | ===Automatic updating of text nodes on the diagram === |
Revision as of 03:55, 16 September 2016
Passwords
- A user {I.e an email address} can have only one Analytica Cloud Player (ACP) password at a time. If you change your ACP password say in your individual ACP account, this will also change your password in any Group account you may be a member of.
- A new group account user with an existing ACP password {i.e. his individual account} will be sent an invitation email with instructions to use his current ACP password.
- A new group account user who has no ACP individual account will be sent an invitation to ACP, and will be given a random password, which he will be given the chance to change when signing in to ACP for the first time.
MsgBox()
This works as in Desktop Analytica except no icon is displayed MsgBox.
AskMsgText()
AskMsgText is fully functional in ACP,
ShowprogressBar in ACP
This feature was recently implemented in ACP and It should work the same as in Desktop Analytica with models that use the ShowProgressBar() function.
Automatic updating of text nodes on the diagram
The Msgbox() function is now supported in ACP. Documentation of this feature has been moved here for reference purposes.
Before ACP supported DTA's Msgbox() function, this was a way to change a text node to display a message.
Here's an example model Text node update.ana
Once the model opens in ACP, click the output node.
This will call the function to change the text node's description if necessary, along with showing the result.
You can toggle the text in this case by pressing the button as well.
Support scripting for "show definition x"
Not yet implemented in ACP 3
Here's an example:
- Open ACP Show definition.ana in ACP 2:
- Click on the edit table button {edit table should appear in the frame node with one column body}
- Click on the Button (Now the edit table will update and now have three columns.)
Enable comment auto-refresher