tufanv Expert Licensed User Longtime User Nov 18, 2016 #1 Hello When i run my app with a floatlabeledtext visible set to false , i cant show it again when i set its .visible=true with code. Also if you try to hide it with flt.visible=false borders are still there but the text disapears. Can you confirm ?
Hello When i run my app with a floatlabeledtext visible set to false , i cant show it again when i set its .visible=true with code. Also if you try to hide it with flt.visible=false borders are still there but the text disapears. Can you confirm ?
Erel B4X founder Staff member Licensed User Longtime User Nov 20, 2016 #2 You need to show or hide the base view: B4X: FloatLabeledText.BaseView.Visible = True