HMG4 clarification
Posted: Fri Mar 04, 2011 5:55 pm
Hy guys,
can someone give me a clarification on:
1. Is it true that I can't call :Release() method from :OnInit() method of the same form?
2. How can I automatically open a new form immediately after displaying the main form?
3. To properly close a modal form I'm using this sequence:
May be my problem or is there a problem?
Cheers
can someone give me a clarification on:
1. Is it true that I can't call :Release() method from :OnInit() method of the same form?
2. How can I automatically open a new form immediately after displaying the main form?
3. To properly close a modal form I'm using this sequence:
Code: Select all
FormName:Release()
FormName:oEventLoop:Exit( 0 )
Cheers