How to tableview multselect
4 posts
• Page 1 of 1
Re: How to tableview multselect
What exactly doesn't work?
We don't answer general JavaFX questions, not related to JVx here.
The UIInternalFrame is a JavaFX node and nothing very special, so what do you think should work and what doesn't?
BTW
Please don't post source code from other developers without license here, because it's a legal problem. We'll remove the source code if you won't fix it.
We don't answer general JavaFX questions, not related to JVx here.
The UIInternalFrame is a JavaFX node and nothing very special, so what do you think should work and what doesn't?
BTW
Please don't post source code from other developers without license here, because it's a legal problem. We'll remove the source code if you won't fix it.
-
Support@SIB - Posts: 353
- Joined: Mon Sep 28, 2009 1:56 pm
Re: How to tableview multselect
Okay, before I dive head first into your code, I have a completely different question which we should get out of the way first: Why are you using the UI wrapper classes at all?
From what I can gather you do not seem to be interested in neither the model JVx provides nor the multi-platform capabilities, so why use the UI layer at all? If you want to use the JavaFX MDI solution which we've created, you can simply use the JFXtensions library and remain in pure JavaFX without the need to have a dependency upon JVx.
On another note, your example works flawlessly for me.
From what I can gather you do not seem to be interested in neither the model JVx provides nor the multi-platform capabilities, so why use the UI layer at all? If you want to use the JavaFX MDI solution which we've created, you can simply use the JFXtensions library and remain in pure JavaFX without the need to have a dependency upon JVx.
On another note, your example works flawlessly for me.
-
rzenz - Posts: 36
- Joined: Mon Dec 12, 2016 1:40 pm
- Location: Vienna, Austria
Re: How to tableview multselect
I can only reiterate my previous posting:
I'm not sure what else to tell you.
- Why are you using the UI classes at all when all you want is JavaFX (and therefor the JFXtensions library)?
- Your example works for me. So either it is something on your system or, which is much more likely, something in the code surrounding the code you posted.
I'm not sure what else to tell you.
-
rzenz - Posts: 36
- Joined: Mon Dec 12, 2016 1:40 pm
- Location: Vienna, Austria
Re: How to tableview multselect
I still see myself unable to reproduce this on my end. Could you please package up a complete project with this issue and upload it somewhere so that I can actually have a look at everything that is going on?
-
rzenz - Posts: 36
- Joined: Mon Dec 12, 2016 1:40 pm
- Location: Vienna, Austria
4 posts
• Page 1 of 1