Re: How can I use CommandLine?
Posted: Wed Aug 09, 2017 12:35 pm
I had the same requirement
Use GlobalCEFApp.AddCustomCommandLine instead of procedure OnBeforeCommandLine:
GlobalCEFApp.AddCustomCommandLine('--use-fake-ui-for-media-stream', ''));
GlobalCEFApp.AddCustomCommandLine('--enable-media-stream', ''));
GlobalCEFApp.AddCustomCommandLine('--disable-notifications', ''));
Kinkdly regards
Andreas Michelberger
Use GlobalCEFApp.AddCustomCommandLine instead of procedure OnBeforeCommandLine:
GlobalCEFApp.AddCustomCommandLine('--use-fake-ui-for-media-stream', ''));
GlobalCEFApp.AddCustomCommandLine('--enable-media-stream', ''));
GlobalCEFApp.AddCustomCommandLine('--disable-notifications', ''));
Kinkdly regards
Andreas Michelberger