Search…

X3 Photo Gallery Support Forums

Search…
 
andrew76
Experienced
Topic Author
Posts: 46
Joined: 04 Oct 2006, 13:46

How to use other characters in the menu and tooltips

04 Oct 2006, 13:52

I noticed that I'm unable to use certain characters in the menu and tooltips, including:

!
()

as well as certain letters with accents like the "à±" in Espaà±ol (this works in tooltips but not in the menu).

any solutions? :D
 
User avatar
Christopher
Experienced
Posts: 213
Joined: 30 Sep 2006, 18:58

05 Oct 2006, 03:04

Though I'm no good at coding, I had a similar
problem with the " = " sign. As I understand,
you can try and place your info in quotes like
this:

Before:
link5clickdata = ?configfile=config_svensk.ini

After:
link5clickdata = "?configfile=config_svensk.ini"

This may not solve your problem, but perhaps
is worth a shot?

Christopher
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

05 Oct 2006, 08:52

It should be possible as Christopher mentions:
Code
link5clickdata = "?configfile=config_svensk.ini"
 
andrew76
Experienced
Topic Author
Posts: 46
Joined: 04 Oct 2006, 13:46

05 Oct 2006, 17:21

Thanks.

I actually solved the problem by changing the menu font to verdana- the à± character isn't included in the default font.