Hi,

I have the following problem:
I am developing a GUI system that will be used on a multi head system (4 screens) (oh, SUSE 10.1)
The problem I have is, that I have a modal dialog that I have to show, and it needs to be shown above the main widget.
The thing is, that if I start the main widget on screen 1 for example, the dialog will pop up on screen 0.
It will always popup on screen 0.
In order to see if I can do something about it, I started by retrieving the screen number of the main widget.
And no matter on which screen I start it, it returns that its on screen 0.
numScreens() returns 2 however (at the moment I am working on a dual head system)....

I thought that it will be enough to have the dialog child of the main widget, but its not.

Any ideas how can I force my modal dialog to popup on the same screen as my main widget?

Thanks.