Well, I guess the screenshot was too big (87KB), so here is the text only.
========================
Graeme Geldenhuys wrote:
> Hi Victor,
>
> Could you explain how you managed the MDI look?  Where the editor
> (synedit) gets created?  I use the Toolbar Editor add-on package which
> creates a panel above the editor tabs.  After applying you patch is
> opens a blank editor window with the toolbar panel, but nothing else.
> Eventually I figured out that I need to resize the Main Form to see
> the editor window, but obviously the Editor Toolbar is now missing.
>
> :-(
>
> I guess I would have to modify the Toolbar Editor to create a panel in
> a different location depending on the SDI or MDI interface in use.
> I'll leave that for now, until your changes are actually in SVN.  I
> just wanted a head start on where to look, to fix the issue.

I once posted "A Studio IDE layout", which worked by re-parenting the ide 
windows inside a TStudio form.  This meant that it did not require any 
changes to the original windows, which made it possible to easily switch 
between SDI and MDI.

The reason it did not use docking was because docking wasn't working 
correctly.  And as Mattias mentioned, once docking gets fixed, it should be 
easy to have a flexible IDE interface.

For now, I have been using TStudio ever since. Attached is a screenshot.


Thanks!

--
Al



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to