Jump to content

Executables have menu and window title with strange font


Recommended Posts

Hi folks,

I have created an executable with LV 2011 and I have found an unexpected behaviour of my application: the VI's menu uses an unreadable font or charset.

When I run the same VI from LabVIEW (i.e. the source code), I see the standard LabVIEW menu.

post-18107-0-90452600-1354925538.jpg

Above you see the screenshot of panel executed from LabVIEW IDE, below you see the same VI executed in my .exe app.

post-18107-0-59532100-1354925636.jpg

browsing submenus I see the strange font in every submenu. Instead, labels and captions on panel have standard font.

In past, I have built other applications on the same machine, all worked fine.

Have you any idea? are there special settings in build spec.?

Claudio

Link to comment

Hi Neil,

I added the three lines to the .ini file , listed below, but the issue remains.

server.app.propertiesEnabled=True

server.ole.enabled=True

server.tcp.paranoid=True

server.tcp.serviceName="My Computer/VI Server"

server.vi.callsEnabled=True

server.vi.propertiesEnabled=True

WebServer.TcpAccess="c+*"

WebServer.ViAccess="+*"

DebugServerEnabled=False

DebugServerWaitOnLaunch=False

appFont = "0" 13

dialogFont = "2" 13

systemFont = "1" 13

I wonder: if the VI loads a different font, which is that font name?

With the font name, I can search it into the LV project...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.