Author Topic: Docking-Floating Windows  (Read 1747 times)

Manos

  • Moderator
  • New Member
  • *****
  • Posts: 34
    • View Profile
    • CoderStudio
Docking-Floating Windows
« on: May 26, 2012, 05:09:23 PM »
Because I did not found a befitting Control to create and manage Docking-Floating windows,
I tried to build the DockWnd Control as a DLL.
I rewritten the old DockWnd.dll as a Static Library and it is just like Visual Studio 6.0 in the appearance.
Using Static Library, you can include this in your projects.
You can use this library in Assembly and C/C++ projects.Therefor, I have included two files.
One named DockWnd.inc for Assembly projects and another named DockWnd.h for C/C++ projects.
This Control is easy to use for any type application and it is accompanied with an Application to understand its usage.



Note:
The Control is upgraded on 9 June 2010.
I have added functionality in menu View.
Before use this, read the ReadMe text file.

Manos.

Grincheux

  • New Member
  • *
  • Posts: 1
  • Never be pleased, Always improve
    • View Profile
    • My little web site
Re: Docking-Floating Windows
« Reply #1 on: August 12, 2012, 12:38:06 PM »
Is it ready for 64 bits ?
Or is it ok for Win7-32 ?

Manos

  • Moderator
  • New Member
  • *****
  • Posts: 34
    • View Profile
    • CoderStudio
Re: Docking-Floating Windows
« Reply #2 on: August 15, 2012, 05:28:03 AM »
Hi  Grincheux.

Currently, the Control is written for 32 bits,
but it works OK in Win7 64 bits.
I have tested this in Win7 64 bits my PC.
I have done some modifications for more capabilities,
like to change the order when more than one controls are docking in the same side,
to write the dimensions and the side to .INI file and to view the pattern brush when
move the control in whatever background color.
But because I am in holidays, I will do a new upload in a few weeks.

Manos.
« Last Edit: August 15, 2012, 04:01:37 PM by Manos »

guga

  • Member
  • **
  • Posts: 100
    • View Profile
    • rosasm
Re: Docking-Floating Windows
« Reply #3 on: August 15, 2012, 07:29:35 AM »
Great work, manos :t

Manos

  • Moderator
  • New Member
  • *****
  • Posts: 34
    • View Profile
    • CoderStudio
Re: Docking-Floating Windows
« Reply #4 on: August 15, 2012, 04:03:30 PM »
Thank you guga.

Manos.

caraveiro

  • New Member
  • *
  • Posts: 10
  • Quam olim da capo.
    • View Profile
Re: Docking-Floating Windows
« Reply #5 on: February 20, 2013, 09:25:49 AM »
Hi Manos!

Thank you for sharing you time (static libs)!

Any way to mimic the Afx:ControlBar and Afx:DockPane Visual aids (the little boxes)?

Caraveiro!
"knowledge is now free at last, everything should be free from now on, enjoy knowledge and life and work for everybody else"
+ORC

Manos

  • Moderator
  • New Member
  • *****
  • Posts: 34
    • View Profile
    • CoderStudio
Re: Docking-Floating Windows
« Reply #6 on: February 21, 2013, 03:55:24 AM »
Hi caraveiro.

It's not difficult to me, but this time I am very busy implementing my IDE.
I have done already a DLL for Command Bars, Rebars and Toolbars,
but it is written in C because my IDE is written in C.
Therefor it may be incompatible as static library.
If anybody was interested, I could upload this as a DLL.

Manos.

caraveiro

  • New Member
  • *
  • Posts: 10
  • Quam olim da capo.
    • View Profile
Re: Docking-Floating Windows
« Reply #7 on: February 22, 2013, 08:25:30 AM »
Thank you, Manos!

Hurt no body if you upload the library!


Mean while, I'd tried to download your CoderStudio, but there is a 404 error

Regards!
"knowledge is now free at last, everything should be free from now on, enjoy knowledge and life and work for everybody else"
+ORC

Manos

  • Moderator
  • New Member
  • *****
  • Posts: 34
    • View Profile
    • CoderStudio
Re: Docking-Floating Windows
« Reply #8 on: February 22, 2013, 09:02:13 AM »
Hi caraveiro.

About this DLL, I 'll upload later, after I check this.
About CoderStudio, I am building a new version.
If you wish to see the old version and to send me
some suggestion, go here

Regards,
Manos.