Hi giridharn,
I saw your comments above. But I have one question more.
After your ProcessCommandL() has been triggerred and finishing doing what you like there, how could you set the Right/Left...
Type: Posts; User: daoshan; Keyword(s):
Hi giridharn,
I saw your comments above. But I have one question more.
After your ProcessCommandL() has been triggerred and finishing doing what you like there, how could you set the Right/Left...
One more question concerning
// Set the default input mode
iEditor->SetAknEditorInputMode(EAknEditorTextInputMode);
It seems to me that which imput mode will really be used is up to the phong...
Hi Xianwengtong
Did you finally find your solution to your problem? I have almost the same problem and I'm wondering if some idea really solve your problem and if you can share your experiences...
Does anyone know how I can set default input mode to Alpha(Latin) input mode on a Chinese/Japanese mobile phone?
I tried to set it in the resource file like that:
control=EDWIN
{
......
Hi
I had some problem in compile some resource file in Chinese under English SDK. I think, there is something wrong with escape charaters. Does anyone know which Chinese characters should be...
By the way, which characters should be escaped in the resource file in Chinese besides the normal ones?
Hi all, does anyone know how to compile a resource file in Chinese with a English SDK? Each time I tried to compile, I got error message complaining "RComp failed ..." Must I compile the Chinese...
Hi all, does anyone know how to compile a resource file in Chinese with a English SDK? Each time I tried to compile, I got error message complaining "RComp failed ..." Must I compile the Chinese...
I try to gathered the block boundary information in the Unicode for each available font on Symbian OS by using the function call CFbsFont::HasCharacter(). But this function call sometimes lied me,...
Hi All
Does anyone know how to get the block boundaries informaiton for the unicode that the currently selected font supports. After getting a CFont by calling GetNearestFontIn..., I cast it to a...
Hi,
Actually, you don't need to create the COpenFont by yourself, you can just get it by calling GetNearestFontInPixels(Twips) on some device, such as CWsScreenDevice
Daoshan