Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » how to remove a Combo from a Group
how to remove a Combo from a Group [message #446462] Thu, 25 November 2004 11:59 Go to next message
Eclipse UserFriend
Originally posted by: thoraval.yvon.free.fr

I have a Group in which i add Combos and Text provided the user click on
an add Button, that's OK.

But now, i'd like to remove the latest, i've tried to let them = null
without affect after repaint.

Then, the question how to remove Combos and Text from a Group ?
Re: how to remove a Combo from a Group [message #446465 is a reply to message #446462] Thu, 25 November 2004 12:34 Go to previous messageGo to next message
Robert Bacs is currently offline Robert BacsFriend
Messages: 165
Registered: July 2009
Senior Member
Just call the dispose() method and after that call layout() method for the
group.

Boby

"Yvon Thoraval" <thoraval.yvon@free.fr> wrote in message
news:1gnt537.j8gaagrsmavpN%thoraval.yvon@free.fr...
> I have a Group in which i add Combos and Text provided the user click on
> an add Button, that's OK.
>
> But now, i'd like to remove the latest, i've tried to let them = null
> without affect after repaint.
>
> Then, the question how to remove Combos and Text from a Group ?
Re: how to remove a Combo from a Group [message #446466 is a reply to message #446465] Thu, 25 November 2004 13:02 Go to previous message
Eclipse UserFriend
Originally posted by: thoraval.yvon.free.fr

Robert Bacs <boby@zerosoft.ro> wrote:

> Just call the dispose() method and after that call layout() method for the
> group.
fine thanks !

Yvon
Previous Topic:Get the size of a view
Next Topic:How to show TabItem/CTabItem context menu
Goto Forum:
  


Current Time: Fri Apr 26 00:18:06 GMT 2024

Powered by FUDForum. Page generated in 0.03114 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top