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?
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
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Maximize software
Hide the TCEFWindowParent (or TChromiumWindow) component when the app is minimized.
Re: Maximize software
Hello !
It would be TCEFWindowParent .visible: = false;
It would be TCEFWindowParent .visible: = false;
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Maximize software
That's correct.
Set the Visible property to FALSE.
Set the Visible property to FALSE.