Sorry, I know how stupid my question sounds.
I'm trying to reproduce the form as in tutorial with the UI design tool.
The form of the tutorial seems to be a normal form with no magic.
I...
Type: Posts; User: pgivy; Keyword(s):
Sorry, I know how stupid my question sounds.
I'm trying to reproduce the form as in tutorial with the UI design tool.
The form of the tutorial seems to be a normal form with no magic.
I...
Hi everybody,
I'm using Cabide C++ Version 2.3. When I create the tutorial project "Birthday" I get a
form with a Text Editor where the label is above the edit field.
When I create a S60 GUI...
Hi everybody,
LBR V1.1 is now available. It's a location based reminder for Series 80 devices (9300(i)/9500). It's free and you can download it from project homepage http://home.snafu.de/phg/
...
Thank you Jitendra,
you are right. It works.
Greetings
pgivy
Hi,
is there a standard way to check a Buffer whether it contains Unicode characters? According to this check I would set the Chracterset in SMS Header.
Thank you in advance
pgivy
Hi,
I have two independent ActiveObjects. I do not use multithreading explicitly. Can it happen that when one AO is executing its RunL() the other AO also "gets ready" and jumps to its RunL()? I...
Ok, I found it:
Overwrite CEikAppUi::CheckHotKeyNotDimmedL() and return EFalse. That's all.
Thank you samiudd! Although I mean hotkeys associated with menu items, your code snippet saves me a post :-)
Sorry I forgot. I mean the Hotkeys associated with menu items...
Hi,
can please somebody give me a hint how to disable all hotkeys temporarily and restore them back?
Thank you in advance
pgivy
I use following code to produce command buttons:
RESOURCE DLG_BUTTONS r_lbr_my_ok_cancel {
flags=0;
buttons = {
DLG_BUTTON {
id = EEikBidOk;
flags=EEikLabeledButtonIsDefault;...
Hi,
how can I specify that "ok" is the default button when I use
buttons=R_EIK_BUTTONS_CANCEL_OK in a dialog? With default button I mean that it's activated when enter is pressed.
Thank you
...
Dear other newbies,
it's not enough to dimm a checkbox out. You also have to disable the checkbox using SetBehavior(EEikButtonStaysClear). The caption of the checkbox must be dimmed out separately...
Hi everybody,
I have the following problem. I have a checkbox defined as:
..
DLG_LINE {
id=MyCheckBox;
type=EEikCtCheckBox;
prompt="Remove when done";
}
..
Hi,
the ugly solution is first to check with cba->ButtonById() if the fist button of the command sets used by my views can be retrieved. If so I'm allowed to set a new command set with...
cba = CEikButtonGroupContainer::Current();
cba->SetCommandSetL(R_REGISTER_CBA);
Hi Priju,
here is exactly the problem: cba->SetCommandSetL(R_REGISTER_CBA); crashes in my view while a dialog...
Hi Beover1984,
thank you for the reply. I also thought that I would get a NULL pointer. But the pointer I receive from CEikDialog::ButtonGroupContainer() in view while a dialog is running seems to...
Hi,
the contents of my application's view are periodicaly updated and I have to set the CBA accordingly. Now when a dialog with its own CBA command set is being executed and the view tries to set...
Hi,
I would like to have 4 number editors on the same dialog line. How can I do that?
Thank you
pgivy
Hi,
is it possible that the mentioned KUids are interchanged?
I encountered following phenomenon:
TInt GivenNameIndex = ContactItemFieldSet.Find(KUidContactFieldGivenName);
TInt...
Hi,
is it possible to play the calendar alarm sound from within an application? Platform is S80 V2.0 if it's relevant.
Thank you
pgivy
Hi jp4symbian,
here is a code snippet using FindInTextDefLC which works for me:
Defintion of WordParserCallback() function:
/*
This is a function is not a member of any class....
Already done.
Yesterday I registered on symbiansigned.com.
The whole site is 128 bit SSL encrypted.
I had to choose a password with at least 8 characters for security reasons. For every step you take you need...
Hi Mayur,
thank you for your reply.
I'm developing for a S80 phone which has a full keyboard including the TAB key.