Recent

Author Topic: View mode: windowed/studio  (Read 11650 times)

kuzduk

  • Newbie
  • Posts: 4
    • www.kuzduk.narod.ru
View mode: windowed/studio
« on: February 15, 2012, 12:15:33 pm »
>:D I do not love windowed style like Delphi 7:
http://kuzduk.narod.ru/prog/windowed.png 



 :-* I need monolith studio style: all in one big window:
http://kuzduk.narod.ru/prog/monolit.png


How it can be made?
« Last Edit: February 15, 2012, 12:19:38 pm by kuzduk »
kuzduk@mail.ru
icq 9977505
www.kuzduk.narod.ru

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4676
  • I like bugs.
Re: View mode: windowed/studio
« Reply #1 on: February 15, 2012, 01:58:04 pm »
How it can be made?

Install the "anchordockingdsgn" package. Unfortunately it does not work very well yet in all situations.

Juha
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: View mode: windowed/studio
« Reply #2 on: February 15, 2012, 02:02:16 pm »
Install AnchorDockingDsgn / EasyDockMgrDsgn package. The former looks more native, but less flexible than the latter. I use the latter with layout attached. Believe me, you won't like the totally integrated windows because the forms you're designing are still floating around.

miquelmatas

  • Jr. Member
  • **
  • Posts: 98
  • Beginner forever.
Re: View mode: windowed/studio
« Reply #3 on: February 15, 2012, 03:28:47 pm »
Maybe you could like CodeTyphon 2.50 Docking
--
Cheers.
Miquel.

kuzduk

  • Newbie
  • Posts: 4
    • www.kuzduk.narod.ru
Re: View mode: windowed/studio
« Reply #4 on: February 15, 2012, 07:06:44 pm »
Quote
Maybe you could like CodeTyphon 2.50 Docking
Quote
Install AnchorDockingDsgn / EasyDockMgrDsgn package...

It is good. Please give me links for download. I cant find it!
kuzduk@mail.ru
icq 9977505
www.kuzduk.narod.ru

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: View mode: windowed/studio
« Reply #5 on: February 16, 2012, 01:36:50 am »
AnchorDockingDsgn and EasyDockMgrDsgn are included with Lazarus, you simply need to install those from the package list. A word of warning though, AnchorDockingDesign doesn't work right in the stable (0.9.30.2) version (for me it crashes the IDE both on linux and windows); if you're using the trunk version, it works fine and I like it better then EasyDockMgrDesign, so yo might give it a try. If using the stable version, better to stick to AnchorDockingDsgn I think.

If you wish to install the CodeTyphon edition, you got the link above; you get Lazarus and several additional components in one package.
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: View mode: windowed/studio
« Reply #6 on: February 16, 2012, 04:52:46 am »
Quote
Maybe you could like CodeTyphon 2.50 Docking
That's kinda beautiful, but as with AnchorDockingDsgn, does the currently being designed forms stay on top or it's still hidden behind the integrated windows? I can't really find out from the screenshots.

theo

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1933
Re: View mode: windowed/studio
« Reply #7 on: February 16, 2012, 11:55:30 am »
I'm using Manual Docker
http://wiki.lazarus.freepascal.org/Manual_Docker

It is only docking the message window to the editor, but this is the most important for me. For the rest, lazarus can save window positions and dimensions.

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: View mode: windowed/studio
« Reply #8 on: February 16, 2012, 08:54:12 pm »
That's kinda beautiful, but as with AnchorDockingDsgn, does the currently being designed forms stay on top or it's still hidden behind the integrated windows? I can't really find out from the screenshots.

I don't think it does, I believe all docking solutions let the designed forms drop behind other windows selected...
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: View mode: windowed/studio
« Reply #9 on: February 17, 2012, 03:13:57 am »
Quote
I don't think it does, I believe all docking solutions let the designed forms drop behind other windows selected...
Not if you take a look at NetBeans/MSVS, they have special docked forms for designing forms. As a consequence, however, they don't have poDesigned for Position property (of course the name won't be the same as in LCL, but similar).

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: View mode: windowed/studio
« Reply #10 on: February 17, 2012, 05:14:59 am »
Not if you take a look at NetBeans/MSVS, they have special docked forms for designing forms.

I meant in Lazarus  ;D
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: View mode: windowed/studio
« Reply #11 on: February 17, 2012, 11:05:47 am »
Quote
I meant in Lazarus
Oh, I see :P

kuzduk

  • Newbie
  • Posts: 4
    • www.kuzduk.narod.ru
Re: View mode: windowed/studio
« Reply #12 on: August 21, 2012, 10:48:38 pm »
there are any improvement on this?
kuzduk@mail.ru
icq 9977505
www.kuzduk.narod.ru

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: View mode: windowed/studio
« Reply #13 on: August 21, 2012, 11:47:08 pm »
The AnchorDocking package works fine for me now in Lazarus 1.x.
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: View mode: windowed/studio
« Reply #14 on: August 22, 2012, 12:34:33 am »
KZDesktop works better for me (it's the only docking solution that docks design time forms ATM).

 

TinyPortal © 2005-2018