Re: [Pharo-dev] News about FastTable

2015-11-25 Thread Ferlicot D. Cyril
Le 24/11/2015 18:47, Thierry Goubier a écrit : > Hi Cyril, > > Agreed. > > Selection probably doesn't work very well: I got a DNU in > updateSelectionWithCollectBlock: > > (running exampleTree1, and trying the select in subtree then collapse) > > In Morphic-Widgets-FastTable-CyrilFerlicot.133 >

Re: [Pharo-dev] News about FastTable

2015-11-24 Thread Thierry Goubier
Hi Cyril, Le 24/11/2015 11:58, Ferlicot D. Cyril a écrit : Le 18/11/2015 10:53, Ferlicot D. Cyril a écrit : Hi everyone! I just wanted to say that I added a first version of Tree in FastTable and I corrected some bugs. If someone want to try it and give some feedback you can see some examples

Re: [Pharo-dev] News about FastTable

2015-11-24 Thread Ferlicot D. Cyril
Le 18/11/2015 10:53, Ferlicot D. Cyril a écrit : > Hi everyone! > > I just wanted to say that I added a first version of Tree in FastTable > and I corrected some bugs. > > If someone want to try it and give some feedback you can see some > examples on the latest Pharo 5 in FTExamples class. > >

Re: [Pharo-dev] News about FastTable

2015-11-23 Thread Tudor Girba
Hi, Great. Please do not add any group. This is definitely a useful presentation, and it should be loaded by default with ConfigurationOfGlamour (not GlamourCore yet). Cheers, Doru > On Nov 23, 2015, at 3:26 PM, Usman Bhatti wrote: > > Hi Doru, > > Cyril has already copied glamour componen

Re: [Pharo-dev] News about FastTable

2015-11-23 Thread Usman Bhatti
Hi Doru, Cyril has already copied glamour components for FASTTable in Glamour's repo. To load these, we can create a group in configOfGlamour to load glamour components and their dependencies (fasttable). Usman On Wed, Nov 18, 2015 at 11:01 AM, Tudor Girba wrote: > Hi, > > Great. > > Please pa

Re: [Pharo-dev] News about FastTable

2015-11-21 Thread stepharo
exampleTreeWithAllItemsFilter does not work. Stef Le 18/11/15 10:53, Ferlicot D. Cyril a écrit : (ConfigurationOfFastTable project version: #stable) load: #glamour

Re: [Pharo-dev] News about FastTable

2015-11-20 Thread Thierry Goubier
Hi Cyril, more feedback about FTTree and #exampleTree1: - Moving the reject: before the sort: in ProtoObject allSubclasses cuts 40% of the time to run the example (-400ms) - Replacing all the asString by name divides that time by 9 (-900ms) Overall runtime went from > 1000ms to a bit above 1

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Thierry Goubier
Le 19/11/2015 23:34, Stephan Eggermont a écrit : On 19/11/15 16:27, Thierry Goubier wrote: I have a very clear idea of how complex that feature you are asking for is to implement properly in the general case and I won't consider implementing it if there is no strong justification for it. In Co

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Stephan Eggermont
On 19/11/15 16:27, Thierry Goubier wrote: I have a very clear idea of how complex that feature you are asking for is to implement properly in the general case and I won't consider implementing it if there is no strong justification for it. In Cocoa this is delegated behaviour. The Macintosh Fin

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Sven Van Caekenberghe
Yes, this is nice, thanks guys. > On 19 Nov 2015, at 21:31, stepharo wrote: > > Big thanks to Synectique.eu to support your work and let you release it > open-source > > Stef > > > Le 18/11/15 10:53, Ferlicot D. Cyril a écrit : >> Hi everyone! >> >> I just wanted to say that I added a first

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread stepharo
Big thanks to Synectique.eu to support your work and let you release it open-source Stef Le 18/11/15 10:53, Ferlicot D. Cyril a écrit : Hi everyone! I just wanted to say that I added a first version of Tree in FastTable and I corrected some bugs. If someone want to try it and give some feed

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Thierry Goubier
2015-11-19 15:46 GMT+01:00 Stephan Eggermont : > On 19/11/15 13:17, Thierry Goubier wrote: > >> Maybe. I haven't checked if the rule above holds for multi-selection. >> > > Looking in some more detail at it, the behaviour of Thunderbird seems > incorrect. Collapse and expand should restore the sel

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Stephan Eggermont
On 19/11/15 13:17, Thierry Goubier wrote: Maybe. I haven't checked if the rule above holds for multi-selection. Looking in some more detail at it, the behaviour of Thunderbird seems incorrect. Collapse and expand should restore the selection. I might want to add en element to the selection th

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Alexandre Bergel
Hi Cyril! Excellent work! I have trouble executing: exampleTreeWithAllItemsFilter exampleTreeWithAllItemsSearch The filter with FTTableMorph cannot have a condition? Something like each > 50 and: [ each < 100 ] ? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Thierry Goubier
2015-11-19 12:41 GMT+01:00 Stephan Eggermont : > On 18-11-15 22:01, Thierry Goubier wrote: > >> Normal GUI behavior is that selection switch to collapsed item if >> selection was previously among that item children. >> > > Using a different icon to show partial selection, and perhaps a > contextme

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Nicolai Hess
2015-11-18 10:53 GMT+01:00 Ferlicot D. Cyril : > Hi everyone! > > I just wanted to say that I added a first version of Tree in FastTable > and I corrected some bugs. > > If someone want to try it and give some feedback you can see some > examples on the latest Pharo 5 in FTExamples class. > > With

Re: [Pharo-dev] News about FastTable

2015-11-19 Thread Stephan Eggermont
On 18-11-15 22:01, Thierry Goubier wrote: Normal GUI behavior is that selection switch to collapsed item if selection was previously among that item children. Using a different icon to show partial selection, and perhaps a contextmenu to do 'select all subnodes, deselect all subnodes'? Steph

Re: [Pharo-dev] News about FastTable

2015-11-18 Thread Thierry Goubier
Hi Cyril, Le 18/11/2015 10:53, Ferlicot D. Cyril a écrit : Hi everyone! I just wanted to say that I added a first version of Tree in FastTable and I corrected some bugs. If someone want to try it and give some feedback you can see some examples on the latest Pharo 5 in FTExamples class. Some

Re: [Pharo-dev] News about FastTable

2015-11-18 Thread Tudor Girba
Hi, Great. Please package the Glamour presentations in the Glamour repository and in the ConfigurationOfGlamour. It would preserve the cleanliness of dependencies. Cheers, Doru > On Nov 18, 2015, at 10:53 AM, Ferlicot D. Cyril > wrote: > > Hi everyone! > > I just wanted to say that I adde

[Pharo-dev] News about FastTable

2015-11-18 Thread Ferlicot D. Cyril
Hi everyone! I just wanted to say that I added a first version of Tree in FastTable and I corrected some bugs. If someone want to try it and give some feedback you can see some examples on the latest Pharo 5 in FTExamples class. With Usman we also worked on the glamour version of FastTable begun