Mario Veraart (rioj7++at++fel.tno.nl)
Mon, 8 Dec 1997 23:36:31 +0100 (MET)
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
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:56:21 PDT