Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » table question
table question [message #503884] Wed, 16 December 2009 09:03 Go to next message
Eclipse UserFriend
Originally posted by: niels.lippke.airpas.com

Hi,

the SWT table widget has a nice feature, which allows packing of columns by
double-clicking on the column header seperator (at least under windows). To
simulate the behaviour using RAP, I need to catch the click event, if the
resizing-cursor is shown. But the are no click events.

Is this due to the javascript-implementation of the table? Or am I missing
something?

The function for packing is already there (TableColumn#pack()).

Regards, Niels
Re: table question [message #504105 is a reply to message #503884] Thu, 17 December 2009 09:26 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Niels,

I've checked this in SWT and there is no such click event either.
Currently, I have no idea how you can achieve this.

Best,
Ivan

On 12/16/2009 11:03, Niels Lippke wrote:
> Hi,
>
> the SWT table widget has a nice feature, which allows packing of
> columns by double-clicking on the column header seperator (at least
> under windows). To simulate the behaviour using RAP, I need to catch
> the click event, if the resizing-cursor is shown. But the are no click
> events.
>
> Is this due to the javascript-implementation of the table? Or am I
> missing something?
>
> The function for packing is already there (TableColumn#pack()).
>
> Regards, Niels
Re: table question [message #504141 is a reply to message #503884] Thu, 17 December 2009 07:16 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
On 16.12.2009 10:03, Niels Lippke wrote:
> Hi,
>
> the SWT table widget has a nice feature, which allows packing of columns
> by double-clicking on the column header seperator (at least under
> windows). To simulate the behaviour using RAP, I need to catch the click
> event, if the resizing-cursor is shown. But the are no click events.
>
> Is this due to the javascript-implementation of the table? Or am I
> missing something?
This feature is just not yet implemented. See this enhancement request:
207055: [Tree][Table] doubleclick does not pack columns
https://bugs.eclipse.org/bugs/show_bug.cgi?id=207055

>
> The function for packing is already there (TableColumn#pack()).
>
> Regards, Niels
Previous Topic:TypeError: $0 is null
Next Topic:Problem with perspective change after last update [20091214]
Goto Forum:
  


Current Time: Fri Apr 19 01:27:44 GMT 2024

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

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

Back to the top