-
Notifications
You must be signed in to change notification settings - Fork 19
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
When deleting a Check, the Decorator is not deleted #43
Comments
I am not sure what the problem is here. You could try to call |
I added check.clear();
But after row deletion I have an error:
Also if I add 10+ records and try scroll records up and down, I have this error:
Do you have an example how use validations with TableView? |
This smells like a "update outside JavaFX-Thread"-Problem (which it cannot be from the sources you sent me). Maybe the updateItem()-call happens within a rendering-pulse and we're not allowed to modify the scene graph at that time. But I must admit, this is guesswork. Interestingly enough though, there is no "net.synedra..." in the stack traces above. Unfortunately I do not have an example of how to use validations inside TableView. |
There are no problems with decoration "StyleClassDecoration" and use it like this:
But I think it is necessary to fix the class. "GraphicDecoration" |
Hi. I try apply validations for Table.
But when i remove Check object Decoration is not Deleted.
ValidationTest.zip
How can I use ValidatorFX for each row in TableView?
Thanks.
The text was updated successfully, but these errors were encountered: