Fiffi
31st August 2002 03:01 UTC
problem with branding text
Hello NSIS2k team,
i have a little problem with the branding text:
I will write a and char '&', the result in the installer is a underline char '_'.
That problem i have with NSIS 1.98 and NSIS 2.0a7.
Thank you for you help!
Fiffi
Sunjammer
31st August 2002 08:44 UTC
I presume you mean that a sequence like &a creates an underlined letter a. If this is the case try writing \&a instead. Does that help? (I'm off to play tennis, good luck :D)
kichik
31st August 2002 08:52 UTC
That's normal Windows behaviour. Just use && and it should work.
Fiffi
31st August 2002 14:45 UTC
Hello kichik and Sunjammer,
Yes, when i use two and chars '&&', the result in the installer is one and char '&'.
Thank you very much! :D
Fiffi
SmartyMan
2nd September 2002 00:39 UTC
Originally posted by kichik
That's normal Windows behaviour. Just use && and it should work.
Just add the SS_NOPREFIX style to the control and you can use "&" characters w/o mask ("&&")
kichik
2nd September 2002 10:23 UTC
The background window (BGGradient) now has this kind of settings and you can now use names with & without it showing underscores (_).