Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Table and deprecated setImageIndent
Table and deprecated setImageIndent [message #455026] Thu, 05 May 2005 12:09 Go to next message
Eclipse UserFriend
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 10:46 Go to previous message
Eclipse UserFriend
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: Thu Nov 06 23:31:05 EST 2025

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

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

Back to the top