Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCD gauge layout/rendering issues #59

Closed
AmolHingmire opened this issue Aug 30, 2013 · 1 comment
Closed

LCD gauge layout/rendering issues #59

AmolHingmire opened this issue Aug 30, 2013 · 1 comment

Comments

@AmolHingmire
Copy link

Hi,

Greetings….

I have used the jfxtras labs (library) components in my project. Really nice work .
With the LCD gauge control I am facing following issues.

I bound the few of the properties of the LCD gauge.
//bind the properties.
lcd.prefHeightProperty().bind(analogControl.heightProperty());
lcd.prefWidthProperty().bind(analogControl.widthProperty());

    lcd.titleVisibleProperty().bind(analogControl.tagVisibleProperty());
    lcd.bargraphVisibleProperty().bind(analogControl.barGraphVisibleProperty());
    lcd.minMeasuredValueVisibleProperty().bind(analogControl.minValVisibleProperty());
    lcd.maxMeasuredValueVisibleProperty().bind(analogControl.maxValVisibleProperty());
    lcd.lcdDecimalsProperty().bind(analogControl.decimalNumberProperty()); 

Where the analogControl is my other control.

For titleVisibleProperty() it works fine.
However for rest of the properties it’s not working properly.
For example, for lcdDecimalsProperty() it does not show the changes immediately . When I change the bargraphVisibleProperty() then only it shows the changed (latest) decimal values.
That is it does not renders the scene immediately or does not reflect the changes. Strange …!

For minMeasuredValueVisibleProperty() and maxMeasuredValueVisibleProperty() properties it does not show any changes.
For all these properties I tried to print the current values on the console using the changeListener() and I got the updated (latest) values on the console , however did not get the changes on the control.

Please do the needful.
For any concern please revert.

@tbee
Copy link
Member

tbee commented May 28, 2015

Closed because of inactivity

@tbee tbee closed this as completed May 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants