Discussion Board
-
EEikCtSpacer
2004-04-13, 10:50
#1
Registered User
How to use EEikCtSpacer on a form under Series 60?
in my case it craches on ExecuteLD(...)
resource is :
RESOURCE DIALOG r_blacklistdb_contactform_dialog
{
flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
EEikDialogFlagNoTitleBar | EEikDialogFlagNoBorder;
buttons = R_AVKON_SOFTKEYS_DONE_CANCEL;
form = r_blacklistdb_contactform_form;
}
RESOURCE FORM r_blacklistdb_contactform_form
{
flags = EEikFormUseDoubleSpacedFormat | EEikFormEditModeOnly;
items =
{
DLG_LINE
{
type = EEikCtSpacer;
id = EBlacklistdbContactformCtrlId0002;
prompt = "description";
itemflags= EEikDlgItemOfferAllHotKeys;
control = SPACER
{
width = 10;
height = 10;
color = 0;
};
},
DLG_LINE
{
type = EEikCtEdwin;
id = EBlacklistdbContactformCtrlId0001;
prompt = "description";
itemflags= EEikDlgItemOfferAllHotKeys;
control = EDWIN
{
flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable;
maxlength = 20;
lines = 2;
width = 1;
max_view_height_in_lines = 5;
base_line_delta = 21;
};
}
};
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules