|
Replies:
3
-
Last Post:
Jun 30, 2009 8:02 AM
by: bluetrail
|
|
|
|
|
|
|
Pick Midlet not working in Resource Editor
Posted:
Jun 29, 2009 4:15 AM
|
|
|
Hi All,
I am using LWUIT_20080814 build resource editor. I wanted to do the styling by selecting the Midlet. But its not working, only default LWUIT Demo is shown.
I am using Windows XP Professional, JDK 1.6
Anybody has faced similar issue?
Thanks, Sandeep
|
|
|
|
|
|
|
Re: Pick Midlet not working in Resource Editor
Posted:
Jun 29, 2009 5:07 AM
in response to: sandeepkumar03
|
|
|
Does your midlet compiles fine? If it has compilation errors, the default LWUIT Demo is shown.
|
|
|
|
|
|
|
|
Re: Pick Midlet not working in Resource Editor
Posted:
Jun 29, 2009 10:45 PM
in response to: fbenitez
|
|
|
Hi,
Yeah my midlet runs fine if i run it from IDE without any errors. I am able to see the theme properly getting applied there.
But while editing in resource editor its not getting displayed. I am not sure if its OS problem or something else.
Thanks, Sandeep
|
|
|
|
|
|
|
|
Re: Pick Midlet not working in Resource Editor
Posted:
Jun 30, 2009 8:02 AM
in response to: sandeepkumar03
|
 |
Correct |
|
|
Hi
Had similar problems and managed to diagnose it by running the resource editor from the command line.
In my case the midlet was trying to access mmapi apis which the resource editor does not support.
I think the syntax is
java -jar resourceeditor.jar
Check the lwuit manual if I am wrong
Cheers
Richard
|
|
|
|
|