Type: recommended
         Title: New: asynchronous execution of dialogs
     Posted by: [EMAIL PROTECTED]
      Affected: all
Effective from: cws asyncdialogs


*Summary*
--------
There are new methods of class Dialog:
+ virtual void StartExecuteModal( const Link& rEndDialogHdl );
+ BOOL IsStartedModal() const;
+ long GetResult() const;


*Description*
-------------
With the new methods of class Dialog you can execute dialogs
asynchronous. Start the execution of a dialog with StartExecuteModal()
and set a linke like DECL_LINK( MyEndDialogHdl, Dialog* ) as the
parameter. This link is called when the dialog ends. With GetResult()
you can get the return value of the dialog (RET_OK, RET_CANCEL,...).
You can call IsStartedModal() if you want to know if the dialog is
already in started.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to