Problem Solved !!!
The problem was that I was starting thread from the class which was defined locally, so after this function
completes class was out of the scope and there was a reason for...
Type: Posts; User: kljajo; Keyword(s):
Problem Solved !!!
The problem was that I was starting thread from the class which was defined locally, so after this function
completes class was out of the scope and there was a reason for...
Hi wizard_hu_,
I think you misunderstood me. I am not accessing other AO's from the thread.
Thread consists of while EOF loop and fills in engine's buffer with data which I lock with RMutex.
I...
Thank you for replying.
Now I am confused. You said that after thread.Close(); thread is dead and here is snippet from Fibonacci 2 example from SDK:
// initiate a request
void...
Hi,
I am having trouble detecting were stray signal come from. I am geting E32USER-CBASE 46 when thread finishes.
Here is the code snippet:
...
void CFtpService::ConstructL()
{...
Hi,
is there a way to get dropped call reason in Symbian C++?
Thnx.
Thank you very much wizard_hu_. Is there any good example of using
RMsgQueue? I am not sure how to implement it looking at documentation.
I am using S60 3rd ed FP2.
And my message is raw data...
Hi,
I am writing my own service which is basically exe connected to the server 24/7.
From the main engine I have connection class which opens connection to the server and passes RSocket object to...
Here is more code what I am trying to accomplish.
SocketReader.h
class MStatusSocketReaderChangedNotifier
{
public:
virtual void SocketReaderStatusChanged(TInt aStatus,TDes8& aMessage) =...
Hi,
I am confused if observers are asynchronous or not. Bellow is code snippet to explain what I mean:
CSocketReader is Active object which reads data from the socket.
......
Ok, i found soluton.
in the init part i have to put:
glEnable( GL_DEPTH_TEST );
glDepthFunc(GL_LEQUAL);
also i had to add
"EGL_DEPTH_SIZE,16"
in properties for the wanted EGLSurface.
It...
Hi,
i am facing problem with object rendering on the screen in OpenGL.
I am having a ring object which i draw on the screen. I am using same object
(scaled) to put it inside first one. The...
Hi,
i have the following problem:
I have successfully ported application from S60 2nd ed to S60 3rd ed and i can see application icon when i start my application and in the phone menu if i...
Hi,
i am getting this error when i try to make project using CodeWarrior 3.1 Pro.
Am i missing some settings ?
Topic with same title didn't help me.
thnx.
Hi,
can anybody tell me how to put two different platform uid's in one pkg or sis file.
For example:
I have different code for series60 v0.9 and series60 2.0:
contents of pkg file:
&EN
hi,
can anyone, please, tell me how to get notify when user presses cancel on global wait note?
I am using global wait note (EAknGlobalWaitNote) in server app to notify user when connecting...
I have to draw on window from server application (exe). I am interested if someone manage to do so.
Here is my code:
ConstructL:
iWsSession.Connect();
TInt winGroupHandle =...
Nokia-MIDlet-Category: Game only works on Series 40 and only with WAP download.
This doesn't work on Series 60
Hi,
i need to start MIDlet from my C++ application. Is there a proper way to start it? I mean, if i start it and MIDlet goes to background i want to call it to foreground next time i click on C++...
Hi,
i am developing Midlets for Series60 MIDP1.0 and i want for my application to appear under Main menu rather than under Applications menu.
Does anybody know how to do it?
On series 40 you...
Hi,
i am developing application which connects over GPRS to my server on Internet every now and then, and retreives some information from it.
When application needs GPRS connection it asks...
Hi,
how can i put JAR file to SIS package. Is there any tools to do that?
I want to put JAR (MIDLET) into SIS package to be able to install MIDLET in whatever folder i want on my Nokia 3650.
...
Hi,
i have midlet which runs in background. I want it to come to foreground on some event. Can it be done on Nokia Series 60 phones.
thanx
Hi,
i am developing midlet midp 1.0 for NOKIA 3650 and i have problem with Http connection.
I am contacting server and everything works fine until GPRS connection breaks down. In this case...
i discovered that's it is not possible in the MIDP 1.0, but in MIDP 2.0 you can call platformRequest("http://[some url]") to invoke WAP browser
Hi,
i am developing j2me application and
i need to invoke WAP browser from my midlet to take user to some WAP page.
Is it possible to do this and how?
thanks a lot