Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Maximize software

Post Reply
Laertes
Posts: 29
Joined: Fri Apr 27, 2018 1:27 pm

Maximize software

Post 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?
User avatar
salvadordf
Posts: 4079
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Maximize software

Post by salvadordf »

Hide the TCEFWindowParent (or TChromiumWindow) component when the app is minimized.
Laertes
Posts: 29
Joined: Fri Apr 27, 2018 1:27 pm

Re: Maximize software

Post by Laertes »

Hello !

It would be TCEFWindowParent .visible: = false;
User avatar
salvadordf
Posts: 4079
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Maximize software

Post by salvadordf »

That's correct.
Set the Visible property to FALSE.
Post Reply