LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

messagebox position

How can I specify were a message box will appear on the screen with respect to the source VI?
 
See example attached
 
Thanks,
Paul
 
Download All
0 Kudos
Message 1 of 3
(2,582 Views)

I find it easiest to make my own message box and coustomize it rather than deal with the pre-canned one.  This is a one time investment and will match your GUI style better than using windows default.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,578 Views)
The message box is usually positioned in the center of the top level VI. So, you can make a message box wrapper. This is a normal VI, so you can position it any way you want. This VI calls the message box, and it's positioned in the center of the wrapper VI.


Check out this thread, it has vi's attached: http://forums.ni.com/ni/board/message?board.id=170&message.id=28046&requireLogin=False


Regards,


Wiebe.
0 Kudos
Message 3 of 3
(2,549 Views)