12-15-2011 03:46 AM - last edited on 12-15-2011 03:47 AM
each mobile has different screen resolutions and inside the config.xml, we can change the images depending on resolutions like this way
<rim:loadingScreen backgroundImage="images/StartUpScreen.png" foregroundImage="images/loadingicon.gif" backgroundImage480x360="images/screen480x360.png" foregroundImage480x360="images/loadingicon.gif" onRemotePageLoad="true" onLocalPageLoad="true" onFirstLaunch="true"/>
but in my case it is still using "StartUpScreen.png"
what am i doing wrong??
why it is not getting correct resolution image???
i'm using blackberry 9700 simulator (screen resolution 480x360)
Blackberry Webworks plugin - 2.5.1.2... version
Blackberry Webworks SDK plugin - 1.5.1.2... version
OS version - 5.0.0.680
Solved! Go to Solution.
12-16-2011 03:58 AM
more info:
when i tried to open the xml inBlackberry Webworks config Editor i got this error
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'backgroundImage480x360' not found. (file:/C:/Users/mplato/workspace_webworks/OneCallN ow/config.xml, 23, 323) Feature 'backgroundImage480x360' not found. (file:/C:/Users/mplato/workspace_webworks/OneCallN ow/config.xml, 23, 323)
i'm using
Eclipse IDE for Java Developers
Version: 1.3.0.20100617-0520
12-19-2011 01:34 AM
12-19-2011 09:33 AM
Hi
The official documentation for the loadingscreen element can be found here. You'll note there's no mention of multiple resolution support so I don't know where you got this from.
As per the Eclipse editor, we no longer support the eclipse plugin. In this case its likely that the editor can't handle the unknown elements.
button below the post(s)12-20-2011 01:26 AM
12-20-2011 10:01 AM
That post is actually tim saying it would be awesome IF we had something like that. Unfortunately we don't
button below the post(s)12-20-2011 10:43 AM