On Fri, 10 Sep 2004, Ilkka Lehtoranta wrote:

> 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.

If the user is able to find out that the program is still running without
GUI ... :-]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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