PopList insert Brush

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

PopList insert Brush

Post by djrikki »

Hello,

LIke the previous listtree limitation it seems impossible for me to insert brushes into a PopList alongside text during run-time.

I really do both of these gadgets updated to have this up and running.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: PopList insert Brush

Post by airsoftsoftwair »

Right, will be fixed.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: PopList insert Brush

Post by airsoftsoftwair »

Hmm, what exactly is the problem here? I've modified the Popup example like this and it shows the image next to the "Stefan Becker" entry:

Code: Select all

<poplist controlchar="n" cyclechain="1">
	<item>\33A[1] Stefan Becker</item>
	<item>Dirk Federlein</item>
	<item>Georg Heßmann</item>
	<item>Martin Horneffer</item>
	<item>Martin Huttenloher</item>
	<item>Kai Iske</item>
	<item>Oliver Kilian</item>
	<item>Frank Mariak</item>
	<item>Klaus Melchior</item>
	<item>Armin Sander</item>
	<item>Matthias Scheler</item>
	<item>Andreas Schildbach</item>
	<item>Wolfgang Schildbach</item>
	<item>Christian Scholz</item>
	<item>Stefan Sommerfeld</item>
	<item>Markus Stipp</item>
	<item>Henri Veistera</item>
	<item>Albert Weinert</item>
	<item>Michael-W. Hohmann</item>
	<item>Stefan Burstroem</item>
</poplist>
There is one side effect, though, and that is that when clicking on such an entry the string gadget is then set to something like this:

Code: Select all

XA[69a56000] Stefan Becker
So MUI Royale would have to filter the formatting codes before setting the string gadget's contents but the actual image display seems to work so I'm not sure what your problem is here.
Post Reply