S60 5th SDK - SVG list empty
Hello everyone,
I have a problem with a mobile application I created in NetBeans 6.7 using the [B]Nokia S60 5th Edition SDK[/B]. The program is in Java (J2ME) and uses SVG elements. The problem is connected with a [B]SVG list[/B] object that comes with a NetBeans plugin called SVG UI Snippets. Everything works fine when running the app on the emulator or on a Nokia E51 but as soon as I try it on the Nokia 6800 the SVG list shows no entries. I basically followed the following tutorial: [url]http://www.netbeans.org/kb/docs/javame/svgtouch.html[/url]
Does anyone have an idea what this could be caused by? [B]Why is the SVG list not displaying any elements on the 6800 only?[/B]
Any help would be really appreciated. Thanks in advance.
Re: S60 5th SDK - SVG list empty
I only found this device when I search for the 6800 :
[url]http://www.forum.nokia.com/devices/6800[/url]
If this is the mentioned device I would advise you to inform yourself on the platform you are developing before even starting to develop per se...
As you can see it's a S40 (not a S60) and just having a look at the supported API's you will notice it's a MDIP 1.0 device and it doesn't have the SVG API (JSR-226 if im not mistaken)...
That would actually explain it all...
Re: S60 5th SDK - SVG list empty
Hello,
thanks for the answer. It was my mistake, the mobile I am talking about i of course the [B]Nokia 5800 XpressMusic[/B] and not the 6800. Sorry for that. The Nokia 5800 XpressMusic is a S60 one so the problem remains the same.
Re: S60 5th SDK - SVG list empty
owh hehe, well can happen...
actually I have no idea why it shouldnt work, tutorial seems set up pretty well...
Are there any excpetions which are thrown ?
Are you catching exceptions in your midlet ?