Page 1 of 1

PopList insert Brush

Posted: Sun Aug 16, 2015 9:19 am
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.

Re: PopList insert Brush

Posted: Thu Aug 20, 2015 4:44 pm
by airsoftsoftwair
Right, will be fixed.

Re: PopList insert Brush

Posted: Sat Sep 24, 2016 4:34 pm
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.