10-02-2006 10:33 PM
10-02-2006 11:24 PM
10-03-2006 12:13 AM
10-03-2006 05:00 AM
10-03-2006 05:49 AM
10-03-2006 10:46 AM
10-03-2006 11:04 AM - edited 10-03-2006 11:04 AM
@evren wrote:
i have a project. when i go to the stand alone aplicaiotn build prefs. under "source file settings" for the startup app, i played with
the "Run When Opened" setting an no matter how i set it the application runs when opened. how do i stop it from running when opneed. i want to be able to change setting before it runs.
@evren wrote:
is there something in the works to fix this bug?
I don't consider this a bug. A built application is designed for the end-user, and the end user should not have to learn LabVIEW specific operations such as the RUN button. 😉
Just design your code so the program starts up in a wait loop where all controls can be changed, then add a button that swtiched to the more interesting parts of the program. 😄
(If you really want to immediately stop the program at first launch but not at subsequent runs in the same session, I'm sure you can even program this using e.g. an uninitialized shift register and a case structure containing a stop function, etc. But why?)
Message Edited by altenbach on 10-03-2006 09:04 AM
10-03-2006 12:03 PM
10-04-2006 08:23 AM