Announcement

Collapse
No announcement yet.

DialogEx cannot make DialogEx.SetFocus

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DialogEx cannot make DialogEx.SetFocus

    Hello i always noticed this issue, or maybe i dont know how to make it right.

    On my Page if it click on any Input the focus will be on that specific input.
    to remove the focus i set Page.SetFocus("")

    But its not working in DialogEx.

    if i make DialogEx.SetFocus("") the mouse cursor and focus will will in that input.
    i try to add Dialog.SetRedraw(true) but still not working as Page.SetFocus.

    Anyone can have their thought on this?

    Thanks
Working...
X