-
Notifications
You must be signed in to change notification settings - Fork 5
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
String binding exceptions #1
Comments
Using the following code works fine, under java 8 also.
A constructor with a |
Hi Andy, you are right. The constructor that accepts a String as argument is messed up and won't work, because the text-property of the FontAwesomeIconView is bound. Want to provide a fix? ;-) |
No problem. I would like to remove the icon property since it can't represent more than one icon which the text property can. This feature is used in EstiMate. The #setIcon method should remain to support FXML but only set the text property to the unicode string of the icon. |
I'm not sure if this PR fixes the issue. What happens if you call #setText after construction? I think the way forward is to remove the binding. |
Hi There
When creating a FontAwesomeIconView using char constructor like below:
I get the following exception:
This is occurring under Java 7 and 8.
The text was updated successfully, but these errors were encountered: