Page 1 of 1

Maximize software

Posted: Tue Nov 27, 2018 11:44 pm
by Laertes
Hello
When I put the software in the taskbar close to the windows clock to spend a few pages, every time I visit a new page it maximizes the software. How could it ever leave it "stuck" in the taskbar and only come back when I click on Maximize?

Re: Maximize software

Posted: Wed Nov 28, 2018 10:59 am
by salvadordf
Hide the TCEFWindowParent (or TChromiumWindow) component when the app is minimized.

Re: Maximize software

Posted: Wed Nov 28, 2018 9:51 pm
by Laertes
Hello !

It would be TCEFWindowParent .visible: = false;

Re: Maximize software

Posted: Thu Nov 29, 2018 9:48 am
by salvadordf
That's correct.
Set the Visible property to FALSE.