Timer in GeUserArea no more working
-
On 25/06/2014 at 00:22, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13.061
Platform: Windows ;
Language(s) :---------
Hi,
I'm using a timer (SetTimer(x)) in a GeUserArea dialog. The timer works fine if the dialog if the dialog has it's normal size. But if I'm scaling the dialog until the scroll bar on the bottom appears and I'm STILL pressing a other gadget (e.g. button) in the dialog, the timer is no more working.
The setting in the res file :
NAME IDS_STATIC40; SCALE_V; SCALE_H; SCROLL_V; SCROLL_H; SCROLL_AUTO_H; SCROLL_AUTO_V;
regards -
On 26/06/2014 at 10:30, xxxxxxxx wrote:
The Timer will not be executed during a dragging operation. It blocks the main thread. Not even
messages and events are processed during that time. So, a thread that calls SpecialEventAdd()
wouldn't allow this either.Best,
-Niklas