Re: How can I get Unicode Menu Items on Windows?

2013-07-29 Thread Support Toki
Hi, The best solution for using unicode menu is to add tags. The menuPick handler will get the tag as a parameter, and the tag is always ANSI on all platforms. For more explaination, check the keyword menu in the dictionary. The tag allows to manage cascading menus when menuHistory doesn't. I u

Re: How can I get Unicode Menu Items on Windows?

2013-07-29 Thread Support Toki
pport.toki Le 29/07/2013 11:45, Support Toki a écrit : Hi, The best solution for using unicode menu is to add tags. The menuPick handler will get the tag as a parameter, and the tag is always ANSI on all platforms. For more explaination, check the keyword menu in the dictionary. The tag allows