Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Request focus with multiple modeless Windows

    smartgwt-3.1d

    If you look at the attachment, I'm displaying multiple modeless Window(s). I'd like to be able programatically to change the focus from Window to another, i.e., the focused Window is in front. I tried Window.focus() but it didn't see to do anything.

    Thanks.
    Attached Files
    Last edited by sbusch; 25 Sep 2012, 10:21.

    #2
    Try bringToFront() before attempting to apply focus. An attempt to apply focus on a widget that is masked by another widget would be ignored.

    Comment


      #3
      Fantastic - thank you.

      Comment

      Working...
      X