On Fri, 10 Sep 2004, Sensei wrote:

> And thing which is very often ignored by MUI programming people (the most of people 
> writing here their example codes and other places on the net), but doesn't cause 
> crashes or other bad things, you don't check whether MUI window was really opened 
> after using set( win, MUIA_Window_Open, TRUE ); it should be:
> 
> set( win, MUIA_Window_Open, TRUE );
> if( xget( win, MUIA_Window_Open ) )
> {
>     [ ... ]
> }
> 
> otherwise if window can't be opened for various of reasons application will not quit 
> nicely!

User can always quit program from Exchange though.



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/16uqlB/TM
--------------------------------------------------------------------~-> 

Visit http://www.amiga.dk/tumult for MUI-related
information, especially about MUI custom classes. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/MUI/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to