I have a couple of list boxes on a UI that I want to be different colours.
Let me show you what I mean
In this photo all the list boxes are a pale blue colour which is the default colour for a list box when your race is protoss.
If I try and change the colour through the line "set dialog item colour" to change the colour there is some very strange behaviour. For example setting the colour to pure red (FF0000) will make it disapear. Setting the colour to orange will make it turn a bright green etcetc
I believe that when you try and set the colour it does no directly set the colour but mix it somehow with the colour it already is (blue in this case)
Tried changing it via "set dialog item image" as well with no luck yet.
I have a couple of list boxes on a UI that I want to be different colours.
Let me show you what I mean
In this photo all the list boxes are a pale blue colour which is the default colour for a list box when your race is protoss.
If I try and change the colour through the line "set dialog item colour" to change the colour there is some very strange behaviour. For example setting the colour to pure red (FF0000) will make it disapear. Setting the colour to orange will make it turn a bright green etcetc
I believe that when you try and set the colour it does no directly set the colour but mix it somehow with the colour it already is (blue in this case)
Tried changing it via "set dialog item image" as well with no luck yet.
Anyone know how to do this?
just to be sure did you set it to "FF0000" or " #FF0000", because the color red is #FF0000 not FF0000.