I updated an app for a client and suddenly it got some weird bugs with list
duplications and similar. After a whole lost day of both me and the client
(and his temper), the issue was tracked down to a changed ComboBox behavior.
ComboBox.SetSelected() should not fire an OnSelect event.
There should be an action ComboBox.SelectItem() that would do that,
or a ComboBox.SetSelected() should have a Boolean switch for it.
The same applies to the ListBox and Tree objects.

Reply With Quote
