--- In [email protected], "Alfonso Ranieri" <[EMAIL PROTECTED]> wrote: > > newwin = (APTR)NewObject(MyClass->mcc_Class,NULL, TAG_DONE); > > Do you do here a > > DoMethod(app,OM_ADDMEMBER,newwin);
Yes, Alfonso. This is the problem. Using this instruction I haven't any problem. I think every time I create a new object I have to "insert" its reference to the application. Is this correct? > before opening the window? > > Anyway, I suggest you to subclass Application and to open new windows there. I will try. In this days I understand the mui subclassing and this is good thing. > Ciao. Alfonso. Ciao. Luca. 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/
