RESOURCE DIALOG r_example_dialog
{
title="Change Coordinates and Size";
buttons=R_EIK_BUTTONS_CANCEL_OK;
flags=EEikDialogFlagWait;
items=
{
DLG_LINE
{
type=EQikCtNumberEditor;
prompt="x coordinate";
id=EExampleControlIdXEditor;
control=QIK_NUMBER_EDITOR <-----------
{
};
}
};
}
C:\\SYMBIAN\\UIQ_21\\UIQEXAMPLES\\HELLOWORLD\\Helloworld.rss(75) : Label not found
//file hrh
#define EExampleControlIdXEditor 0x1001
#define EExampleControlIdYEditor 0x1002
#define EExampleControlIdZEditor 0x1003