On Fri, Dec 18, 2015 at 9:58 PM, Juha Manninen
<juha.mannine...@gmail.com> wrote:
> 3. There is a weird issue in adding data to Objects Combobox.Items. It
> was updated in FormCreate. Same duplicate class names get added to
> Items many times but the list shows only one unique instance.
> Now the same thing is done in FormShow and the list shows all
> duplicates. Feels like a bug somewhere else.

This is easy to fix of course by using a temporary StringList, dealing
with duplicates there and then assigning to Combobox.Items.
Still, very strange.

Juha

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to