06-30-2005 08:20 AM
06-30-2005 08:48 AM
06-30-2005 08:55 AM
06-30-2005 08:56 AM
@CasonSwRI wrote:
It would be nice if LV could be a little more definate in their GUI. I mean, telling us to make room in my opinion is ridiculous. Its ugly. I want it to look the exact way I designed it. Everywhere. How annoying...
06-30-2005 09:43 AM
06-30-2005 09:54 AM
06-30-2005 09:58 AM
06-30-2005 10:29 AM
@CasonSwRI wrote:
In my opinion I think that the pic on the right has larger LEDs. Anyone else agree? Same resolutions, this can't be explained by a font problem. At least I dont think it can....
06-30-2005 10:29 AM
I think they're the same size. (Attached jpg= ~990 words).
@CasonSwRI wrote:
In my opinion I think that the pic on the right has larger LEDs. Anyone else agree?
07-01-2005 11:03 AM
You can fix the font to whatever you want. LabVIEW, by default, uses the system fonts. However, if you explicitly select a text element and select a specific font (not Application, Dialog, etc.), it will not change. “Safe” fonts on Windows are Arial, Times New Roman, and Symbol. All Windows systems ship with these fonts and it is highly unlikely anyone will delete them (though possible).
To fix the font on your application, select everything on your panel and change to the font of your choice. It appeared just about everything used the same font, so this operation should take you less than a minute. If you do want some font size or style variation, do it after the intial set.
However, I would NOT recommend you not do this unless you really need to. As mentioned earlier, good UI design requires extra space for larger fonts than you have on your machine. Unless you are the only one using your application, count on others wanting different fonts. If someone has changed the default fonts on a system, there is usually a reason. You may also want to replace all your controls with the system (dialog) versions. This ensure that the colors, borders, etc. will update properly with the OS. Of course, if you want your app to look like a LabVIEW app instead of a Windows app, I certainly won't argue with you :).
If your LEDs are resizing with the text (they can), you can eliminate this behavior by doing the following
Your control size should now be independent of font size. Do a replace operation on the rest of your LEDs to make them identical. Names, descriptions, and tips should not be effected, but size will be.