B4J Library jControlsFX9 - ControlsFX for Java 9

Attachments

  • jControlsFX9.zip
    45.9 KB · Views: 712

Cableguy

Expert
Licensed User
Longtime User
I'm having an issue with this lib.
I'mm currently using RangeSlider, which works OK except I cannot use it with the Sender keyword.

I am trying to use one single event as event to 4 RangeSliders and thus using:
Dim RS as RangeSlide = Sender
Log(RS.tag) 'Does Nothing

the Tag property just seem to not have been exposed(?!)
[EDIT] Further testing, If I set the Tag in code, the above code works, so it seems to be missed out designer property set
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
SS-2017-12-10_09.09.29.png
 

Cableguy

Expert
Licensed User
Longtime User
Yes but filling it does nothing, that was what I meant.
Set it in the designer and the try to log it... It's empty!
But if you set it in code, it works
 

Cableguy

Expert
Licensed User
Longtime User
Ok, thanks... Custom views...phew!
Still I just love creating them!
 
Top