On 04/01/2013 at 15:42, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Mac ;
Language(s) : C++ ;
---------
Hello
Getting to know C++ with C4D R12 better. Starting to get ideas. But here I have a little problem:
In a tool I am working on I am not sure when InitTool and FreeTool get called. I *thought* InitTool would happen every time my tool's dialog pops up and EndTool when it goes away.
But it looks as InitTool only happens the first time it gets called. Am I missing something?
Are there other ways to update the contents of my dialog upon showing it?
Thanks
Peter