How to display Chinese characters in context menu?

43 views
Skip to first unread message

Prabhu M

unread,
Jul 12, 2012, 7:53:26 AM7/12/12
to flex_...@googlegroups.com
Hi Friends,

How to display Chinese characters in context menu? I can able to display all language character(using unicode) except Chinese language.

var cMenu:ContextMenu = new ContextMenu();
cMenu.hideBuiltInItems();
var cmItem:ContextMenuItem =  new ContextMenuItem('\u5E15\u5E03', chLanaguage,true);
cMenu.customItems.push(cmItem);
this.menu = cMenu;

Above Unicode string display as box box in the right click context menu.
Same character I can able to display in Label, Text field, Combo box, List..etc.
Except right click context menu.

Any idea or suggestions?
Kindly let me know.


Thanks & Regards,
M.Prabhu
Reply all
Reply to author
Forward
0 new messages