Hello:
I am developing something on chinese version 7650.I want to input some words in a editbox,so I want to switch the defaule language from chinese to english in program(not by press the keypad...
Type: Posts; User: nfx; Keyword(s):
Hello:
I am developing something on chinese version 7650.I want to input some words in a editbox,so I want to switch the defaule language from chinese to english in program(not by press the keypad...
I found this class in sdk ,but little information about it.When and how to use this class?Does this class can get the bookmark database ,an how?Can someone give me an example about how to use it?
...
I write a program on 7650 Emulator.I find a very strange thing when I run this program.The frequency of key press is faster than normal,I can't input the correct character in the edit-box.Anyone...
Hello,I want to convert a TBuf to char* in my program.
TBuf<256> openurl;
char* sUrl;
......
int len;
len=openurl.Length();
for(int i=0;i<len-1;i++)
sUrl[i]=openurl[i];
Hello!I derived a dialog class named CVisitwebDlg form CAknTextQueryDialog in my program.But when I compile the program ,VC reported that :no appropriate default constructor available for...
I am a beginner of symbian platform.I want to detect whether there are sockets exist in my program ,and get the status of sockets(close ,read or write? ). Anyone knows how to do? thanks!!
I want to test whether the Emulator's network is ok.I bulid the "Socket" sample in VC6,and use a modem to connect to internet.But the dail-up allways failed,the program reported "access denied".I...
Hello:
I have a question about this!Why I can't find "Tools" -> "Control Panel" -> "Internet access (IAPs)" -> "Direct PPP" in my 7650 Emulator?Where is it??Because I can't find it ,when I run...
I write a program use a grid view.When I run the program ,I see all the 9 icons as the first icon only.
Anyone knows what's the source of the problem?
Here is my code:
TBuf<...
Hi,ereryone.I have a urgent question.I write a program, when enter the program ,it will display a grid-view ,If I click one of the grid, I want to active another different view(such as ,a view...
I have a very strange problem with my .rss file.
I write a rss file,and add some RESOURCE in it .When I want to add more RESOURCE (such as LISTBOXAVKON_VIEW),the program doesn't report any errors...
Hi:
I write a program base the symbian's "Grid" example.In the example ,the text is on the right side of the icons ,but I want to place these text below the icon now! Anyone konws how to do ?
...