Undoumented styles?

BlitzPlus Forums/BlitzPlus Programming/Undoumented styles?

Binary_Moon(Posted 2003) [#1]
I have seen a number of coments about gadget styles that seem to keep popping up so thought I would see what people have found.

textField - 0 = default, 1 = password input
panel - 0 = default, 1 = sunken border

EDIT - just noticed in the post below this one
label - 0 = default, 1 = black border, 3 = sunken border


EOF(Posted 2003) [#2]
Don't know if this has been brought up before:

Giving CreateTextArea() a style value of 1 switches text wrap ON. A value of 0 turns it off.


Binary_Moon(Posted 2003) [#3]
Are you 100% sure on that? It doesn't work in the demo but since I don't have the full version I have no way of testing (I had already tried this) :(


EOF(Posted 2003) [#4]
Yes. From BlitzPlus v1.35
Here are the differences between style 0 and style 1:



Binary_Moon(Posted 2003) [#5]
excellent :)


skn3(Posted 2003) [#6]
brilliant stuff !


bregors(Posted 2003) [#7]
.


Mark Tiffany(Posted 2003) [#8]
They're all in the online docs...(or were last time I looked)...