Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Table and deprecated setImageIndent
Table and deprecated setImageIndent [message #455026] Thu, 05 May 2005 16:09 Go to next message
Damian Biollo is currently offline Damian BiolloFriend
Messages: 19
Registered: July 2009
Junior Member
Hi,

Table has a method called setImageIndent, which is now deprecated, due to
being supported only on Windows.
Anyway, I was wondering what is the new alternative to achieve the same
functionality?


The usefulness of being able to indent items in a table becomes apparent
when you look at the ComboBoxEx control on Windows -- which is used in the
file dialog and explorer.

It seems that with SWT the only way to get the same functionality of the
extended combo box is to pop up a Table from a subclassed Combo.

Thanks
Damian
Re: Table and deprecated setImageIndent [message #455100 is a reply to message #455026] Fri, 06 May 2005 14:46 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
The alternative is to use a Tree but this might look funny in the drop down
part of a combo box.

"Damian" <damian_biollo@hotmail.com> wrote in message
news:d5dgv1$ffb$1@news.eclipse.org...
> Hi,
>
> Table has a method called setImageIndent, which is now deprecated, due to
> being supported only on Windows.
> Anyway, I was wondering what is the new alternative to achieve the same
> functionality?
>
>
> The usefulness of being able to indent items in a table becomes apparent
> when you look at the ComboBoxEx control on Windows -- which is used in the
> file dialog and explorer.
>
> It seems that with SWT the only way to get the same functionality of the
> extended combo box is to pop up a Table from a subclassed Combo.
>
> Thanks
> Damian
>
>
Previous Topic:Storing data in TreeItem
Next Topic:StyledText End key no keyDown event
Goto Forum:
  


Current Time: Tue Apr 23 14:32:08 GMT 2024

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

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

Back to the top