1

I'm using lwuit resource editor to design my app forms. I have a tab and i want to set icons but after i select them and press OK i got just null, nothing happened. What's wrong?

Ali
  • 1,451
  • 1
  • 15
  • 19

1 Answers1

1

There's a bug in LWUIT 1.5 related to that, it was only resolved in Codename One. Short of migrating to Codename One your other option is to set the icons in code.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
  • Thank you, yes i decided to completely do my app in code and use resource editor just for designing the theme. – Ali Nov 11 '12 at 19:15