From: Alexander S.K. <al...@be...> - 2016-10-11 08:44:22
|
When exactly do you call that function, combo_manage() ? It looks very strange: you add timers in a cycle, so you may have len(aScripts) timers, some of them will show a combobox ( if aScripts[rg,4] ), others - hide. If you call combo_manage() few times, the number of timers increases, these all may work in unpredictable way. Why it is needed to use timers to hide/show the combo ? Regards, Alexander. |