LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keeping front panel objects aligned on target machine

I have a simple little program that looks fine on my development station but looks like crap on the target machine.
 
Indicators that are aligned on the dev machine are not aligned on the target machine?
 
I don't get it, why does it look so bad on the target machine? Worst of all is everyone sees the target machine so it makes me look bad!
 
 


Message Edited by RTSLVU on 08-06-2008 10:42 AM
========================
=== Engineer Ambiguously ===
========================
Download All
0 Kudos
Message 1 of 12
(3,662 Views)
Your Dev machine and Target Machine have Default Fonts (and/or System Font, Application Font, etc) set up differently, causing the indicators to line up differently. Make sure all of those are the same.
Richard






0 Kudos
Message 2 of 12
(3,634 Views)
OK so this is more a Windows issue than a LV issue.
 
Any idea where in Windows 2000 the default, application or system fonts are set?
========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 12
(3,629 Views)
No, not Windows, LabVIEW.
  1. Delete the VI on target.
  2. On both machines, in LabVIEW, make sure all the fonts mentioned are the same type and size.
  3. Bring over the fresh VI from Dev machine onto target.
Richard






0 Kudos
Message 4 of 12
(3,625 Views)

I don't have LV installed on the target machine.

Only the LV runtime and the LV built EXE are installed.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 5 of 12
(3,619 Views)
AH! Then you have the well-documented issue where you need the font types/sizes in the Labview.ini file. Search for it. You need something like this in the ini....

appFont=""Tahoma" 12"

where Tahoma is the font (recommended) and 12 is the size.
Richard






0 Kudos
Message 6 of 12
(3,615 Views)
p.s. this is what I have on a 8.0 LV installation.

appFont="Tahoma" 13
dialogFont="Tahoma" 13
systemFont="Tahoma" 13


Richard






0 Kudos
Message 7 of 12
(3,611 Views)
Hi RTSLVU,
 
These instructions worked for me:
 
- Open the VI front panel. Click in File > VI properties > Windows Size
 
- Enable: Maintain proportions of window for different monitor resolutions
 
- Disable: Scale all objects on front panel as the window resizes
 
Check if monitor resolutions are equals.
 
 
Klein
 
 


Message Edited by Klein on 08-06-2008 11:50 AM

Message Edited by Klein on 08-06-2008 11:50 AM
0 Kudos
Message 8 of 12
(3,609 Views)
The fact that his title bar font is bigger on one panel than the other points to a font issue IMO.
Richard






0 Kudos
Message 9 of 12
(3,605 Views)

Is this what I need to do?

 http://digital.ni.com/public.nsf/allkb/65F76F247012DF68862562C70073BE06

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 10 of 12
(3,598 Views)