I'm trying to display a form with 4 custom items.
I'm creating them in the correct size so a 2 of them can be displayed in the same row.
upon running the midlet in a series 60 emulator I'm getting:
X X
X X
when running the same code with the series 40 emulator (nokia 6230), I'm getting:
X
X
X
X
the code calculates the size according to the getWidth method so the width is not hard-coded.
ok. it worked now. I just had to add: setLayout(Item.LAYOUT_2).

Reply With Quote

