Re: [Pharo-users] Willow selections

2020-06-08 Thread Tomaž Turk
Dear Gabriel, thanks for the answer, it helps tremendously. Best wishes, Tomaž

Re: [Pharo-users] Willow selections

2020-06-08 Thread Gabriel Cotelli
Hi Tomaz, First check that your selection component is not created in every render cycle, so it can hold its state between calls. Usually components holding state must be kept in instance variables in the containing component, initialized once and rendered many times. Second, the selection state