Re: Win32lib dialogs within proc's

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matthew Lewis wrote:

> But I'd like to get some information from
> one of _my_ dialogs.

Just create a window that looks like a dialog, and open it with:

   openWindow( <window>, Modal )

When a window other than a non-primary window is closed, Win32Lib simply
hides it, so you can still query the controls in that window. Just set a
flag on the dialog's 'Ok' button onClick behavior, so you can tell how the
dialog was exited.

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu