12-02-2010 12:45 PM
Hi guys,
Can I link the 'OK' button to another event then a 'button click' like a boolean variable. I want the dialog to dissapear and go to the next step when a boolean variable get 'true' state.
12-02-2010 03:08 PM
Hi,
You can use the Post Actions of the MessagePopUp Step and use the 'Use Custom Condition' with something like Step.Result.ButtonHit == 1 which will be TRUE for the first button of the MessagePopUp.
Set the 'On Condition True' to one of the drop down items, eg Goto Step and then select the Require Step. Also set the 'On Condition False' for the required action.
Hope this helps
12-07-2010 04:53 AM
Actually, I want a Popup message without buttons. And when a certain condition get 'true' state, then the Popup go away. Like a Popup placed in a "While", but then without buttons.
12-07-2010 05:36 AM
Hi,
With current MessagePopUp you will not beable the have this with no buttons. Therefore you would have to do your own in a code module.
12-08-2010 03:23 AM
Is it possible to set the 'OK' button alwayz 'true' even it has no Buttonhit event?
12-08-2010 04:15 AM
No, but you can set it so that after a timeout the dialog will close.
12-08-2010 04:30 AM
Tnx Ray, how to set up the TimeOut?
12-08-2010 06:42 AM
I haven't got sight of the MessagePopUp at the moment, but I think the Timeout control is on the same screen as the other buttons. You just have to enter a value which is in seconds eg enter 10 and this will remove the MessagePopup after 10 seconds which the Active Button activates. Check the TestSTand Help for more information on the MessagePopup Tabs