I see that the onHide event on a form in dialog is not honored if the FID is in find mode, is this expected behavior?
I’m using a FID to show a dedicated search form and I’d really like to prevent the user from closing the dialog using the window close button but without the onHide event this is not possible.
Could it be fixed/implemented?
Hi Nicola,
I haven’t tested this but what happens when you add a comment with controller.search() in it?
So just this:
//controller.search()
Servoy checks for methods that have that string in them when in find mode and allows these to run. Works for buttons, don’t know if this also applies to form events.
Try it
I forgot to mention it, I already use //controller.search(), it’s just that the event is not honored.
do make a case for this so that we will look at it.
Created the case 198717.