This article applies to:
E-Prime 3.0
E-Prime 2.0
This item was introduced in E-Prime 2.0 (2.0.1.76).
Detail
The property shown below allows the user to switch which display device all dialogs (including message boxes) are displayed on during the running of an experiment.
' Assuming you have a Display device named Display,
'this MsgBox should show on that monitor
Display.UseForDialogs = True
MsgBox "Using Display for Dialogs"
' Assuming you have a Display device named Display2,
'this MsgBox should show on that monitor
Display2.UseForDialogs = True
MsgBox "Using Display2 for Dialogs"
See Also:
INFO: Display.MsgBox usage in E-Prime 3.0 [23633]
For more information view the E-Prime Command Reference for specifics involving E-Basic (https://pstnet.com/ecr).
Legacy End User Comments
Dan Barlow 5/9/2014 16:06 | Display.UseForDialogs = True did not work at 640x480x32@60Hz until I set the Display's "Flipping Enabled" to No. I think that Windows is drawing to the "back" page and doesn't know to flip it to the front. |
Brandon Cernicky 9/9/2014 15:04 | TY for the feedback. Note that if you are using Windows 8 or later the MsgBox command will not typically appear on top of the screen and visible. To work around this issue, please request the "Message Box Package" from PST PS&S (support) web site. |
Comments
0 comments
Please sign in to leave a comment.