07-11-2001 10:31 AM
07-11-2001 10:46 AM
07-11-2001 10:49 AM
07-11-2001 11:12 AM
06-27-2013 07:12 AM
05-19-2015 07:22 AM
Doug (CapeFl), naganathas - it seems, like you do not read the question fully, but just partially. He has already written, that he knows about Panel Bounds - why do you dublicate the answer? Just to increase number or replies?
05-19-2015 07:31 AM - edited 05-19-2015 07:32 AM
05-19-2015 07:35 AM - edited 05-19-2015 07:36 AM
+1, the age of thread I didn't notice. I was just looking for an answer on this question - how to setup window size, but not in run-time, but simply in development mode - and from 4 answers, 2 were completely useless, because people just didn't read through all the question... That's why I was indignant.
05-19-2015 09:56 AM
@kosist90 wrote:
+1, the age of thread I didn't notice. I was just looking for an answer on this question - how to setup window size, but not in run-time, but simply in development mode - and from 4 answers, 2 were completely useless, because people just didn't read through all the question... That's why I was indignant.
If you were looking through this thread to understand how to setup window size in development mode, you didn't understand his question. There is NO way to programmatically setup the development mode. By definition, you'd need to be in runtime for the programmatic change to take place. If you want to make changes prior to runtime, you'd need to find another solution.
You also think they were useless because you didn't understand them. There's a property node that sets global LabVIEW settings. That's what the original poster found. They missed the VI property nodes that would only affect the current VI. Property nodes would be the solution to their issue.
Next time, try being less "indignant" from a position of ignorance. Your post offered no value even if this was a current thread.
05-19-2015 10:09 AM
natasftw wrote:
If you were looking through this thread to understand how to setup window size in development mode, you didn't understand his question. There is NO way to programmatically setup the development mode. By definition, you'd need to be in runtime for the programmatic change to take place. If you want to make changes prior to runtime, you'd need to find another solution.
You also think they were useless because you didn't understand them. There's a property node that sets global LabVIEW settings. That's what the original poster found. They missed the VI property nodes that would only affect the current VI. Property nodes would be the solution to their issue.
Next time, try being less "indignant" from a position of ignorance. Your post offered no value even if this was a current thread.
1.Name of thread doesn't contain information, that poster wanted to find out, how to do it programatically. Then, of course, I've started to read it - even if from the question it is seen, that this is not what I need.
2. I really apologize, but about which "global LabVIEW settings" are you writing? He has wrote property "Front Panel Window.Panel/Window Bounds". This one you can easily get from property node, and reference on VI Server reference, which belongs only to the current VI. Could you, please, send a snapshot about property, which is global in this case? So, poster didn't missed anything.
And also, there IS way how to programatically setup development mode properties. Indirect, but it can be used for what I want. Just setup minimum size of the FP, and in development mode reduce size of Front Panel. LabVIEW then will limit size of the Front Panel to the size, which you need.
And this is what I was looking through the forum - that how can I setup exact size of my FP, to start develop user interface with the size, which I need.