• Order of the Butterfly
    Order of the Butterfly
    pegasos-sigi2
    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 ?
  • »12.03.16 - 10:19
    Profile