: 1) How to set multiline text to 'static' component? I assume you're talking win32 api. This likely needs to be added to the custom control.
: : 2) How to use utf8 text in all components where text is rendered : (comboboxes, listboxes, static text etc.). My locale is ru_RU.UTF-8 : and I have some utf8 strings (in russian) read from XML file. How to : display them properly? This sounds like a modification we need to make. Most, but not all, controls, end up calling an internal MwExtTextOut function (very similar to the ExtTextOut win32 call) that takes an encoding as the last parameter. This will likely need to be modifed to use a "global locale" setting, rather than what's currently passed. See the implementation in src/mwin for details. Let me know if you need more help. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]