|
Re: Parent VI sperren während Sub VI aktiv ist [message #934 is a reply to message #931] |
Wed, 15 September 2004 18:34 |
Franz Josef Ahlers
Messages: 22 Registered: January 2004
|
occasional visitor |
From: *dip0.t-ipconnect.de
|
|
Hilfe-System:
Menu-->VI,Function & How-To Help-->Inhalt-->Custmizing VIs-->Setting Window Appearance and Size-->Winsow Style-->Dialog
Auszug aus dem Text dort:
DialogThe VI functions as a dialog box in the operating system, so the user cannot interact with other LabVIEW windows while this VI window is open. This option does not prevent you from bringing windows of other applications to the front. UNIX You cannot make a window stay in front of all other windows. Dialog style windows stay on top, have no menu bar, scroll bars, or toolbar, allow the user to close the window but not resize it, allow run-time shortcut menus, and show the front panel when called. Also, if a Boolean parameter on the front panel is associated with the <Enter> key, LabVIEW highlights the parameter with a dark border
|
|
|
|