Sunday, January 17, 2016

So write dialog resource correctly?




            


RESOURCE DIALOG r_key_code_query
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;

items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_DATA_QUERY
{
layout = ENumberLayout;
label = qtn_query_code;
control = AVKON_INTEGER_EDWIN
{
min = 0;
max = 999999;
};
};
}
};
}
Reply:
Series60Ex following query can refer to this example.

No comments:

Post a Comment