Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Timer in GeUserArea no more working

    SDK Help
    0
    2
    210
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post