List.mui

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

List.mui

Post 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
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: List.mui

Post by airsoftsoftwair »

Is this OS4 only or MorphOS as well?
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: List.mui

Post by djrikki »

I am not sure, it came through AmiUpdate.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
bitRocky
Posts: 120
Joined: Fri Nov 14, 2014 6:01 pm

Re: List.mui

Post by bitRocky »

MorphOS also has support for stripes in List.mui
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: List.mui

Post 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.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: List.mui

Post 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
Post Reply