Page 1 of 1

Listtree with brush

Posted: Sat May 06, 2017 11:56 am
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

Re: Listtree with brush

Posted: Sun May 07, 2017 5:48 pm
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.