jroriz Active Member Licensed User Longtime User Apr 9, 2020 #1 Hi. The B4XFloatTextFields are now showing the tooltip text. Notice that it's not the hint text, it's the tooltip text. Does anyone else have this problem?
Hi. The B4XFloatTextFields are now showing the tooltip text. Notice that it's not the hint text, it's the tooltip text. Does anyone else have this problem?
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2020 #2 You will need to do it programmatically: B4X: Dim n As Control = B4XFloatTextField1.TextField n.TooltipText = "Test" Upvote 0
You will need to do it programmatically: B4X: Dim n As Control = B4XFloatTextField1.TextField n.TooltipText = "Test"
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2020 #3 It will work with the designer in the next update of XUI Views. Upvote 0