-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
fx2.1
Binding/listening to calculated expression from width & height properties of Pane does not work. Binding directly the properties works.
Attached example shows that binding : widthProperty().divide(2) for example does not reflect any change (see attached Scene example).
Of course calculated expressions from standard Properties implementation like SimpleIntegerProperty works well, divide in the test (see attached unit test).
Attached example shows that binding : widthProperty().divide(2) for example does not reflect any change (see attached Scene example).
Of course calculated expressions from standard Properties implementation like SimpleIntegerProperty works well, divide in the test (see attached unit test).