Page 1 of 1

List.mui

Posted: Sun Apr 08, 2018 11:51 pm
by djrikki
In recent 2018R1 update the attribute Stripes was added to List.mui. This of course would be a useful addition into Royale.

http://muidev.de/wiki/Documentation/API/MUI_List

Re: List.mui

Posted: Tue Apr 10, 2018 9:31 pm
by airsoftsoftwair
Is this OS4 only or MorphOS as well?

Re: List.mui

Posted: Tue Apr 10, 2018 9:47 pm
by djrikki
I am not sure, it came through AmiUpdate.

Re: List.mui

Posted: Tue Apr 10, 2018 9:51 pm
by bitRocky
MorphOS also has support for stripes in List.mui

Re: List.mui

Posted: Sat Apr 14, 2018 1:42 pm
by airsoftsoftwair
Ok, makes sense to add it then. RapaGUI also has the Listview.Alternate attribute which is currently only supported on Windows, Linux and Mac but this could be mapped to MUI List's stripes attribute as well.

Re: List.mui

Posted: Sat Dec 21, 2019 4:22 pm
by airsoftsoftwair
MUI Royale:

Code: Select all

- New: Added support for Listview.Stripes [I] and Listtree.Stripes [I]; if one of those is set to TRUE,
  MUI will use alternating stripes for all listview/listtree entries; this feature requires MUI 5.0;
  note that you might have to enable the stripes effect in the MUI preferences first
RapaGUI:

Code: Select all

- New [Amiga]: Listview.Alternate [I] and Treeview.Alternate [I] are now also supported on Amiga systems;
  requires MUI 5.0; note that you might have to enable the stripes effect in the MUI preferences first