Hi, yucca,
following your advice, I use the following code in a function:
CEikonEnv* tEikonEnv=CEikonEnv::Static();
((CMyAppUi*)(tEikonEnv->EikAppUi()))->afunc();
it works, but this code...
Type: Posts; User: Orange_LEE; Keyword(s):
Hi, yucca,
following your advice, I use the following code in a function:
CEikonEnv* tEikonEnv=CEikonEnv::Static();
((CMyAppUi*)(tEikonEnv->EikAppUi()))->afunc();
it works, but this code...
Hi all,
In my application view class (say CMyAppView : public CCoeControl), I want to get the pointer my application UI (say CMyAppUi : public CEikAppUi).
then I use the following code,...
Thanks, yucca,
it also works for Nokia 9210 SDK
Hi, all
I am just wondering how to display two columns in one list box.
Say, one column for song name list and another for artist name list.
Any hint?
Thanks
hi, yucca,
Thanks for your hints. Your codes do help to display items.
However, I found it seems the created "colData" and the "items" are not associated. Since in code, we have ...
Hi all,
I constructed a ListBox (CEikColumnListBox) to display items dynamically added.
The listbox can be constructed successfully. Also I can use the scroll bar properly.
The problem is that...
hi, yucca
My question is the same as above, and I develop for Nokia 9210c communicator...
since I created a telephone editor at run time, but I cannot input anything for it, it seems this...
yucca,
that works,
thanks a lot
Thanks yucca and forgive my stupid post,
since I 'm newbie for symbian...
Thanks yucca,
I fixed the problem...
I try to test your method, however, I met some trouble when using the class CEikButtonGroupContainer
I just use the code in HandleCommandL(), but I cannot build my app successfully,
the VC6...
It seems all you discuss about changing CBA is under series 60 platform, since you can use the function like Cba() or the view CAknView...
I am just wondering how to realize changing CBA...
Hi,
I have been strucggling with the problem with changing CBA dynamically a long time. I am working on Nokia 9200 Series SDK 1.2. As mentioned above, I have tried to use the code...
Hi,
Currently, I use Nokia 9200 Communicator Series SDK for Symbian OS to develop the project. I just wonder, may I use other SDKs, such as, Series 60 SDKs For Symbian OS, Nokia Edition
or Series...
Are these two line code only fit for Series 60 platform dev.?
Cba()->SetCommandSetL(R_AVKON_SOFTKEYS_EXIT);
Cba()->DrawNow();
How about changing CBA dynamically in Nokia 9210 by using Nokia...
Hi colinlawrence,
First, Thanks for your kind reply warmly.
"TInt offset = CEikonEnv::Static()->AddResourceFileL(
_L( "Z:\\System\\apps\\myapp\\myapp.rsc" ) );"
My App runs the following code...
Hi,
I want to know how you use this code:
TInt offset = CEikonEnv::Static()->AddResourceFileL(resourcefullname);
Especially, what is "resourcefullname".
A silly question: if my resource...
Dear Nokia Experts,
I am a newbie for Nokia 9210 SDK. I am considering how to add CBA buttons dynamically for my application.
Let's illustrate my question by an example.
1. Say, with the initial...
Hi all,
Now I'm developing my own App for Nokia 9210c by using Nokia 9200 Series SDK 1.2.
I want to study the source codes for the following APPs located in "Extras",
Control Panel; Recorder;...
Try this set EPOCROOT = \Symbian\7.0s\Series60_v20\, rather than "C:\Symbian\7.0s\Series60_v20\"
When I try to use "CS Help Compiler", a warnning message box tells me
"Error in initialisation (null), program inconsistency detected"?
Does anybody meet the similar problem? What's wrong?
...
After resetting EPOCROOT to "\Symbian\6.0\NokiaCPP\" and rebooting, the error disappears.
Dearz,
I met some trouble to use the command "bldmake bldfiles" for HelloWorld proj.
I was told the following errs,
ERROR: EPOCROOT must be an absolute path
BEGIN failed--compilation aborted...