• MorphOS Developer
    geit
    Posts: 1034 from 2004/9/23
    Quote:

    tolkien wrote:
    Hello mates. Noob MUI code question.
    Is there an example of how to use muía_list_DoubleClick?
    I try to use notify and muim_application_returnid in my list object but seems never works.


    Using returnid is some old fashion first generation mui stuff and should only be used on the appilcation object with MUIV_Application_ReturnID_Quit.

    There is more or less no other reason to use it at all.

    Since i assume you are not quitting the application by double clicking a mui list, i suggest to use real methods in that case, as subclassing and adding own methods is the official way to go.

    [ Edited by geit 07.08.2015 - 17:50 ]
  • »07.08.15 - 17:45
    Profile