Hi all,
today I tried my first UI app with the wonderful B4J.
A few minutes on the JavaFX SB 2.0 and I had ready a test layout.
Then just a couple of lines of code to test it and... surprise, I hit a wall!
Is there a way to drag&drop TreeItems around so to change the tree structure at will?
Where can I found some B4J doc about the JFX elements that it directly recognizes (e.g. their events)?
My ultimate goal is to have a TreeView where :
- right-clicking on a TreeItem I could show a contex menu to operate on it (e.g removing from the tree, adding a child, changing its color..)
- a TreeItem could be dragged and dropped on a new TreeView position
Is there anyhing like that already available? Thanks.
udg
today I tried my first UI app with the wonderful B4J.
A few minutes on the JavaFX SB 2.0 and I had ready a test layout.
Then just a couple of lines of code to test it and... surprise, I hit a wall!
Is there a way to drag&drop TreeItems around so to change the tree structure at will?
Where can I found some B4J doc about the JFX elements that it directly recognizes (e.g. their events)?
My ultimate goal is to have a TreeView where :
- right-clicking on a TreeItem I could show a contex menu to operate on it (e.g removing from the tree, adding a child, changing its color..)
- a TreeItem could be dragged and dropped on a new TreeView position
Is there anyhing like that already available? Thanks.
udg