Auto/default selection in GLM
April 4, 2019
9:15 p.m.
Hi all, I need to pre select an item in a list. Consider the following snipped, how do I tell the list the default selected item is, let say, Array? I could not find an example and tried different ways using transmissions with no luck | browser | browser := GLMTabulator new. browser title: 'test'; column: #classes; initialExtent: 200@300. browser transmit to: #classes; andShow: [ :pres | pres tree display: [ OrderedCollection with: Collection ]; children: [ :each | each subclasses]; allExpanded; format: [ :each | each name ]] . browser openOn: Collection TIA Arturo
2675
Age (days ago)
2675
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arturo Zambrano