In article <1169107057.562428.103170@[EMAIL PROTECTED]
>,
"Gopala" <mpgopala@[EMAIL PROTECTED]
> wrote:
> I am not using CoCoa. I am using Carbon. The problem is that we are
> not able to see the font in which we are inputting. For example, if i
> change the language to Chinese and give some string to, for example, a
> data browser control, it shows junk. What should i do here?
Look in ControlDefinitions.h Are you using
CreateEditUnicodeTextControl() and CFStringRef s?
And is you are still using Dialog Manager, you can put them in your
dialogs with CNTL resources, once you know that:
kControlEditUnicodeTextProc = 912,
kControlEditUnicodeTextPasswordProc = 914


|