Hi,
i have the following problem:
I have successfully ported application from S60 2nd ed to S60 3rd ed and i can see application icon when i start my application and in the phone menu if i select list view, but there is no icon (only default app icon) if i switch to grid view.
Am i missing something here ?
thank you very much.
Here is my application_reg.rss
...
RESOURCE APP_REGISTRATION_INFO
{
app_file="MyApplication";
localisable_resource_file = qtn_loc_resource_file_1;
localisable_resource_id = R_LOCALISABLE_APP_INFO;
group_name = "MyApplications";
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
}
....
and here is my application.rss
....
// ----------------------------------------------------------------------------
//
// r_localisable_app_info
//
// ----------------------------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
{
short_caption = qtn_caption_string;
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = qtn_caption_string;
number_of_icons = 1;
icon_file = "\\resource\\apps\\application.mif";
};
}
// End of File



