B4J Question [xGauges] Gauge Horizontal Border Bottom Missing

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi,
I am working on a simple controller for a LEGO Train with BuWizz2 controller. Communication via BLE with PyBridge & Bleak.
The speed of the train is displayed using a gauge from the xGauges library.

Issue
The gauge horizontal border at the bottom is not displayed.
The border width and corner are set in the gauge properties. The designer border properties are set to 0.
The label below the gauge is not overlapping (have also removed that label and same result).
Tested with B4J 10.30, xGauges 2.0, Java JDK 19.

Pls advice what is missing in the settings using the B4J designer.

1756055397384.png


1756055639422.png
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Thanks for help.
Pls find attached an extract of the RailBuzz Controller project - just to show the UI.
 

Attachments

  • RailBuzz.zip
    8.5 KB · Views: 20
Upvote 0

teddybear

Well-Known Member
Licensed User
Adjust the height of the xgaugeview in designer
 

Attachments

  • RailBuzz.zip
    8.5 KB · Views: 19
Last edited:
Upvote 0
Top