Hi all,
anybody ever unselected items from a selection list by script? I can (only) extend the current selection using selectedPos(),-Positions(), -Text() or Items() at runtime, but i don't get it unselected again.
I was wondering that especially single selection functions (selectedPos(), -Text()) results in additive item selection.
So the only thing that works is refilling the selection list and start a new selection cycle afterwards, using updatesEnabled() to avoid ui-refresh - doesn't seem comfortable to me.
I'm using in this project 3.11-SP1.
Best regards.