Announcement

Collapse
No announcement yet.

Another question about window.bringtofront

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

  • Another question about window.bringtofront

    Something is not working right with the windows.

    This is the situation: I have 2 applications (I call them modules) running and a main app to call them. Modules have the same size (LxW) and they appear at the same location.

    One of them is a music player and another one is a video player. Once a playlist is loaded into the music player or video player or both, I can no longer bring them to the front.

    I normally do this: find the window and bring it to front.

    eg.

    window.find(videoplayer)
    window.bringtofront(videoplayer)

    same thing goes for music player.
Working...
X