LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Font for customized menubar

Hello,

I would like to change the size of my menubar in a VI.
I found that the system font in Labview is assuming that but as soon as I
created the exe file, the font came back to it's original size.
Then I tried with the Windows 98 menu font parameters. All menus in others
software changed but not the one in my EXE file from Labview!!!

Do you have any idea ?

Best regards.

Stéphane from France.
0 Kudos
Message 1 of 3
(3,048 Views)
> I would like to change the size of my menubar in a VI.
> I found that the system font in Labview is assuming that but as soon as I
> created the exe file, the font came back to it's original size.
> Then I tried with the Windows 98 menu font parameters. All menus in others
> software changed but not the one in my EXE file from Labview!!!
>
> Do you have any idea ?
>

The font is currently determined by the .ini file. When developing, you
are using a file called labview.ini probably. When running your EXE,
you do not have the font specified in your EXE.ini file, so LV uses a
default font. The easiest way is to copy your labview.ini file and
rename it to "myEXEname".ini where myEXEname is the name of your EXE.

Greg McKaskle
0 Kudos
Message 2 of 3
(3,048 Views)
That's perfect, thanks a lot.
0 Kudos
Message 3 of 3
(3,048 Views)