Time-counter
-
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
-
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 -
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 -
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. -
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