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
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/flex_india/-/CfORo7VPrnsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.