Read-only archive of the All About Symbian forum (2001–2013) · About this archive

change the buttons of a dialog

0 replies · 1,546 views · Started 03 August 2004

Hi
these questions refer to the Series 60 ...
Thanks in advance

1) how do I put my own buttons ( for example "button1" and "Cancel"😉 in the menu of a dialog .
how do I change the "Ok" and "Cancel" to my own options ? please show me some code if possible ...

2) why is the prompt of an Edwin Black (just black , nothing written) ???
I use this code in the RSS :

   DLG_LINE
{
type=EEikCtEdwin;
prompt="Other :";
id=EMyAppControlIdOther;
control=EDWIN {width=25; maxlength=256;};
}