How to resize a pfPipeWindow?

New Message Reply Date view Thread view Subject view Author view

Mario Veraart (rioj7++at++fel.tno.nl)
Mon, 8 Dec 1997 23:36:31 +0100 (MET)


Hello pfUsers,

I want to resize a pfPipeWindow during the running of a program.
For that I use

    pfPipeWindow* pw = new pfPipeWindow(pipe);
    ....
    while(sim) {
    ....
    pw->setOriginSize(0,0,sizeX,sizeY);
    pfFrame();
    ....
    }

Result is no resize of the window.
The size remains that as specified during the creation/initialisation.
If I add

    pw->config();

then nothing happens either.
I haven't defined a config callback because the default one is
sufficient.

Is there something I have done wrong?

Mario Veraart
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
            Submissions: info-performer++at++sgi.com
        Admin. requests: info-performer-request++at++sgi.com


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:56:21 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.