RESOURCE DIALOG XXXX
{
item = { /*several DLG_LINE*/ };
form = XXX;
}
if DIALOG use either item or form, it will be OK.
but if use "item" and "form" both, Failed.
What's this problem mean?
Thanks,
Printable View
RESOURCE DIALOG XXXX
{
item = { /*several DLG_LINE*/ };
form = XXX;
}
if DIALOG use either item or form, it will be OK.
but if use "item" and "form" both, Failed.
What's this problem mean?
Thanks,
Hi Richie,
Forms and dialogs both are different.
If you want to have 3 or more dialog lines then it is better to use form.
Regards,
Kavit.
Thanks you,Kavit!
I resolved this problem by referring to [url]http://discussion.forum.nokia.com/forum/showthread.php?t=23309[/url]