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
    • Recent
    • Tags
    • Users
    • Login

    Time-counter

    Scheduled Pinned Locked Moved SDK Help
    5 Posts 0 Posters 462 Views
    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 Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 07/02/2010 at 06:09, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   11.5 
      Platform:      Mac OSX  ; 
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Hello,
      this is my last question than I am done with my Plugin.
      I want a window to pop up every tree minutes as long as the Plugin is not serialized.
      Can you help me how can I make a funktion that calls dialog every three minutes? I am stuck with that, too.

      I appreciate any help. Greetings, Holger

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 07/02/2010 at 07:59, xxxxxxxx wrote:

        On a personal note, I think this is wasted energy.

        Do you expect to have your plugin pirated in huge numbers? Just make a simple serial licensing and be done.

        I find it kinda strange that some people spend more time developing a license protection than on the plugin itself.

        Ask yourself if it is really worth the effort.

        cheers,
        Matthias

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 07/02/2010 at 09:23, xxxxxxxx wrote:

          Hello Mathias,
          well...sure. I think a simple Serial licensing is fine....but I would like to make it possible to run it like in Demo mode. But if you say it is to complicated to do a timed dialog I will maybe leave that out and release without Demo.
          Thank you anyways. Holger

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 08/02/2010 at 04:20, xxxxxxxx wrote:

            Hello,
            I found out I could do the time()-function to read out the time the programm is open.

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

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 08/02/2010 at 06:08, xxxxxxxx wrote:

              You can also set a timer for dialogs. So as long as your plugin displays a dialog you can run a timer.

              Check SetTimer() and Timer() methods of the dialog classes.

              cheers,
              Matthias

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