Hi vinnet ,
I have the same issue in symbian second Fp2 (Symbian 8x) edition. I am using CAknSingleGraphicStyleListBox.. I am doing
.
Problem is the listbox takes the full screen. Please give any...
Type: Posts; User: manjusg; Keyword(s):
Hi vinnet ,
I have the same issue in symbian second Fp2 (Symbian 8x) edition. I am using CAknSingleGraphicStyleListBox.. I am doing
.
Problem is the listbox takes the full screen. Please give any...
Hi all FNCs and Experts,
I have noticed few issues in symbian^3 emulator,
1) Calling stop() function in Rconnection crashes emulator with Esock_Dip winsock 4.
2) The functions recv(..) or...
Wat you are telling is same as the concept of two-phase contsructor. NewL() and NewLC() are just the standard names used in that procedure.
iapFile.Create(CCoeEnv::Static()->FsSession(),KAccessPointFile,EFileRead|EFileShareAny);
iapFile.Write(iapBuf);
You are creating the file in EFileRead mode. But performing a write operation.
wats the error code?
wat works properly?
Compare your code with the code in that link.
iSmsMtm->Entry().CreateL(newIndexEntry); This is for creating folders .
So http://wiki.forum.nokia.com/index.php/Create_Local_SMS try this.
declare it as
static EAnimationState iMystt;
in your .h file. The define it your .cpp file like a global variable means state::iMystr = something;
If you are sure that it was working fine before. You can compare the local history of the suscpicious files in your project.
Its similar to servers like file server .You should implemennt one server class derived from cserver2, one session class derived from csession2, one session interface derived from...
Hi, your requirement is IPC. For that you need to implement client-server architecture. If you find any other way please correct me....
IN SDK its documented as follows.
USER 11:
This panic is raised when any operation that moves or copies data to a 16-bit variant descriptor, causes the length of that descriptor to exceed its...
can you post your parsel() functions code?
Thanks yoav_steinberg, you saved my day. Same problem happens whenever i use csecuresocket.
Y still this is not officially documented?.
Don't know whether this helps you .
But I faced this error
1) when dlls and exe had diffrent capabilities.
2) when i didn't cleaned the build properly. So i would always set "level 2 (abld...
Thanks wizzard,
The above link helped to set the just-in-time debugging. But didn't solved the problem. Still not getting any line number after the crash. But the same code works perfectly well in...
ya. It won't die that easily. but android may take the top spot.
Can anyone please help me in enabling the just-in time debugging ?. I tried in the Tools/preference section it shows "requires java 1.4.1 or later compatible virtual machine". but my machine already...
It would be better if you post your code snippet. You may try this to set the cursor position.
TInt cursorPos = iEdwin->CursorPos();
iEdwin->SetCursorPosL(cursorPos,EFalse);
http://discussion.forum.nokia.com/forum/showthread.php?194855-How-to-auto-restart-application. You already asked similar kind of question. Then y again create new thread?
Rscheduler had lot of issues in s60 for GUI app. I would suggest you to search for SWIM open source project which also synchronizes the data based on a time schedule.
As wizzard_hu says the panic code matters a lot in your case . For ex: if you are getting "viewserv 11" , then the culprit may be handling things synchronously. However in your case its expected to...
If you are able to create a folder, then read the Sender number or name from the sms and get the folder id whose name is same as sender number or name and move sms there.
Thanka wizard_hu,
I found the problem. The problem is i am not getting KErrEOf signal in my the RunL() function. It seems strange as the same code works with s60 3rd and 5th edition. Actually the...
Hi,
Can anyone please tell wats this panic means.
Finally its working now(Symbiansigning server)....