Application not responding
Posted: Mon May 08, 2017 10:31 pm
Hi again...
How do you kill a chromium process at runtime?
I'm running the chromium and depending on what come in html in LoadEnd, I end the application but sometimes hangs ...
https://drive.google.com/open?id=0B_88E ... HV4eFljZ1E
To close the application at runtime I do:
Chromium1.CloseBrowser(True);
Close;
I already tried to Application.Terminate or ExitProcess(Self.Handle), ometimes close correct sometimes the application hangs.
OS: Sorry for my English
Thanks.
How do you kill a chromium process at runtime?
I'm running the chromium and depending on what come in html in LoadEnd, I end the application but sometimes hangs ...
https://drive.google.com/open?id=0B_88E ... HV4eFljZ1E
To close the application at runtime I do:
Chromium1.CloseBrowser(True);
Close;
I already tried to Application.Terminate or ExitProcess(Self.Handle), ometimes close correct sometimes the application hangs.
OS: Sorry for my English

Thanks.