Every 5 seconds I call LoadURL (CefGetDataURI (and if the program is not active constantly blinks on the taskbar at the time of loading LoadURL (CefGetDataURI (.
WasHidden(True); does not help or should not I do not understand something.
How can I avoid this?
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.
Taskbar
Re: Taskbar
So how do I disable the taskbar?
It doesn't work
It doesn't work
Only through a crutch using FlashWindowEx for the main form, but this is somehow not correct.FDefaultWindowInfoExStyle := WS_EX_NOACTIVATE;

- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Taskbar
You can try hiding the form on the taskbar.
Search "delphi hide form on taskbar" on google and you will see several ways to do it.
Try this :
https://stackoverflow.com/questions/118 ... and-alttab
Search "delphi hide form on taskbar" on google and you will see several ways to do it.
Try this :
https://stackoverflow.com/questions/118 ... and-alttab
Re: Taskbar
Hiding is not an option at all( In the browser, something like a screensaver with updated data offline, but because of the constant call LoadURL occurs flashing on the taskbar.
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Taskbar
Can you reproduce this issue with a demo?
What operating system do you use?
What operating system do you use?
Re: Taskbar
It's not difficultsalvadordf wrote: Tue Jul 07, 2020 12:02 pm Can you reproduce this issue with a demo?
What operating system do you use?
Code: Select all
procedure TMiniBrowserFrm.Timer2Timer(Sender: TObject);
begin
Chromium1.Browser.MainFrame.LoadURL(CefGetDataURI('<p>bla-bla-bla-bla-bla</p>', 'text/html'));
end;
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Taskbar
This is a known CEF issue. Read this for more details :
https://bitbucket.org/chromiumembedded/ ... ser-window
https://bitbucket.org/chromiumembedded/ ... ser-window