Hi All,
I am working in servoy 5.2.11 . I am using application.showFormInDialog() . It is working fine in windows . But in mac machine it is not working properly . In the dialog , I am loading the video in the browser bean of browser suite plugin . It is not showing anything . but it is working perfectly in windows. Please provide some feedback on this.
Thanks in advance . Waiting for your feedback.
Hi All,
I would like to share some more informations . When I am using application.showFormInWindow , it is working fine for the first time when the form is shown . But it is showing the same problem for next time onwards . And I am loading the browser bean with an amazon URL.
Hi Ashutos,
Using the browser suite in a FID is not (really) supported on Mac.
See https://www.servoyforge.net/issues/421
It’s essentially a Mac Java issue.
Hi Robert,
Is there any other way around in which we can achieve this ? .
Thanks in advance .Waiting for your feedback.
Hi Ashutos,
The issue is with the modal dialog so if you can use a non-modal dialog then you are fine.
But if you need to have some modality to prevent users to click away from it then you need to take care of that yourself by setting the enable flag on underlying forms to false.
Or if you don’t want to use a dialog you could use a tabpanel as a frame in the main window and disable the editing of the main form(s) while this tabpanel with the browser-suite component is visible.
Hope this helps.