Modeless Child Dialog of Modal Dialog 
Author Message
 Modeless Child Dialog of Modal Dialog

Quote:

> I wrote a dialog-based app using VC++ V4.2 on NT 4.0/SP3.

> I want a "wait window" (no buttons) to appear while I'm doing some
> long operations.  It's modeless, and disables the parent window to
> "simulate" modal behavior before I destroy the wait window.

> Problem:  The wait window doesn't appear.  It works on other apps
> I've written (using FormViews - not modal).

Are you sure that the "visible" property of the dialog is checked?

John



Sat, 18 Dec 1999 03:00:00 GMT  
 Modeless Child Dialog of Modal Dialog

Quote:


>> I wrote a dialog-based app using VC++ V4.2 on NT 4.0/SP3.

>> I want a "wait window" (no buttons) to appear while I'm doing some
>> long operations.  It's modeless, and disables the parent window to
>> "simulate" modal behavior before I destroy the wait window.

>> Problem:  The wait window doesn't appear.  It works on other apps
>> I've written (using FormViews - not modal).

>Are you sure that the "visible" property of the dialog is checked?

That was it.  Thanks a lot! :)

--------------------------------------------------------------------------------


XIOtech Corporation               Personal Home Page:   http://www.visi.com/~nde
Eden Prairie, MN

"Question authority...and the authorities will end up questioning YOU!"
--------------------------------------------------------------------------------



Sat, 18 Dec 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Modeless child dialog of a modal CDialog main window

2. Modeless dialog called from Modal dialog woes.

3. Modeless Dialog box in a Modal Dialog Application...

4. Modeless dialog box together with modal dialog box

5. Modeless Dialog from Modal Dialog question ?

6. Post message from modal dialog to modeless dialog box....urgent!!!!!!!!!!!!!!1

7. Modeless dialog on top of Modal dialog

8. Accessing a parent dialog's controls from a child modeless dialog

9. modal dialogs on top of modal dialogs...

10. Showing a modal dialog in a modal dialog application

11. modal dialog spawning a modal dialog

12. Modal dialog over a modal dialog ( How to...?)

 

 
Powered by phpBB® Forum Software