Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [SPAM] [nebula-dev] [CompositeTable] very bad scalability

Hi Tom

> The current implementation provides the possibility to completely use
> tables/trees without any mouse interaction. I even have patched for me
> locally combo-editors to directly open the DropDown for users when they
> click in and the same is possible for editors using Dialogs.

sounds great! Is SWT performance good enough to instantiate widgets on
traversal?

> I'm also coming from Database Editing Applications (this is one of the
> main areas in our company) and tried to address all usability issues our
> customers had with SWT-Table/Tree and I think 3.3 will be a big boost
> for those applications (Databinding + JFace-API are going to clean up
> peoples code) not to talk about using Grid instead of Table because of
> performance and missing features in Native Tables.

grid looks great but has still no virtual support. I'm thinking of giving
compositeTable a try with canvas-rows and painting cell with draw2d/gef
direct-edit. But I'll have to do that after customer change end of march.

I completely agree with you that databinding helps a lot in code clarity
and productivity. I already use that great stuff (the 3.2 evolution) and I
would miss it a lot if it weren't here :-)

> Even binding to CellEditors will maybe be possible see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=144260.
>
> Tom
>
> _______________________________________________
> nebula-dev mailing list
> nebula-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/nebula-dev
>
>
> !DSPAM:45f538ce110912139619397!


-- 
André Dietisheim
Stv-Bereichsleiter Products

Puzzle ITC GmbH
Eigerplatz 4
CH-3007 Bern
Telefon +41 31 370 22 00
Mobile  +41 76 423 03 02
Fax     +41 31 370 22 01

Puzzle ist Mitglied der ODF Alliance:
<http://www.puzzle.ch/odfalliance/>




Back to the top