Hai,
For my application i want to add "about dialog"?. I tried with query list control but,i can't display all the informaton.please help me to which control i have to go for "about dialog"(product info)?.
Hai,
I tried with edwin control with read only flag.but its not looking good.actually i want some heading which will be my application name and all other information will be below that heading.
If you want really cool about dialog you can create your own control and attach that to the dialog. See CreateCustomControlL from SDK. Unfortunately i'm going to sauna, and therefore no time to write complex example just now. Try to seek if found any examples how to use that CreateCustomControlL, if not lucky please ask again and i will write the example. Using your own control the dialog can contain graphics and text with free layout. Because there is no need for userinteractions it is not so difficult to write own control.
The other way: Not so cool way to implement is to use readymade controls on the dialog...this means you define (on resource file) what controls should be on your dialog and then you write a container (dialog class) for those controls. This examples can be found in many places, i think.
Hai ,
I couldn't find any example for putting customised controls on dialog.please send me if u have any sample code to .
I tried with CAknMessageQueryControl.But it is crashing when i call RuLD().the resource i used for this is