@ chavista
Hi and thanks for the reply. Its not what i was looking to do, the problem is i am passing a string q$ to addgadgetitem() which is a treeviewgadget().
now q$ is made from several strings, the initial string say foobar systemcolour and the next added string to q$ would be a colour of my choice as you tried to do
the problem is i have to pass the whole string to addgadgetitem() (else the string would be placed the next element down ) so the whole string is changed by
Code: Select all
SetGadgetColor(#Tree_2,#PB_Gadget_FrontColor,$D65011)
. so it looks like i would have to play directly with memory to do as im looking for!! but i`m not that advanced yet.
But thank you for the reply and trying
Zebuddi.
