Questions tagged [lwuit-resource-editor]

The Resource Editor is an independent GUI tool for opening, creating, and editing resource packages for LWUIT.

LWUIT includes a desktop tool for editing and creating themes called ResourceEditor. You can use this tool to edit themes and view their general appearance in real time. It allows them to separate the roles of developers and designers. It can run a MIDlet within the preview panel , provide a visual builder for MIDlets and can generate Netbeans projects from them.

50 questions
4
votes
3 answers

LWUIT, How to create a custom label for form title

I want to know how to create a label that contains two icons, one on each side and set it as the title bar for the form element (LWUIT widgets).
David-mu
  • 1,732
  • 18
  • 24
3
votes
1 answer

You must include the platform port before the LWUIT in the classpath: How to solve this run time exception?

Possible Duplicate: You must include the platform port before the LWUIT in the classpath runtime exception I am just now started the LWUIT use in J2ME. I don't have more knowledge of LWUIT but I know better J2ME. I have added library of LWUIT in…
Mr. Sajid Shaikh
  • 6,373
  • 4
  • 19
  • 32
3
votes
1 answer

ScrollBar in LWUIT

How can I edit the style of the lists´ scrollbar? I want to modify its width, mainly. To change his colors I use the UIID ScrollThumb, is this correct? Thanks
Mun0n
  • 4,410
  • 4
  • 24
  • 45
3
votes
1 answer

LWUIT TextArea question

Is there any way to write in a textArea without going to a LCDUI window? I want to edit my textArea in my LWUIT app but everytime I try to do this, the app send me to a LCDUI window.
Mun0n
  • 4,410
  • 4
  • 24
  • 45
3
votes
2 answers

Hint text in LWUIT

In LWUIT, some components (like the textField) have a hint property. Is there anyway to change this text´s format? I need to modify font and color. Is it possible?
Mun0n
  • 4,410
  • 4
  • 24
  • 45
3
votes
1 answer

How to use Lwuit Resource Editor for Creating Theme or GUI?

I am just downloaded lwuit resource editor. I trying to create theme but i don't have idea how to create theme or gui. Can any one give me information how to use it? How to create gui or theme? And also i have one question how to use the created…
Mr. Sajid Shaikh
  • 6,373
  • 4
  • 19
  • 32
3
votes
1 answer

Is this a bug when Constraint from one textfield applies to others on other form

I've tested so many times and get strange behavior.Lwuit version 1.5. I've created few Form with TextFields on them.(Form1, Form2, Form3). When I set a numeric constraint to one of the TextFields on the Form1 by Resource Editor, then run MIDP…
AzizD
  • 91
  • 10
2
votes
1 answer

How to create own bitmap font wiht image on LWUIT?

I use that code Font bmpfont=Font.createBitmapFont(icon, new int[0], new int[12], "S"); First param is image, second is offset, third is length and fourth is charset. And I get Font object from that code. But I set that font to TextArea... TextArea…
AT07
  • 98
  • 1
  • 11
2
votes
2 answers

how to remove back command from LWUIT

I am trying to make an application using LWUIT Now i got a problem with back command from resource editor there are a back command in all forms and i cant find them in generated code Can anyone please provide me reference or sample code for…
ahashem
  • 21
  • 1
2
votes
1 answer

How to use the Asynchronous Command in UI built using LWUIT ResourceEditor

I am using LWUIT ResrouceEditor(latest SVN code revision 1513) to generate a UI State machine. I want to show a wait screen when a long running command is invoked by a user using a button on the current form. I believe I can use the asynchronous…
2
votes
2 answers

Single Development for Blackberry and Nokia Java enabled device with J2ME

I have 1+ years development with iOS and now looking for work with Blackberry and Nokia Java enabled devices. Just started work with Netbeans 7.1 IDE with LWUIT. Issue Can I Use the file created by Resource Editor (ect.res) in both projects? if Yes…
Buntylm
  • 7,281
  • 1
  • 27
  • 51
2
votes
1 answer

LWUIT - Adding 3 Commands and how to get events from them?

I was working with Command Component with LWUIT to develop small Midlet applications there was a situation where i had to have three commands helping me to go to different forms. Display.getInstance().setThirdSoftButton(true); definetly helped in…
1
vote
2 answers

Apply resource on a button

I'm new in LWUIT. I have created a theme for my MIDlet and applied it. The background of the Form, the Label and font change as defined in the theme but the Buttons on the Form do not change like I have defined them in my theme. What could be the…
1
vote
1 answer

LWUIT app doesn't start in a Blackberry device

I'm desperate. I'm developing an app in LWUIT, using the Resource editor. My project works fine in MIDP version, both in simulator and on devices. But when I find my issue when I start to test my app in Blackberry. The app works perfectly in the…
Mun0n
  • 4,410
  • 4
  • 24
  • 45
1
vote
2 answers

Additional jars from Resource Editor different from LWUIT 1.5 example apps

I just realized that the Resource Editor still generates the old additional jars with creating the Netbeans project. For example: IO.jar, IO_SE.jar, UI.jar, UI_RIM_Touch.jar instead of LWUIT_MIDP.jar, MIDP_IO.jar, LWUIT_Blackberry_4_7_OrNewer.jar…
Daydah
  • 362
  • 6
  • 19
1
2 3 4