Hi everybody,
i have a problem with comboboxes. Here's the problem: i need to show a
combobox with a list containing a text and a icon. To do this in the
first step I add my objects to the combo and forward I catch the
onDrawItem event to draw the correct icon based on the properties of
the item selected. It's working fine but if I do a stress test on the
combo ( i.e. I click very quickly on the combo ) the combo seems
blocked for a while until i change the focus on another element of my
form.
Thanks
Skender