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.
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.