> I want to add a compare method to my mui4-list subclass with multi columns. > But I didn't receive a method (MUIM_List_Compare) when I click on a column!? > I only get a MUIM_Set where the clicked column is set
that should be enough to do everything you want... on MUIA_List_TitleClick (0x80422fd9), change your sort-order internally with a flag in your instance data and then call MUIM_List_Sort. your MUIM_List_Compare would read this flag and sort accordingly. also, MUIM_List_Display would append \33I[6:38] (tapeup) or \33I[6:39] (tapedown) to the title string of sorted column. greetings, stuntzi ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a difference. Find and fund world-changing projects at GlobalGiving. http://us.click.yahoo.com/PcNrnD/PbOLAA/cosFAA/16uqlB/TM --------------------------------------------------------------------~-> 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/
