On Sun, 02 Dec 2007 02:56:04 +0100
huisvuil <[EMAIL PROTECTED]> wrote:

> While developing i noticed i'm looking frequently for lost windows
> like the search results and i end up resizing ad moving the editor
> window to get back to the window. So i started looking for docking
> and i found an "anchordocking" example but couldn't get that to work
> (or didn't understand how it worked).
> 
> Later, i came across the following docking panel from the Open Perl
> IDE released under MPL license. It has been written in object pascal
> and it contains a dockingpanel.pas, that has been ported into the the
> examples i found on torry. I have no idea how this docking compares
> to the one used in the samples.
> 
> Open Perl IDE: http://open-perl-ide.sourceforge.net/
> Ported + examples (including compiled demo): 
> http://www.torry.net/pages.php?s=79 (DockPanel Professional v.3.1)
> 
> Would this be a usable/reliable docking mechanisme for Lazarus?
> (Its not really a big issue, but i do truely miss window docking)

I just took a quick look: 
- It does not work with TForm, but only with the TDockPanel descendants.
- It does not compile with LCL, because of missing IDockManager.
Probably some more things are missing. So I was not able to test it.

Maybe you can describe what it can, what not under Delphi?


Mattias

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

Reply via email to