May 8, 2016
7:34 p.m.
Hi When I execute FTTableMorph exampleListWithExplicitFilterAndActionButton2 I get a list and I can filter the items Now when I click one of them, the list does not show the selection. exampleListWithExplicitFilterAndActionButton2 <example> | list | list := FTTableMorph new extent: 300 @ 300; dataSource: (FTExampleDataSource elements: (Smalltalk allClassesAndTraits sorted: [ :a :b | a name < b name ])); enableFilterWithAction: [ :dataSource :searchPattern :selectedRow | selectedRow browse ]; yourself. list openInWindow What is the way to see the selection? Stef
3736
Age (days ago)
3736
Last active (days ago)
0 comments
1 participants
participants (1)
-
stepharo