LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front panel setting - Exe

Hello everyone,

 

                 

            I have made some display settings like placing LEDs, buttons etc in some particular places of my vi. when I create exe using application builder its working fine with all aspect in my present PC. But if i move the Exe file to some other PC with different monitor size all my front panal settings will be changed. I have to avoid that.

 

          I feel some settings should be done while creating exe file itself. So can please let me know the settings. Awaiting for your valuables replies.

Thanking you,
Sushmith
0 Kudos
Message 1 of 5
(2,921 Views)

Try adjusting window size and tick both the options under window size and check

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 5
(2,917 Views)

@sushmith_ks wrote:

Hello everyone,

 

                 

            I have made some display settings like placing LEDs, buttons etc in some particular places of my vi. when I create exe using application builder its working fine with all aspect in my present PC. But if i move the Exe file to some other PC with different monitor size all my front panal settings will be changed. I have to avoid that.

 

          I feel some settings should be done while creating exe file itself. So can please let me know the settings. Awaiting for your valuables replies.


Once you freeze the front panel design and don't want that to be changed you can scale all the objects with the pane size , which is available in the VI properties>Window size (as suggested before). This option will scale all the objects according to the Front panel size and will automaticallu resize when the front panel size changes.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 3 of 5
(2,911 Views)

Hello,

 

        I had selected both check boxes, but unfortunately gauge settings,text box settings everything changed.

Thanking you,
Sushmith
0 Kudos
Message 4 of 5
(2,853 Views)

Hello,

 

Can you maybe post an example of the issue you run in to. It can be a number of cases.. for example fonts. If you use the 'default' font for your objects, everything uses the font selected in the OS.

 

If you move from one PC to another this can mess op the UI. When you move from XP to W7 it is even worse as the fonts in W7 are bigger then XP..

 

There are 3 things you can do to prevent this:

 - Allow for a lot of space between stuff on the UI to allow bigger fonts

 - Fix the fonts hard-coded by using the font dialog in Labview (crtl-0) and select a font. Don't use system or application font

 - Make a seperate version for each OS

 

 

---

25+ years long fan of LabVIEW. Move to Emerson looks to be for the better! See the last posts in subscription model thread.
0 Kudos
Message 5 of 5
(2,841 Views)