LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create and play at 1280x1024 then play at 1024 x 768

Does this occur if you create an application in the lower resolution and then translate it to the higher resolution or do you see this only going from higher to lower resolutions?
Donovan
0 Kudos
Message 11 of 19
(1,887 Views)
"Does this occur if you create an application in the lower resolution and then translate it to the higher resolution or do you see this only going from higher to lower resolutions?"

Look like it does it both ways.
I created it in 1024x768 then changed to 1600x1200
Download All
0 Kudos
Message 12 of 19
(1,873 Views)
This looks like it may be an issue with the Tab Control.  I will try to build a VI with a tab control and see if I see the same behavior.
Donovan
0 Kudos
Message 13 of 19
(1,840 Views)
Removed the Tab control "No JOY"!!
Download All
0 Kudos
Message 14 of 19
(1,827 Views)
Hi to all,
Thank you for your support and tips.
I have found a way to to keep the size of the panels and controls consistent regardless of the different resolutions..
Here are tips:
1) Tick only and one - "Maintain proportions of windows for different reslutions" in window size property
2) The most important function you will ever need is "window resize". You can find in the free download.
I am sure you know about it.
That's for all now.
Clement
Message 15 of 19
(1,781 Views)

astroboy wrote:
Hi to all,
Thank you for your support and tips.
I have found a way to to keep the size of the panels and controls consistent regardless of the different resolutions..
Here are tips:
1) Tick only and one - "Maintain proportions of windows for different reslutions" in window size property
2) The most important function you will ever need is "window resize". You can find in the free download.
I am sure you know about it.
That's for all now.
Clement

Hi Clement,

 

I am having the same problem working with my VI on two different laptops - one with a 17" screen and one on a 15" screen. I see that you have solved your problem and am hoping it can help me too. The one thing I am not sure about is your point 2 - the window resize function. What do you mean you can find it in the free download? I can't seem to find anything anywhere on the website. Could you be more specific please?

 

Thanks in advance.

 

Jonathan

0 Kudos
Message 16 of 19
(1,488 Views)

Hi Clement,

Kudos for sharing your tips,

I am currently working on the same issue, and have been reading many past threads.

 

You seem to have got a workaround. I am, like Jonathan, looking for the "window resize" and couldn't find. Can you please share where exactly to find, and if you have already, can you post it here itself?

 

 

Thanks ahead.

 

 

Message Edited by Vaibhav on 08-21-2009 05:27 PM
Vaibhav
0 Kudos
Message 17 of 19
(1,305 Views)

Hi Donovan and RRRRSSSS,

 

I am also having a big tab control (which has to be "Fit to the pane size" because it has a video control which has to be full screen) and I am trying to find a workaround for my program to run in different resolution screens, without any crumpling.

 

I saw the JPGs posted by RRRRSSSS, and seems that the Tab control is not the culprit. Am I right?

 

I am currently building a sample application which would identify the monitor resolution and select the appropriate program (out of two identical programs, with just a differnce in the GUI arrangments) without any hassle for control references, since the calling program will not have any further code, except to select the VI.If that works, I can do the same with my main application.

 

Has anybody found any better solution for the issue?

Thanks ahead!

Message Edited by Vaibhav on 08-21-2009 05:29 PM
Vaibhav
0 Kudos
Message 18 of 19
(1,303 Views)

Well, finally I have made it and it works fine on two different systems, with two different types of monitors.

 

The whole application (including the 3 VIs and an executable) are attached herewith. there are many threads with this issue, so I have posted this code there as well, if someone finds it useful.

 

Your comments are always welcome, alongwith replies to my two previous posts if possible.

 

Thanks ahead!

Vaibhav
0 Kudos
Message 19 of 19
(1,270 Views)