Recent

Author Topic: Selecting Properties hides Form Designer - why?  (Read 1100 times)

741

  • New Member
  • *
  • Posts: 17
Selecting Properties hides Form Designer - why?
« on: June 30, 2024, 10:28:55 am »
I am working in a single-display development environment, using a 'docking' setup.

F12 brings the form designer to the top. Then when I click into the Properties panel, the form designer is immediately hidden by the code window.

This feels like the wrong thing to do, because simply clicking into Properties does not imply I have finished laying out the user inteface.


Lazarus 3.4 (rev lazarus_3_4) FPC 3.2.2 x86_64-win64-win32/win64

Dzandaa

  • Sr. Member
  • ****
  • Posts: 349
  • From C# to Lazarus
Re: Selecting Properties hides Form Designer - why?
« Reply #1 on: June 30, 2024, 10:34:46 am »
Hi,

I know, a solution is to use 2 displays or in Linux to freeze the Form window (stay on top).

B->
Regards,
Dzandaa

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 10247
  • Debugger - SynEdit - and more
    • wiki
Re: Selecting Properties hides Form Designer - why?
« Reply #2 on: June 30, 2024, 10:57:26 am »
package "DockedFormEditor"?

741

  • New Member
  • *
  • Posts: 17
Re: Selecting Properties hides Form Designer - why?
« Reply #3 on: June 30, 2024, 11:13:15 am »
I've installed

AnchorDocking 1.0
AnchorDockingDsgn 1.0

The aim was to re-create what I was used to from Delphi, VS etc i.e. not tyhe defualt multi-window interface.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 10247
  • Debugger - SynEdit - and more
    • wiki
Re: Selecting Properties hides Form Designer - why?
« Reply #4 on: June 30, 2024, 11:20:10 am »
I've installed

AnchorDocking 1.0
AnchorDockingDsgn 1.0

The aim was to re-create what I was used to from Delphi, VS etc i.e. not tyhe defualt multi-window interface.

AnchorDocking is automatically included by AnchorDockingDsgn. But having both is ok too.

You do also need/want the package "DockedFormEditor". 

Then your form editor is no longer a floating window, but it is a tab that toggles between your source and the designer. Thus you can click in the object inspector, and the form stays visible.

741

  • New Member
  • *
  • Posts: 17
Re: Selecting Properties hides Form Designer - why?
« Reply #5 on: June 30, 2024, 11:26:19 am »
Ah... Thanks, I will try that.

<Update> Yes! It works, that's nice  :D
« Last Edit: June 30, 2024, 11:35:22 am by 741 »

 

TinyPortal © 2005-2018