ChrisS85 / CGUI

An object-oriented GUI library for AutoHotkey
22 stars 19 forks source link

Fix ListView missing g-labels #17

Closed ChrisS85 closed 12 years ago

ChrisS85 commented 13 years ago

Some ListView g-label calls may be missed because they appear too shortly in sequence. It's probably better to implement an event queue with a timer, possibly for all controls to be safe.

ChrisS85 commented 12 years ago

Its basically implemented but I there is some kind of delay, it's possible that the events are not handled properly yet.