Jump to content

Recommended Posts

Posted

I am testing the MainModule BrowserClose event and it works correctly when I close the browser or a browser tab that my application has, in Mozilla Firefox and Internet Explorer browsers, but not in Google Chrome (Version 80.0.3987.132 (Official Build) (64 bits)). In the case of Google Chrome apparently the event does not run. This using Unigui version 1.90.0.1520 with paid license.

Posted
8 hours ago, cmsotomayor said:

I am testing the MainModule BrowserClose event and it works correctly when I close the browser or a browser tab that my application has, in Mozilla Firefox and Internet Explorer browsers, but not in Google Chrome (Version 80.0.3987.132 (Official Build) (64 bits)). In the case of Google Chrome apparently the event does not run. This using Unigui version 1.90.0.1520 with paid license.

Hello,

We will check it, but seems the problem is in Chrome.

Posted
14 hours ago, cmsotomayor said:

when you can try it I would like you to give me a refund to confirm if it is a problem of Unigui or Google Chrome.

We will try to fix it in the next build...

  • 2 months later...
Posted

I have the same problems. Event OnBrowserClose is not fired. Also TerminateOnBrowserClose doesn't work.
I'm using UniGUI 1.50.0.1481.

- Microsoft Internet Explorer 11.836.18362.0 -> WORK
- Microsoft Edge 83.0.478.37 -> NOT WORK
- Google Chrome 83.0.4103.61 -> NOT WORK

Posted
3 minutes ago, Bocchi said:

At this moment I can't install the latest build. Is there any workaround I can use to solve this problem?

Can you make a simple app to reproduce this issue?

Posted
2 hours ago, Bocchi said:

Is there any workaround I can use to solve this problem?

In fact, what would you like to do in this event?

You wouldn't use such code, would you?:

procedure TUniMainModule.UniGUIMainModuleBrowserClose(Sender: TObject);
begin
  raise Exception.Create('UniGUIMainModuleBrowserClose');
end;

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...