"Ren� Ramekers" <[EMAIL PROTECTED]> wrote:

>I would like to be able to get rid of the frontpanel scrollbars in an
>LabVIEW builded executable .
>It is easy to disable them while the build executable is running ,
>but when the executable isn't running I allways get these scrollbars back
>again.

>Is it some setting in the application builder or a setting in the ini-file
>of the build executable ??
>I use LabVIEW 6.1 on an windows2000 environment if that matters .
>Any help will be appreciated .

I'm not aware of any such setting at all. I think the solution to this
problem is to not show the front panel at all if it is not running. Once
you would be able to disable the LabVIEW toolbar, scrollbar and all that
in even a not running VI you couldn't do anything anymore as you can't
even restart it from there.

So if you built an application you usually have to take the additional
step of making it work as a real application which starts automatically
when launched (happens automatically) and closes its front panel when
shutdown. This of course can mean some extra work to make the settings
of front panel controls work while the application is running but then
it is a real application usable by non-LabVIEW programmers.

Rolf Kalbermatter
CIT Engineering Nederland BV    tel: +31 (070) 415 9190
Treubstraat 7H                           fax: +31 (070) 415 9191
2288 EG Rijswijk        http://www.citengineering.com
Netherlands             mailto:[EMAIL PROTECTED]
 


Reply via email to