Evan
Junior Member
Posts: 3
Registered: 12/20/2002
Member Is Offline
|
| posted on 4/8/2003 at 10:35 PM |
|
|
Unicode characters and apostrophes on the status bar
Hi.
As the first non-Tigra poster in this area, I should say congratulations. The Tree Menu PRO is really nice! I look forward to exploring all of its
features.
One silly little question: I noticed that the status bar doesn't seem to like Unicode sequences (though the tool tips don't mind). I got rid
of the extended characters, but an apostrophe, or single quote would be useful. The delimiters are single quotes, so if it's possible at all,
you'd need an escape sequence. I tried the backslash, but no luck.
Is this possible to do? If not, I'll use a double quote and hope nobody notices!
Thanks,
Evan
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 4/9/2003 at 09:18 AM |
|
|
Taking into consideration the specifity of setting status bar message you should use extra escape sequence for back slash character.
For example:
['Window', null, {'tw':'_top', 'sb':'I\\\'m using window status bar', 'tt' :
'Window object'},
|
|
|
|