HI
Type: Posts; User: ashbhatia; Keyword(s):
Hi Friends
I am trying to create a Radio Button Settings Page. I am using the following code.........
/////////////// CPP file /////////////////////////
CDesCArray* listArray = new(ELeave)...
Hello Mr. Marko
Your suggestion is working and I am able to add new contacts. But the problem is that the contacts added in this manner are not visible on the phone. The Contacts program shows...
Hey,
I am trying to create a setting page containing two radio buttons using a CAknRadioButtonSettingPage object. Can some tell me how should I go about it? Please tell me how to write the...
Hey,
How should I format my option item for the option listbox.
list->Append( _L("0\tItem") );
or
list->Append( _L("Item\t0") );
or
anthing else ??
Hey guys come up with some answer.
Hey guys come up with some answer.
Hey guys come up with some answer.
Hey guys come up with some answer.
Thanks a lot.
Hey
This pretty easy. Just divide the class into two put the declaration in .h file and the definition in the .cpp file. Remmember to derive the class from CBase class, which is the base class for...
Hey
U can use this...
TFindFile file_finder(fs);
CDir* file_list = NULL; // array for holding directories entries
TInt err = file_finder.FindWildByDir(aFileName,aDirPath,file_list);
...
Hey,
I have found that we can use HandleSettingPageEventL() to find out whether user pressed ok or cancel while the settings page was displayed. Can some one tell me how to use this function.
...
Try this
TKeyResponse CDemoContainer::OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType )
{
//the user typed a numeric
if(aKeyEvent.iCode>=0x30 && aKeyEvent.iCode<=0x39)
{...
Hi,
When the Passwords Setting Page is displayed and the user presses the cancel the default functionality is executed. But I want to include some other functionality apart from the default one....
Hey Guys,
I am using ReallocL() of HBufC at several locations. I doing this to ensure that there is no wastage of memory. But I have a doubt in my mind, Is it adviceable to use ReallocL() too...
Hey Guys,
I am using ReallocL() of HBufC at several locations. I doing this to ensure that there is no wastage of memory. But I have a doubt in my mind, Is it adviceable to use ReallocL() too...
Hey Guys,
I have created a small backup utility. I want to show the user a progress bar as long as the backup goes on. For this I have created a progress bar. But the problem is that the progress...
Hey Guys,
I have created a small backup utility. I want to show the user a progress bar as long as the backup goes on. For this I have created a progress bar. But the problem is that the progress...
Hey Guys,
I have created a Settings Listbox. It contains two items UserID and Password. Things are working fine, but suppose I try to change the password. After typing the new password, when I...
Hey Guys,
I have created a Settings Listbox. It contains two items UserID and Password. Things are working fine, but suppose I try to change the password. After typing the new password, when I...
Hey guys please help !!
Hi,
Whenever I try to add a new field to the contact using a CContactItemField I get an exception. Why so?
Ashish
Hey user application appear in the "others" desktop folder (unless you move it to some other folder). Does your application contains some sort of UI?
Ashish
Hi,
If the dialog is used as a modal, RunDlgLD returns 0 if the dialog is dismissed and EAknSoftkeyDone if not.
Ashish