I believe CAkn*StyleListBox->ItemDrawer()->SetBackColor() should do the trick
Type: Posts; User: tripiri; Keyword(s):
I believe CAkn*StyleListBox->ItemDrawer()->SetBackColor() should do the trick
As far as I remember, the recent SDK's are shipped with the built-in ethernet support...no need to install that separately...as "inas" said, you can configure the settings in the prefereces option
I second wizard_hu on this. I made a similar kind of application some time back and was unsuccessful in supressing the dialog...you can draw on top of that...
Firstly, install the Nokia Connectivity Framework (NCF).
There are few posts in this forum which discusses about the similar topic...so search for them...
You can't get the location information without the GPS support. If you can get the NMEA message by other means, u can use the RPositionServer etc classes to retrieve the latitude,longitude etc....
I'm a newbie to Symbian OS but want to put forward my thoughts.....
Correct me if i'm wrong....
For Call related AT commands, TSY(Symbain Component) will take care of the AT commands and pass...
Is there any way where we can access the contacts on the SIM?
Yeah, it is possible to connect two emulators.
BR,
Hi,
It all depends upon the type of modem you are using.AFAIK, They won't be much change in the AT Command Set.
BR,
Hi,
If you wanna make an application that performs the same functionality as of "Media" Application,then have a look at the SDK to get info to display a jpeg image.Also,all the images will be...
Hi,
AFAIK,EncryptL() is a function of class CSecurityEncryptBase which is a pure virtual function. Have a look at Cipher example in SDK.
Hope this may help........ Please let me know if you...
Hi,
I couldn't able to get what actually you want to implement.Anyway,if you are looking to delete the option "Call" from the phonebook application keeping the option "Add to Contacts", then u...
How can a 3rd party developer can implement this?? Anyway,let me know if you could able to achieve this.
BR,
Once u start searching the devices and select a particular device,you will get the selected device parameters in TBTDeviceResponseParamsPckg package.Make use of the function...
Hi erneykm,
You can create the two threads in a single process and start the server thread from the other thread if it terminates. I haven't tested this and just giving an idea and let me know if it...
Which version of S60 are you using??
Did u able to establish the BT link between PC and N6600?If not,try to implement that first...........
Search a bit in the internet and you could able to find some good examples
Make use of the RHostResolver rather than plug-in notifier
BR,
Sunil
Yes,you can have as many active objects as u want running in a single thread simultaneously.
BR,
You can make use of either CHeartBeat or CPeriodic class to implement ur timer-related applications.
AFAIK,there are no public API's to access the CPU Clock
Yeah,you can always create a .sis for Non .app
I have made a .sis file which contains a .exe
BR,
Which SDK are u using??
If it is S60 v2.0,it won't be there.
If it is S60 FP2,it is present.
BR,
I couldn't actually figure out what u want to achieve but i will say something about these AT commands what i know.
If u want to dial a number by using the AT Commands,you can do that.
Hope it...
What exactly u mean by executing the AT Commands??Do u want send these commands to modem ?? If so,u can always do that.