02-08-2007 10:51 AM
02-08-2007 11:26 AM
02-17-2007 09:12 AM
02-17-2007 12:37 PM
02-19-2007 07:00 AM
02-19-2007 07:41 AM
Hi,
Are you trying to replace 'Step.Result.ButtonHit==1?True:False' for the text in the buttons eg RETRY?
What are you trying to achieve?
Ray Farmer
02-19-2007 08:29 AM
02-19-2007 08:30 AM - edited 02-19-2007 08:30 AM
The link I posted was for how to write a post action expression. This where you said you had a problem with defining the expression. The f(x) button next to the label is for defining an expression that creates the label text. It doesn't make sense (at least to me) that you could use this for defining post actions as well.
Have you looked at any of the shipping examples of TestStand? In my 3.1 version, there are two in the Examples\MessagePopups folder. Either one of them should give you an idea on how to handle multiple buttons. You can also write Step.Result.ButtonHit to a local variable as the step's Pos-Expression.
Message Edited by Dennis Knutson on 02-19-2007 07:31 AM
02-19-2007 09:13 AM
Hi,
Another example to look at is the sequencefiles in the examples\callbacks, particularly the SequenceFilePostFailure sequence file as this uses the result from the Message Popup to perform the repeat of a Step, Continue etc.
Regards
Ray Farmer