12-26-2006 03:42 PM
I want my message VI to be modal to TS but not permanently and not open FP when called.
I want VI properties:Window Appearance:
Has title bar
Show abort
Show run
Default Behavior
At runtime, if no error, I set: open FP, FP frontmost, modal behavior
Then I call TS start modal
I call callSubUI.vi from TS 3.5 with
callSubVI calls message.vi.
It does not work right for me in 8.x (sometimes works on first UUT run)
VI is visible and frontmost but doesnt get focus
(there is no active window)
(always works fine in 7.x)
If I set ‘open FP when called’ it works, but I don’t want panel to show on error in.
I tried all combinations of actions with .3s wait between, none worked right.
TS modal modal open front
front TS modal modal open
open front TS modal modal
etc
12-26-2006 03:47 PM
12-27-2006 03:00 PM
12-27-2006 03:33 PM
12-28-2006 09:09 AM
12-29-2006 09:42 AM