B4J Question Custom "view", import FXml, ListView drag an item

LucaMs

Expert
Licensed User
Longtime User
Is there a way to create custom "control" in B4J? (now I'm using a class in which I build the "control" via code).

I've seen how to import a FXml file into another, but can I get the properties and events of the nodes constituting the imported file?

How can I simulate the drag & drop of a TreeItem?

(Should I open multiple threads?)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Check this example: jAnotherDatePicker (class)
You can also load a layout file in the class.

It is the same as done in B4A.

How can I simulate the drag & drop of a TreeItem?
It might be possible with the jDragAndDrop library.


(Should I open multiple threads?)
Yes, it is better.
 
Upvote 0
Top