LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

controls change in other computer

I need help to know how on the container(tab and cluster) the position and dimension of controls and label change when i distribute the application in other PC's.

Bytelabs.it
0 Kudos
Message 1 of 3
(2,249 Views)

Can you include some code or a screenshot?

 

I would guess you are using "System" controls. These are designed to mimic the appearance of the host OS, so they are supposed to look different on different platforms. This is in contrast to the native LabVIEW controls (Classic, Modern, and Silver), which look the same everywhere.

 

It could also be your fonts - the default for Front Panels in LabVIEW is "Application Font", which again, is platform-dependent.

 

Can't say for sure though without having a look at the problem.

Message 2 of 3
(2,229 Views)

Right, i resolve it.

 

The problem is system control, resolved with classic control set.

 

Thank's 

Bytelabs.it
0 Kudos
Message 3 of 3
(2,216 Views)