Dialog Message right after it opened up?

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

On 18/11/2010 at 09:37, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10.5-12 
Platform:   Windows  ; Mac  ;  Mac OSX  ; 
Language(s) :     C++  ;

---------
Hi,

I would like to automatically start a synchronous process right after my (modal) dialog has been opened up. What is the appropriate function I should do that in? Can I do it in InitValues? Or is there a message sent that I can catch in the according overloaded Message function?

Thanks!
Samir

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

On 18/11/2010 at 09:51, xxxxxxxx wrote:

ok, the Timer seems to be the only one that can be automatically triggered. I use that one.