Welcome, Guest
Username: Password: Remember me
IDE Base and IDE Extensions Components and Libraries, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Docked form/window doesn't show again 1 year 8 months ago #17147

  • Andrew John Richter Cass
  • Andrew John Richter Cass's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 27
  • Thank you received: 0
Hi
I'm trying to use Glassdock but i'm having the fallowing issue:
  If i close a docked window/form (using the close icon[X] on dock header) the command "Form1.Show" doesn't show the form anymore!
Thanks for any help
 

Please Log in or Create an account to join the conversation.

Docked form/window doesn't show again 1 year 8 months ago #17148

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
Your OS and CT version ?
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Docked form/window doesn't show again 1 year 8 months ago #17149

  • Andrew John Richter Cass
  • Andrew John Richter Cass's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 27
  • Thank you received: 0
Windows 10

CT version 7.9

On glassdock examples this problem can be easily viewed...
Thanks

Please Log in or Create an account to join the conversation.

Last edit: by Andrew John Richter Cass.

Docked form/window doesn't show again 1 year 8 months ago #17150

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
New pl_GlassDocking pkg
with some new functions and ShowHeaderCloseButton option

look at new pl_GlassDocking_CodeOcean
now we use

procedure TForm1.Button2Click(Sender: TObject);
begin
 if Form2=Nil then
  Application.CreateForm(TForm2, Form2);

 GlassDockEngine1.ShowForm(Form2,False);
end;


 
PilotLogic Core Programmer
The following user(s) said Thank You: Andrew John Richter Cass

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..
  • Page:
  • 1