Discussion Board
-
can DIALOG include "item" and "form" both?
2008-05-08, 08:15
#1
Registered User
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,
-
Re: can DIALOG include "item" and "form" both?
2008-05-08, 09:17
#2
Registered User
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.
-
Re: can DIALOG include "item" and "form" both?
2008-05-08, 10:29
#3
Registered User
Thanks you,Kavit!
I resolved this problem by referring to http://discussion.forum.nokia.com/fo...ad.php?t=23309
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