| Author |
[SWT] flexibility of an expandbar (remove expanditems?)
|
Jonathan Smiths
Greenhorn
Joined: Jan 29, 2010
Posts: 14
|
|
Hi all,
I am trying to create an application with multiple chats for some kind of support system.
Therefore I use a tabfolder with two tabitems, one with answered threads, one with new threads.
On each of the tabitems I have an expandbar with multiple expanditems (with chatboxes on them)
My problem lies in moving a thread to the 'read' tab. I have to move the expandItem, or remove and recreate it. However, there are no functions for removing, hiding or moving expanditems, expandbars or tabitems.
I searched for information on the expandbar of swt, but I could hardly find any forum threads about this widget. Am I trying to do something that's not possible? How could I try to solve this problem?
|
 |
Jonathan Smiths
Greenhorn
Joined: Jan 29, 2010
Posts: 14
|
|
|
bump, anyone experience with the expandbar?
|
 |
Kees Pieters
Greenhorn
Joined: Aug 14, 2002
Posts: 9
|
|
|
To complete this post: you have to use item.dispose. so the expandItem disposes itself
|
 |
 |
|
|
subject: [SWT] flexibility of an expandbar (remove expanditems?)
|
|
|