Bug? RoundSlider visible incomplete

William Lancee

Well-Known Member
Licensed User
Longtime User
Not a big problem, and not a problem in B4J. If you set visible = false in designer and later set it to visible in code, the slider appears but the inside label remains invisible.
The label is not exposed, so to fix it, just keep the view visible in designer and set RS.mBase.visible = false just after loading the layout.
 

Attachments

  • RSProb.zip
    14.3 KB · Views: 128
Top