Hi,
I've tried all 3
btn_Save.SetProp( "display", "none" )
btn_Save.SetProp( "hide", "true" )
btn_Save.SetProp( "disabled", "true" )
. The last one disables the button properly. But none of them makes the button invisible.
I've tried all 3
btn_Save.SetProp( "display", "none" )
btn_Save.SetProp( "hide", "true" )
btn_Save.SetProp( "disabled", "true" )
. The last one disables the button properly. But none of them makes the button invisible.