B4J Question Pane for a ListView extending beyond the Main window

Didier99

Member
Licensed User
I would like to define a secondary window/pane containing a ListView which I could move around on the display independently of the main window (the ListView is of variable size depending on the data I want to display). I am pretty sure I have seen this described in the docs but at the moment, I can't find it.
Any help appreciated.
 

DonManfred

Expert
Licensed User
Longtime User
Any help appreciated.
What do you need help with?

Defining a secong Form? Showing the 2nd form? Using anchors in the 2nd forms layout?
 
Upvote 0

Didier99

Member
Licensed User
"What do you need help with?"
I think you answered the question with "Defining a second Form?" :)
I was trying to set a pane but the pane would not extend past the original form. I just need a second form.
Thank you!
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
you can use a modal form for that, it will remain above any other form on the screen
 
Upvote 0

Didier99

Member
Licensed User
you can use a modal form for that, it will remain above any other form on the screen
If I understand correctly, a modal form prevents interaction with the main form until it is closed? That is not what I want. At the moment, it is working, I created a new form which I can move around (and if I move it over the main form, it will display over the main form, covering it) while still being able to interact with the main form.
 
Upvote 0
Top