Hi Everybody
Can any one tell me about the procedure to implement Grid Resource with in a form...........Iam trying to create a form view where i will have four controls which are
1) Popup Field(Combo Box)
2) Popup Field(Combo Box)
3) Edit Box
4) Grid
For easiness i am attaching the resource
Can anyone guide me as to what will be the exact method to implement it
RESOURCE DIALOG r_popuplist_dialog
{
flags = EEikDialogFlagNoDrag
| EEikDialogFlagFillAppClientRect
| EEikDialogFlagWait
| EEikDialogFlagCbaButtons;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
form = r_popuplist_dialog_form;
}
RESOURCE FORM r_popuplist_dialog_form
{
flags = EEikFormUseDoubleSpacedFormat
| EEikFormEditModeOnly ;
items={
DLG_LINE
{
type = EAknCtPopupField;
prompt="Presence";
id = ETSGuiPresenceId;
itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
control = POPUP_FIELD
{
width = 100 ;
};
},
I ended up here cause I have the same problem and I cannot find any answer to it.
How to make a form so that one of the item is a "box" containing an icon.
If the user select that box, a grid of icon will be presented to allow the selection of an icon.
Thanks in advance for your help.
Re: Grid Resource within a Form
2007-02-08, 06:53#3