Page 1 of 1

Re: How to tableview multselect

PostPosted: Wed Nov 29, 2017 10:21 am
by Support@SIB
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.

Re: How to tableview multselect

PostPosted: Wed Nov 29, 2017 11:19 am
by rzenz
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.

Re: How to tableview multselect

PostPosted: Tue Dec 05, 2017 10:01 am
by rzenz
I can only reiterate my previous posting:

  1. Why are you using the UI classes at all when all you want is JavaFX (and therefor the JFXtensions library)?
  2. 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.

Re: How to tableview multselect

PostPosted: Tue Dec 05, 2017 4:59 pm
by rzenz
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?