Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » [CompositeTable] New version 0.9.1 download posted
[CompositeTable] New version 0.9.1 download posted [message #25229] Wed, 31 January 2007 02:54 Go to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Hi everyone!

Version 0.9.1 of CompositeTable hit the download site a few minutes ago.
Based on people's requests around here, this will be a pretty exciting
upgrade for a lot of people.

New features:

- Support for a native table header
- If you use the native header, you can also support
* Clicking a column to re-sort, either direction
* Resizing columns
* Moving, re-ordering columns by dragging their column header

See Snippet 5 to see how to implement this in your own code. It's
really simple and not too different from the old way of doing things.
I'd love to have feedback on API. What do you like, dislike, etc.?

There has been a *ton* of code refactored, reworked, and rewritten to
support this, so please report any bugs or regressions that pop up. The
architecture is now a *lot* cleaner though, so I don't expect it to be
too bad.


Warmest regards,

Dave Orme
--
Senior Consultant, Trainer
Coconut Palm Software, Inc.
http://www.coconut-palm-software.com
Re: [CompositeTable] New version 0.9.1 download posted [message #25352 is a reply to message #25229] Wed, 31 January 2007 09:30 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi David,

great. But I have some issues with it:
1. In Snippet0 when I enter Text in the first row and then scroll up
and down the name is scrolling with me up and down.

2. In Snippet4 the selection coloring is lost when scrolling up and
down. It's only kept if you have selected the first row.

3. In Snippet5 the native header gets-scrollbars because it doesn't fit
in the parent when the snippet pops up. When resizing the shell the
layout is a justed and the scrollbars vanish (Linux-Gtk with Eclipse
3.3-M4).

4. In Snippet5 when you resize the shell that the right column has no
space any more the space isn't given back to column after restoring
the original size. All those problems point to the layout
manager you are using but I couldn't taken a closer look to the code
so I only report my findings.

All those test are done with Eclipse-3.3M4 on Linux-Gtk.

Tom

David J. Orme schrieb:
> Hi everyone!
>
> Version 0.9.1 of CompositeTable hit the download site a few minutes ago.
> Based on people's requests around here, this will be a pretty exciting
> upgrade for a lot of people.
>
> New features:
>
> - Support for a native table header
> - If you use the native header, you can also support
> * Clicking a column to re-sort, either direction
> * Resizing columns
> * Moving, re-ordering columns by dragging their column header
>
> See Snippet 5 to see how to implement this in your own code. It's
> really simple and not too different from the old way of doing things.
> I'd love to have feedback on API. What do you like, dislike, etc.?
>
> There has been a *ton* of code refactored, reworked, and rewritten to
> support this, so please report any bugs or regressions that pop up. The
> architecture is now a *lot* cleaner though, so I don't expect it to be
> too bad.
>
>
> Warmest regards,
>
> Dave Orme
Re: [CompositeTable] New version 0.9.1 download posted [message #25431 is a reply to message #25352] Wed, 31 January 2007 14:53 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Thanks Tom. I'll look into these things today.


Dave

Tom Schindl wrote:
> Hi David,
>
> great. But I have some issues with it:
> 1. In Snippet0 when I enter Text in the first row and then scroll up
> and down the name is scrolling with me up and down.
>
> 2. In Snippet4 the selection coloring is lost when scrolling up and
> down. It's only kept if you have selected the first row.
>
> 3. In Snippet5 the native header gets-scrollbars because it doesn't fit
> in the parent when the snippet pops up. When resizing the shell the
> layout is a justed and the scrollbars vanish (Linux-Gtk with Eclipse
> 3.3-M4).
>
> 4. In Snippet5 when you resize the shell that the right column has no
> space any more the space isn't given back to column after restoring
> the original size. All those problems point to the layout
> manager you are using but I couldn't taken a closer look to the code
> so I only report my findings.
>
> All those test are done with Eclipse-3.3M4 on Linux-Gtk.
>
> Tom
>
> David J. Orme schrieb:
>> Hi everyone!
>>
>> Version 0.9.1 of CompositeTable hit the download site a few minutes ago.
>> Based on people's requests around here, this will be a pretty exciting
>> upgrade for a lot of people.
>>
>> New features:
>>
>> - Support for a native table header
>> - If you use the native header, you can also support
>> * Clicking a column to re-sort, either direction
>> * Resizing columns
>> * Moving, re-ordering columns by dragging their column header
>>
>> See Snippet 5 to see how to implement this in your own code. It's
>> really simple and not too different from the old way of doing things.
>> I'd love to have feedback on API. What do you like, dislike, etc.?
>>
>> There has been a *ton* of code refactored, reworked, and rewritten to
>> support this, so please report any bugs or regressions that pop up. The
>> architecture is now a *lot* cleaner though, so I don't expect it to be
>> too bad.
>>
>>
>> Warmest regards,
>>
>> Dave Orme


--
Senior Consultant, Trainer
Coconut Palm Software, Inc.
http://www.coconut-palm-software.com
Re: [CompositeTable] New version 0.9.1 download posted [message #576375 is a reply to message #25229] Wed, 31 January 2007 09:30 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi David,

great. But I have some issues with it:
1. In Snippet0 when I enter Text in the first row and then scroll up
and down the name is scrolling with me up and down.

2. In Snippet4 the selection coloring is lost when scrolling up and
down. It's only kept if you have selected the first row.

3. In Snippet5 the native header gets-scrollbars because it doesn't fit
in the parent when the snippet pops up. When resizing the shell the
layout is a justed and the scrollbars vanish (Linux-Gtk with Eclipse
3.3-M4).

4. In Snippet5 when you resize the shell that the right column has no
space any more the space isn't given back to column after restoring
the original size. All those problems point to the layout
manager you are using but I couldn't taken a closer look to the code
so I only report my findings.

All those test are done with Eclipse-3.3M4 on Linux-Gtk.

Tom

David J. Orme schrieb:
> Hi everyone!
>
> Version 0.9.1 of CompositeTable hit the download site a few minutes ago.
> Based on people's requests around here, this will be a pretty exciting
> upgrade for a lot of people.
>
> New features:
>
> - Support for a native table header
> - If you use the native header, you can also support
> * Clicking a column to re-sort, either direction
> * Resizing columns
> * Moving, re-ordering columns by dragging their column header
>
> See Snippet 5 to see how to implement this in your own code. It's
> really simple and not too different from the old way of doing things.
> I'd love to have feedback on API. What do you like, dislike, etc.?
>
> There has been a *ton* of code refactored, reworked, and rewritten to
> support this, so please report any bugs or regressions that pop up. The
> architecture is now a *lot* cleaner though, so I don't expect it to be
> too bad.
>
>
> Warmest regards,
>
> Dave Orme
Re: [CompositeTable] New version 0.9.1 download posted [message #576447 is a reply to message #25352] Wed, 31 January 2007 14:53 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Thanks Tom. I'll look into these things today.


Dave

Tom Schindl wrote:
> Hi David,
>
> great. But I have some issues with it:
> 1. In Snippet0 when I enter Text in the first row and then scroll up
> and down the name is scrolling with me up and down.
>
> 2. In Snippet4 the selection coloring is lost when scrolling up and
> down. It's only kept if you have selected the first row.
>
> 3. In Snippet5 the native header gets-scrollbars because it doesn't fit
> in the parent when the snippet pops up. When resizing the shell the
> layout is a justed and the scrollbars vanish (Linux-Gtk with Eclipse
> 3.3-M4).
>
> 4. In Snippet5 when you resize the shell that the right column has no
> space any more the space isn't given back to column after restoring
> the original size. All those problems point to the layout
> manager you are using but I couldn't taken a closer look to the code
> so I only report my findings.
>
> All those test are done with Eclipse-3.3M4 on Linux-Gtk.
>
> Tom
>
> David J. Orme schrieb:
>> Hi everyone!
>>
>> Version 0.9.1 of CompositeTable hit the download site a few minutes ago.
>> Based on people's requests around here, this will be a pretty exciting
>> upgrade for a lot of people.
>>
>> New features:
>>
>> - Support for a native table header
>> - If you use the native header, you can also support
>> * Clicking a column to re-sort, either direction
>> * Resizing columns
>> * Moving, re-ordering columns by dragging their column header
>>
>> See Snippet 5 to see how to implement this in your own code. It's
>> really simple and not too different from the old way of doing things.
>> I'd love to have feedback on API. What do you like, dislike, etc.?
>>
>> There has been a *ton* of code refactored, reworked, and rewritten to
>> support this, so please report any bugs or regressions that pop up. The
>> architecture is now a *lot* cleaner though, so I don't expect it to be
>> too bad.
>>
>>
>> Warmest regards,
>>
>> Dave Orme


--
Senior Consultant, Trainer
Coconut Palm Software, Inc.
http://www.coconut-palm-software.com
Previous Topic:row selection in the Grid widget
Next Topic:PCombo?
Goto Forum:
  


Current Time: Fri Apr 19 06:11:11 GMT 2024

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

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

Back to the top