resources and application view title
| Thu, 2008-05-15 09:23 | |
|
Hi, I'm new in symbian development. I wrote a simple application displaying one list view and adding/removing/... items in it. It works fine in emulator. but when I test it on mobile phone, listview title is not one I wrote in resources, but UID of application is added to it. (e.g. instead of SampleApp I have SampleApp_0x123456). Does anybody have an idea what can be problem? I generated HelloWorld in carbide and compare it to my project, but I do not see any special difference. It "works" fine, but my app not. |
|






Forum posts: 96
check for #ifdef macros or in your pkg file, to check whether any old resource file is not uploaded to device?
Jupitar
Forum posts: 6
no. pkg file looks fine.
Forum posts: 6
hm. I found the problem finaly. I was including ersource file from old project. Thanks for help.