Re: [Pharo-users] Willow selections
Dear Gabriel, thanks for the answer, it helps tremendously. Best wishes, Tomaž
Re: [Pharo-users] Willow selections
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