-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0.2
-
Mac OS-X 10.7.4; Netbeans 7.2 RC 1; Java 1.7.0_04
I have a requirement to bind the size of a list to a label in the UI. The label text is bound to the sizeProperty of a SimpleListProperty instance (with appropriate int to string conversion). When an item is added to the list, then access the sizeProperty.get() the size has been updated, but no change has been fired to bound components to the sizeProperty.
A Netbeans project is attached. Clicking on the button to add item will update the list view, but neither the change listener nor the bound label see any change in size.
A Netbeans project is attached. Clicking on the button to add item will update the list view, but neither the change listener nor the bound label see any change in size.