From: Marcin Romaszewicz (marcin++at++asmodean.engr.sgi.com)
Date: 07/11/2000 11:54:04
When Performer brings up its window, it should appear on top of all the
other windows on the screen. If it doesn't, then the window manager that
you are using is probably the cause of it. Make sure that your window
manager is configured to allow new windows to appear on top of old ones.
If that's not the problem, you can call XRaiseWindow in libX11 to raise
the performer window.
It works like this:
pfWSConnection display = pfGetCurWSConnection();
pfWSWindow w = [pfWindow or pfPipeWindow instance]->getWSWindow();
XRaiseWindow(display, w);
-- Marcin
On Tue, 11 Jul 2000, Pawel Rozwadowski wrote:
> Hi,
> How can I set Performer window allways on top ?
>
> Thanks.
>
> -----------------------------------------------------------------------
> List Archives, FAQ, FTP: http://www.sgi.com/software/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>
This archive was generated by hypermail 2b29 : Tue Jul 11 2000 - 11:54:15 PDT