Hello
I'd like to know if it is possible to change anything in spinners to make them different : for example
spinner spD "D " width:90 range:[-10000,10000,dptd] type:#float pos:[55,5]
I'd like to change color, font or anything else...
Anybody ?
Forum topic · General Scripting
By titane357 · 2010-08-25
Hello
I'd like to know if it is possible to change anything in spinners to make them different : for example
spinner spD "D " width:90 range:[-10000,10000,dptd] type:#float pos:[55,5]
I'd like to change color, font or anything else...
Anybody ?
titane357 · 2010-08-25
Thanks for answer,
but I'd like to change font color of one spinner in particular not the whole dialog...
Graph · 2010-08-25
you can change the fontColor of everything and also give your rollout a nice backgroundImage
CreateDialog bgcolor:
fgcolor:
bitmap: bmpstyle:
appart from that you cant do much with the default controls
dotNet controls on the other hand are much more flexible
JokerMartini · 2010-08-30
Can you do subrollout colors?
Anubis · 2010-08-30
RE: "Can you do subrollout colors?"
- No, this properties are added only to CreateDialog() function.