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 feedback: On exampleTree1, * expand AJBaseReg, * select AJx87Register, * then collapse AJBaseReg... selection becomes AJCallInfo. * expand AJBaseReg selection becomes AJx87Register Listening to the FTSelectionChanged announcement when doing the sequence above shows that no events are sent during collapse/expand showing the selection change in the tree (i.e. switching from AJx87Register to AJCallInfo and back). Normal GUI behavior is that selection switch to collapsed item if selection was previously among that item children. Regards, Thierry
With Usman we also worked on the glamour version of FastTable begun by Esteban. You can see some examples of FastList, FastTable, FastOutlineList and FastTree in the GLMExamplesBrowser after executing this:
(ConfigurationOfFastTable project version: #stable) load: #glamour
Every feedback is welcome :)