Order of the Butterfly
Posts: 265 from 2006/8/31
Quote:ausPPC wrote:
Does anyone know the equivalent function call to DoMethodA() for the following?
Code:
Object *App, *Win;
DoMethod(Win, MUIM_Notify, MUIA_Window_CloseRequest, TRUE, App, 2,
MUIM_Application_ReturnID, MUIV_Application_ReturnID_Quit);
Try this:
tag *Tag: = { MUIM_Notify, MUIA_Window_CloseRequest, TRUE, App, 2,MUIM_Application_ReturnID, MUIV_Application_ReturnID_Quit,TAG_END};
DoMethodA(Win,Tag);
Spreedy - The spreedsheet editor of MorphOS
Calimero - Do you know about the new DTP Program for MorphOS ?