-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
GroovyFX TableView not working with Java8/JavaFX8 #13
Comments
After trying to verify this, it turns out that rebuilding groovyfx with the last Java 8 release (update 60) is sufficient to solve this. |
Hi, I'm having a similar problem, when I try to turn a tableColumn editable like this,
I get the following exception, with a very generic stack trace:
I can workaround this by adding the following Maven dependency to my project:
Is this the correct approach or is there a new version of GroovyFX that doesn't use the AccessibleProvider interface at all? My current development environment is:
I apologize for asking user's questions on the developer section, but as Codehaus was closed I still don't know where your discussion lists are. Many thanks. |
As I recall, the correction for this is in the checked in code, but there On Thu, Nov 12, 2015 at 12:23 PM, alexramos74 [email protected]
Scott Walton |
I did that, compiled locally and now it's working. Thanks. |
Creating a table view on a view with groovyFx does not work as the following exception is thrown:
The text was updated successfully, but these errors were encountered: