Hi, i added a popup to my WiseJ, and once i click outside the popup “hides”. I want to know what is the event that handle that, i tried to give a messagebox to the LostFocus event, Me.Disappear also don’t work, am i doing something wrong?
Thanks!
Ruben
Maybe you have enabled the property AutoHide=true in the UserPopup control
This property close the control, not hide it
Here the docs
https://docs.wisej.com/api/wisej.web/containers/wisej.web.userpopup#autohide
Also I attach a little runnable sample
HTH
regards
Ruben,
you can either described to the Closed event
https://docs.wisej.com/api/wisej.web/containers/wisej.web.userpopup#closed
or use the optional onclose parameter of ShowPopup(Async)
https://docs.wisej.com/api/wisej.web/containers/wisej.web.userpopup#showpopup-x-y-onclose
Best regards
Frank
Hi Ruben
Please, can you attach a little runnable sample that reproduce the situation?
Thanks
Please login first to submit.