|
|
User login
Feeds |
About dialog resource
|
|||||
| Thu, 2005-08-04 03:47 | |
|
I'm a newbie in symbian C++.When I Created a resource file for dialog,and compiled it,errors occured:
SOUND error PRJ0019: A tool returned an error code from "Building resources from Sound.rss" SOUND fatal error U1077: 'perl' : return code '0x1' The resource file I created looked like this: RESOURCE ARRAY r_song_info_artist { items = { LBUF { txt= "BackStreet Boys"; } }; } RESOURCE DIALOG r_song_info_dialog { title = "Song Info"; buttons = R_EIK_BUTTONS_CONTINUE; flags = EEikDialogFlagWait; items = { DLG_LINE { type = EEikCtChoiceList; prompt = "Artist"; id = ESongInfoArtist; control = CHOICELIST{ array_id = r_song_info_artist;}; itemflags = EEikDlgItemNoBorder | EEikDlgItemNonFocusing; } }; } In sound.hrh: #define ESongInfoArtist 0x1102 Thank you for your help! |
|
Forum posts: 11
R_EIK_BUTTONS_CONTINUE, whare is button defnition ?. they have to be defined before the dialog resource.
Br
Jinesh Krishnan
Forum posts: 8