Share My Creation MDI Child Windows

mdichilds1.gif


Well...

In old Visual Basic had mdi child windows...

Well i think that in B4X have many ways to achieve that...

I think that this will be helpful... for anyone need... to split his work at many windows that will be inside one (the master window)... also the code can be splitted more at classes... so not having large modules...

* For resizing the windows used a technique found at Forum... from stevel05

Attaching the source for anyone need it...
Any Donation is accepted if that helps...

*Updated 1/3/2024 - Bug Fixes... and More!!!
 

Attachments

  • MDI_Windows_project.zip
    26.8 KB · Views: 49
Last edited:

LucaMs

Expert
Licensed User
Longtime User
Very nice!

A few things need to be improved, for example the window with the editable text disappears if you press the resize button and the pointer cursor needs to be changed (BTW I didn't know the HTMLEditor view existed :oops: , which I understand is part of the B4J core) but it's an excellent base.



* For resizing the windows used a technique found at Forum... from stevel05
I think @stevel05 is the most experienced at B4J 👏
 

Magma

Expert
Licensed User
Longtime User
I ve made some changes... add modal... add an example how will be in different module... double click at title, default cursors at the general window, switch between windows with a click when possible... maximize at full screen the window... etc
 
Last edited:
Top