Hi,
I would like to create custom listbox where ListBoxItems would have 3 rows and they could be custom drawen ...
just like in any other programming languages where you can create custom ListItem that is taking care of its drawing ... I saw LCDUI controls can have paint methods ....
ListBox from eSWT can have max 2 rows ....
I thought implementing PaintListener would work, but is not .... and there is no Paint or Draw method to override ... which would be the best ....
Why I need eSWT is only because Browser can be implemented inside my GUI... and I can control it...
I also found out that mixing LCDUI and eSWT is not possiblecause my app on simulator crash ....
So basicly here is my scenario:
- I would like to have table or list that has vertical rows where each selectable row item contains 3 rows like (example for 3 items):
-------------------
Title1 Date
User Name1
Description1
-------------------
Title2 Date
User Name2
Description2
-------------------
Title3 Date
User Name3
Description3
-------------------
NEXT PAGE ->
-----------------------------
* *
* some custom header info *
*---------------------------*
* *
* *
* Browser page *
* *
* *
* *
*----------------------------
When user selects one item(row) next page is displayed and in that page I show Browser with url got from selected table/list item and with some additional info on the top..... I have that page already working 100% but using eSWT
I don't know what to do anymore cause if i want to draw items by my self I need to use LCDUI but if I want to have Browser inside my control I need to use eSWT .... and because I can't mix LCDUI and eSWT I don't know what to do ...
Please any suggestions are welcome....
Thank you
Kris

cause my app on simulator crash ....
Reply With Quote


