JAVA ME - LWUIT List index problem and Is a bug of LWUIT List?
Translations
Englishالعربية
български
català
中文
čeština
dansk
Nederlands
eesti
suomi
français
Deutsch
Ελληνικά
עברית
हिंदी
magyar
Bahasa Indonesia
italiano
日本語
한국어
latviešu
lietuvių
norsk
polski
Português
română
русский
slovenčina
slovenski
español
svenska
ไทย
Türkçe
українська
Tiếng Việt
I write j2me application that display list with labels and I add images to the labels and show it. I handle event for List with Action Listener. When I press label in List, event is handle by Action Listener. But when List is less than 7 labels(I mean 7 items in List), the last item(I mean last label in List) doesn't produce event and that cannot be handle with Action Listener. But when List is larger than 7 items, that OK to handle all items in List. Please help me what is going on LWUIT list. Is it a bug of LWUIT List?
This question and answers originated from www.stackoverflow.com
Question by user923168 (9/15/2011 11:49:58 AM)
Answer |
There is no such known issue in LWUIT. You would need to provide an example. I would suggest you make sure that your list is laid out correctly and that its parent container isn't scrollable if its within a border layout.
Answer by Shai Almog
Find More Answers