I am trying to use the Set Property behavior to set the border of a Text Input object to Solid. I'm using the "Text or number" Value, and have tried Solid, true, and yes, but the border never appears. What am I doing wrong?
I am trying to use the Set Property behavior to set the border of a Text Input object to Solid. I'm using the "Text or number" Value, and have tried Solid, true, and yes, but the border never appears. What am I doing wrong?
For Value- text or number use the color code. 000000 is black. FFFFFF is white.
Thanks, Dennis, that's what I ended up doing. So what's the purpose of the Border property?
Border is for the size (thickness) of the border. Put a number in the value field to change the thickness of the border.
Gotcha. Thanks!