IonicWind Software

Aurora Compiler => GUI => Topic started by: LarryMc on January 07, 2006, 12:58:00 PM

Title: Dialogs in a Window
Post by: LarryMc on January 07, 2006, 12:58:00 PM
If I want to create a window (winMAIN) and then create a dialog (dlgCONFIG) how to I get the *parent (tying the dialog to the window)?

I don't want all that MDIframe stuff.
Title: Re: Dialogs in a Window
Post by: Ionic Wind Support Team on January 07, 2006, 01:04:21 PM
Just pass it winMain.  Nothing else is necessary.

Title: Re: Dialogs in a Window
Post by: Ionic Wind Support Team on January 07, 2006, 01:05:01 PM
Or if your creating the dialog in a method of the window you can pass the 'this' pointer.