Questions tagged [lwuit-tabs]

7 questions
2
votes
2 answers

LWUIT: tabs - how to mark the currently selected tab

I have 4 tabs. Each tab is represented by a button. Those buttons are used to select the currently displayed tab. Each button has an icon and text. I'd like to highlight the currently selected tab by changing background color and text label color of…
Zakhar
  • 2,143
  • 2
  • 15
  • 15
1
vote
1 answer

LWUIT 1.5 How to capture tab click event, fetch content from server and show it in selected tab?

I am using LWUIT 1.5 tabs to show notifications. I have three Tabs and I fetch notifications from a php web service. I successfully fetched list of notifications for first Tab. But for next two Tabs I am failing to understand what code I should…
Kiran Aghor
  • 457
  • 5
  • 8
1
vote
1 answer

UI alignments in LWUIT?

I'm using LWUIT to create J2ME application. I used GridLayout to add the controls but they are not aligned. Code: flowLayout = new FlowLayout(); roundsPage.setLayout(flowLayout); try { image = image.createImage("/11.png"); //…
selladurai
  • 6,491
  • 14
  • 56
  • 88
1
vote
1 answer

LWUIT: Can not set Tabs icons

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
0
votes
1 answer

LWUIT Tab navigation/list focus issue

I have embedded 3 'TABS' on top of a form. Each tab has a 'LIST'. Whenever I change focus from one tab to another, I want my lists to have focus. How do I ensure that my lists always have focus? I navigate using gameKeyEvents. I have added an…
Nikhil
  • 1,279
  • 2
  • 23
  • 43
0
votes
1 answer

Clicking the Tabs' button doesn't show the components

There is a Tabs component which has two tab : private Tabs tabClient = new Tabs(); ... tabClient.addTab("Fiche", cFicheClient); // cFicheClient is a Container tabClient.addTab("Crédits", cClientEtCredits); // cClientEtCredits is a…
user806574
0
votes
1 answer

LWUIT tabs, how to make tabs as title of a container?

Hi I'm new in LWUIT please help me figure this out, I want to make my tabs to stay in tact when I scroll the list within the container that the Tab houses. For example I have a tab on which I add 3 tabcomponent and these components are containers,…
Sbonelo
  • 664
  • 1
  • 9
  • 25