Popup Lost Focus

Answered
0
0

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!

  • You must to post comments
Best Answer
0
0

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

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Hi Ruben

Please, can you attach a little runnable sample that reproduce the situation?
Thanks

  • ruben ribeiro
    Can’t, it’s a big project. I just need to know if there is any event for that. I tried LostFocus and also tried the Disappear event.
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.