09-12-2007 03:39 AM
09-12-2007 03:56 AM
09-12-2007 03:59 AM
Hello Laurent,
Go to File, VI Properties. Select the Window Appearance Category.
In this menu you can set the properties of the window of your application.
There are some pre-defined modes or you can costumize your own. Select Customize and de-select the allow user to resize window option.
Hope this helps,
Paulo
09-12-2007 05:07 AM
09-12-2007 05:13 AM - edited 09-12-2007 05:13 AM
Message Edited by GerdW on 09-12-2007 12:16 PM
09-12-2007 05:15 AM
I don't know of anything that will prevent him to change it.
There is an optin to set the minimum size in the same manu, in the window size category, but this will only prevent that the window size will never be shorter the the defined value.
Anyway, the next time your application will run, it will have the size you defined again.
Hope this helps,
Paulo
09-12-2007 05:41 AM
@lolopuf wrote:
And i don't want to close the window automatically at the end of the execution.
Is there any other options which can handle it?
Quit LabVIEW
Laurent
Laurent, if you dont want to close the window automatically at the end of the execution, then you ve to see inside the code if the Quit LabVIEW function is used. If it is there, it ll close the EXE at the end...
So, you can remove it, if you want to be so...
09-12-2007 06:46 AM
07-28-2022 11:56 PM
Very sorry my interventing on this old issue.
My issue is below.
So far I am using this option when I release the executable. However, in debugging time, I switched on to see hidden parameters.
But some program looks switch off this on execution automatically.
It won't solved even I put a code (See shot4.png) in the program loop.
Do you have any idea why this would happen?
Best Regards,
Masao Kaizuka
07-29-2022 08:19 AM
@MK2012 wrote:
Very sorry my interventing on this old issue.
My issue is below.
So far I am using this option when I release the executable. However, in debugging time, I switched on to see hidden parameters.
But some program looks switch off this on execution automatically.
It won't solved even I put a code (See shot4.png) in the program loop.
Do you have any idea why this would happen?
Best Regards,
Masao Kaizuka
It is very unclear what you are trying to do here. shot4.png is useless in trying to help you. Please attach your vi (or better yet a zipped copy of your project) and a better explanation of the result that you are trying to achieve.