• Moderator
    Kronos
    Posts: 2362 from 2003/2/24
    Some examples are unchanged since MUI3.8.

    Using List/ListView combo is not really an issue other than making the code a bit less readable.

    As for using multi column modes you have to:

    - set MUIA_List_Format
    - set MUIA_LIst_Title to TRUE
    - either supply a DisplayHook (MUIA_List_DisplayHook) or overload MUIM_List_Display

    You should be able to just start with ListExample.
    Which btw does not use ListView in the current SDK.

    ListExample2 uses MUIA_Listview_Input directly on the List object which is how it should be done.


    [ Edited by Kronos 08.09.2024 - 09:03 ]
  • »08.09.24 - 07:00
    Profile