Thank you for your response.
I did not realise that if I created an instance of CEikonEnv that I would get the application, document and UI. Perhaps that maybe a safer and more straightforward...
Type: Posts; User: a_barbs; Keyword(s):
Thank you for your response.
I did not realise that if I created an instance of CEikonEnv that I would get the application, document and UI. Perhaps that maybe a safer and more straightforward...
Hi,
I have need to create an application from inside a DLL. The problem that I am facing is related to cleaning up after I have finished with the objects. At the start I have the following code:...
Many thanks honest_success for your suggestion, however I have no access to any Midlets. The code that I am writing is a library that will be used by Midlets. The API that I am working to is frozen...
Brilliant!
Thanks for the suggestion. I reckon that will solve the issue.
Hi,
I am trying to get the maximum application screen dimensions from within a mobile class library that I have created. To achieved this from within a Midlet I would do the following:
...
Hi,
I'm not sure if making your dialog Modal will help anymore. As I think is could be Modal anyway (EEikDialogFlagWait). Only other suggestion is that you should send your application into the...
Hi,
Have a read through the information given at the following:
...
Hmm - I'm not sure. You could try implementing CActive's RunError() - that might provide some clues
Hi,
Can you state which function calls the following function:
void CActiveObject1::Start()
{
iActiveObject2->Start();
CompleteSelf();
}
You could consider making the dialog MODAL
Hi,
Sounds like non-public SDK stuff
Hi,
Is it possible to find out which application is currently in the foreground? My application is being sent to the background and I need to know which application will be in the foreground when...
Note : Wallet Application has been removed as of Series 60 2.8
Ok,
You will need to create an instance of a CPbkContactEngine object, passing a reference to a File Server object in its constructor. You will then need to create an object that can iterate...
Ok, I had a similar issue. Not sure how to correctly resolve it. In my app I placed the following code in the appropriate place, which sends my application into the background. If you do decide to...
Hi,
If you want to access the contacts database from within your application you can use the class given in the subject of this post (Series 60 only).
Hi,
I assume that you have read the following posts:
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=7954&highlight=%2Aautostart%2A
Hi,
I'm attempting to create my own stationery for Metrowerks Code Warrior. I've read several documents on the subject and have now managed to get my template to appear on the list of available...
I managed to get it to work, but it was so long ago that I can't actually remember how exactly. I know that I stopped using ExecuteLD and went with the following:
iWaitDialog = new (ELeave)...
Thanks for the quick response ajsanchez. I realise that activating the Bluetooth module will cause a drain on the battery. However, if I disable my application and enable Bluetooth, the battery...
Hi,
I've got an application that acts as a sever accepting clients via bluetooth. I use the follwing code to get the application to accept clients.
// 1. Connect to the socket server...
As far as I know resources are owned by specific threads, so you may not be able to access the dialog directly.
The problem can be eliminated by using only active objects within your...
I just read a post "by Denever"
http://nkn.forum.nokia.com/forum/showthread.php?s=&threadid=19813&highlight=%2Agreek%2A
The post relating to the URL given above suggests that certain languages...
Hi,
I'm having some trouble localising my application. I have followed the Language example given with the Series 60 SDK. I therefore use a *.loc file to conditionally include the appropriate...
Thanks for your quick response. However, I am not trying to turn on Bluetooth, or turn it off. I just want to be made aware of its current status (On/Off), so that I can perform some appropriate...