Hello Mathias,
On 10.01.05, Mathias PARNAUDEAU wrote: > In several programs, there is a window (often dedicated to prefs) with a > list on the left and a general panel on the right. Navigating in the list, > the right area changes quickly with differents contents (for example, in > the Miami GUI, in the Ambient or Voyager prefs, ...). > How does it work ? Is there a single group in the right part where we > associate a pointer of a previously allocated group depending of the > selected entry in the list ? I am sure that si not so difficult but if > there is a common way to do that, I would prefer to know :) You make a list on left side, and a page group on the right and then you set up a notify like this: DoMethod(prefslist, MUIM_Notify, MUIA_List_Active, MUIV_EveryTime, prefspagegroup, 3, MUIM_Set, MUIA_Group_ActivePage, MUIV_TriggerValue); That's all. No magic. :) regards, -- .tokai - christian rosentreter @ http://www.christianrosentreter.com calm was turned to wind that blew out the last flame in the eyes ------------------------ Yahoo! Groups Sponsor --------------------~--> Has someone you know been affected by illness or disease? Network for Good is THE place to support health awareness efforts! http://us.click.yahoo.com/Rcy2bD/UOnJAA/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/
