08-29-2013 05:52 AM
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.
08-29-2013 08:39 AM - edited 08-29-2013 08:40 AM
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.
08-29-2013 09:52 AM
Right, i resolve it.
The problem is system control, resolved with classic control set.
Thank's