Forum > LCL

Tabbed Document Interface

(1/2) > >>

Bart:
I really would like to see a Tabbed Document Inteface formstyle with TDI-child forms. That is MDI with a tabbed browsing interface, just like the Lazarus IDE uses for code editing, or the Firefox browser.
No editor can do without this these times ...

Bart

PeterX:
https://github.com/fpc-svn/lazarus-ccr/tree/master/components/tdi

V3ct0r:
https://svn.code.sf.net/p/lazarus-ccr/svn/components/tdi/

taazz:

--- Quote from: Bart on January 16, 2006, 02:47:35 pm ---I really would like to see a Tabbed Document Inteface formstyle with TDI-child forms. That is MDI with a tabbed browsing interface, just like the Lazarus IDE uses for code editing, or the Firefox browser.
No editor can do without this these times ...

Bart

--- End quote ---
Ok. I like mdi i find the self contained logic of each mdi child form surprisingly relaxing, tdi on the other is nothing more than a pagecontrol with some frames/forms for each page. what more do you expect from that interface? what functionality do you miss or you want to see automated?

For example a lot of people here use panel that can be moved around at runtime as floating toolbars I find them extremely limited in usability no alt+space to open their right click menu no contained shortcuts and most of all no moving outside the parent form to give more room to the designer below oh and of course the worst of no proper resizing not with the mouse and certainly not with the keyboard.
Sorry I got curried away, but you get the point I hope what are your requirements for that TDI interface?

lucamar:
What I do, usually, for tabbed interfaces is implement the "inner" tabs as frames That way you keep most of the easiness of UI implementation that forms provide.

Navigation

[0] Message Index

[#] Next page

Go to full version