Questions tagged [lwuit-container]

8 questions
3
votes
1 answer

Prevent last component of LWUIT form from losing focus when down arrow key is pressed

I have a lwuit Form to which I have added a Container. The Container has a TextArea, some RadioButtons and finally another Container which has some Buttons. 1)TextArea 2)RadioButtons 3)Another Container with some Buttons Now if the focus is on my…
Nikhil
  • 1,279
  • 2
  • 23
  • 43
2
votes
1 answer

How to set dynamically the maxSize of a TextField according to its width?

There is a TextField inside a Container and other components in the Form. According to the available space for the Container the TextField has a preferred width. How can I set programmatically a maxSize , that is the maximum number of characters…
pheromix
  • 18,213
  • 29
  • 88
  • 158
2
votes
1 answer

How to set Label at bottom of the screen in J2ME with LWUIT?

I am displaying the main form in Box Layout.In that box layout,taken Label in another container which has been set as border layout. Now this container is added to main form. following is my code :- lblversion=new…
Kinjal Shah
  • 536
  • 4
  • 13
1
vote
1 answer

Auto Scrolling in LWUIT Container

I have a not scrollable Form with a BorderLayout. In the CENTER of this BorderLayout, I have made a scrollable Container with BoxLayoutY. Inside this Container are appearing more Container. When there are a lot of Containers the CENTER Container is…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
1
vote
2 answers

container scrolling lwuit in devices that dont support touch

I develop with lwuit to Nokia and Blackberry. I have a problem with Container scrolling in the devices that dont support touch.I have a Container that consist some components (this components are cell rendered but not at list). The scroll in touch…
neb
  • 78
  • 8
0
votes
1 answer

Why isn't Label shown when setting setLabelForComponent for a TextField?

There are Label, TextField and a Container in a Form. I set : ... private Container c = new Container(new BoxLayout(BoxLayout.Y_AXIS)); ... impay30 = new Label("Impayé…
user806574
0
votes
2 answers

LWUIT Container capture event

I have a Containerwith so many Labels added inside it. When I try to capture the pointerReleased event in this Container, I have found some problems. The event only is captured when I released in the free area of the Container, no when I made the…
Mun0n
  • 4,438
  • 4
  • 28
  • 46
0
votes
3 answers

How to implement dragging in LWUIT?

My LWUIT application has 3 Forms: 1) FormA 2) FormB 3) FormC The current form being displayed on the screen is FormB. Case 1: If the user swipes his finger LEFT on his touch screen phone, I want LWUIT to capture that event and display…
Nikhil
  • 1,279
  • 2
  • 23
  • 43