app icon - 3rd edition
| Sat, 2007-06-16 09:35 | |
|
Hi
2 questions regarding app icon: 1) I try to create an app icon (which should appear in the app menu) using mbm. The icon does not appear, please take a look at the code below - any ideas what I should add\change? 2) I don't use MIF here, but I might also try that (maybe it will work ), can you please advice about how to get (or create) an SVG file? should I just take one from an example app?Thank you very much Trying to create an icon using mbm: Code: //####### MyApp_reg.rss ####### RESOURCE APP_REGISTRATION_INFO { Â Â app_file = "MyApp"; Â Â localisable_resource_file = "\\resource\\apps\\MyApp_loc"; Â Â //... } //####### MyApp_loc.rss ######### RESOURCE LOCALISABLE_APP_INFO { Â Â short_caption = "MyApp"; Â Â caption_and_icon = Â Â { Â Â Â Â CAPTION_AND_ICON_INFO Â Â Â Â { Â Â Â Â Â Â caption = "MyApp"; Â Â Â Â Â Â number_of_icons = 1; Â Â Â Â Â Â icon_file = "\\resource\\apps\\MyAppIcon.mbm"; Â Â Â Â } Â Â };Â Â Â Â Â Â Â Â Â Â Â Â Â } //####### MyApp_3rd.mmp ######### START RESOURCE MyApp_loc.rss TARGETPATH \resource\apps LANG SC END START BITMAP MyAppIcon.mbm TARGETPATH \Resource\Apps SOURCE c8,1 ..\data\icon.bmp ..\data\iconm.bmp END |
|






), can you please advice about how to get (or create) an SVG file? should I just take one from an example app?
Forum posts: 82
Hi
I just replied similar kind of question here...
http://www.newlc.com/forum/how-replace-default-icon-s60-3rd-version
Pls have a look...
Br
Gurpreet
Forum posts: 135
Thank you Gurpreet