Listtree with brush

Discuss GUI programming with the MUI Royale plugin here
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Listtree with brush

Post by sinisrus »

Hello,

i use listtree with brush

Code: Select all

entry$="\27A[17]\27b Nouveau"
listnode$="Root"
prevnode$="Tail"
mui.DoMethod("mylisttree", "Insert", entry$, IDProject$, listnode$, prevnode$, "")
If getEntry (t.name) i have this line [55beb4d0] Nouveau

Hollywood convert "\27A[17]\27b" to [55beb4d0]
I need to do this converting without listtree, it's possible?
or Is it possible to do the opposite [55beb4d0] to "\ 27A [17] \ 27b" ?

Thank you
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Listtree with brush

Post by airsoftsoftwair »

The \27A[55beb4d0] is how MUI internally stores images. MUI Royale currently doesn't convert this back to a brush specification, so just strip it and you're fine.
Post Reply