"Ideen muss man haben...."
a German pubblicity says that, it means:
"You gotta have ideas's"
MDI is still not working, as a workaround, I started to make MDI forms my way, before knowing somebody else had my same idea before me (the MultiDoc guys).
At
http://cid-9e546cefeb36518b.skydrive.live.com/browse.aspx/.Public?uc=1you can download a very simple basic idea of how to implement MDI forms into your applications. This is still a draft, a raw, dirty project, but just to give you the idea.
Insteald of having child forms into a parent form, we substitute the childs with a TPanel. A TPanel inside a TForm. You can then customize the "form" the way you want.
This solution can be cross-platform for every system, but the sample I provide uses the "Windows" library, so it will only complile on Windows.
I hope you like it, as soon as I have updated the file with all I want, I will post here again...