Hi,
Can you tell me a specific example which uses the ProcessCommandL method?
Thanks
Type: Posts; User: rkuppala; Keyword(s):
Hi,
Can you tell me a specific example which uses the ProcessCommandL method?
Thanks
Hi,
I want to design an app in which the UI part and the engine part are separate. The engine part is instantiated from the app. The engine does network related job. Hence It is not known when the...
Hi,
I am trying to develop an application where I am trying to read some data from a file and dispplay it in a dialog as a default value. If the user changes the value then I write it back to the...
Hi,
I am trying to develop an application where I am trying to read some data from a file and dispplay it in a dialog as a default value. If the user changes the value then I write it back to the...
Hi jimD,
I have been trying to do something similar. But havent been successful. I have an app where I want to show some default values in a form. GIve the user an option to edit them or just...
Hi,
I changed the code for CountComponentCOntrols and ComponentControls as suggested by Cleaner, but nothing still happens. There are no run time errors. The app starts and closes smootlly but I...
Hi,
I am trying to draw an Edwin in my application. But nothing happens. I cannot see my edwin on the screen.
The container I am using to draw is derived from a CoeControl.
Any ideas what I...
Hi,
I was trying to re-install the Series 60 SDK to use ver 1.0 instead of ver 0.9. But the installation seems to be corrupted, I tried going back to 0.9 but I cant install that version too now. ...
I was not able to figure out what the problem was with the PC suite for 3650 but my Ambicom Bluetooth adapter had a software for transferring files. I was able to use it to transfer my sis fies.
Hi,
Isnt the point of having a Blutooth-USB adapter that I dont have to worry about turning on any Bluetooth settings on my PC?
I tried the PC COnnectivity Suite for 3650. But without any luck....
Hi,
I recently got a Bluetooth USB adapter for my Nokia 3650. I was able to check for the presence of the phone using Blutooth. But I was wondering if there is any tool which I can use to transfer...
Hi,
I did not use it but Digia apparently has a HTTPStack. I dont know the conditions for getting the package from them.
http://www.symbianpages.com/FindProductbyCategory.asp?nProd_Cat_ID=245
...
Hi,
I have an application which uses some socket connections. It works fine. But when I try to connect to the network it gives me a an option "Select access point" and gives 4 options. I was...
Hi,
Thanks a lot. I was able to get my app to the foreground. But it gives me an error when I try to dial the number again. It gives me an ETel Client Foul 11 error. My guess is that it is...
Hi nguyeto,
I tried implementing the solution as suggested by you. But I get a KERN EXEC 0 error and the app ends.
I tried to modify the Dialer example with the SDK with the changes you...
Hi,
I am using Series 60 to develop an application.
I have an application in which I make a call. When I make the call, the application window goes into the background. I tried to bring it...
Hi,
I managed to find a plug-in SDK 6.1 (for Audio Streaming )which interfaces to the microphone.
http://www.symbian.com/developer/development/syslibs.html
But, the zip file does not have...
Hi,
I have been facing the same problem but for a Series 60 phone.
Does a similar solution exist for Series 60 too?
Thanks
Hi,
Is there some way in which one can get access to the Vocoders on the phone which convert the voice of the user to data packets so that it can be transferred over the network.
Thanks
Hi
I was wondering if Symbian/Series 60 has any in-built API for SIP or VoIP. In case there isn't is there a 3rd party solution which anyone is aware of?
Any pointers for the above questions...
Hi,
I am trying to write an application where I need to trap the key press event of "End" on the phone.
Where can I find information about the constants defined for the diferent keys?
Thanks
Hi,
I seem to have some problems.
I defined a class which derives from CEikDialog and tried to implement the SetEdwinTextL method in the derived class. But it does not work. I am able to...
I got the answer.
I created a resource called CAPTION_DATA and specified the caption in it. Make sure that the localized strings defined here are uniquely defined.
RESOURCE CAPTION_DATA
{
...
Hi,
I wrote an application modifying the example code from the SDK. Now I want to change the name of the app to my applicatino name. Where can I change the name of the app?
Thanks
Hi,
I have an app in which I want to show a form and associate certain Soft keys defined by me.
There are no compilation errors but when I run the app it crashes when I try to display the form....