swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swarm-1.0.5 , swarmapps-1.0.2 aok on hpux (one minor make glitch)


From: Marcus G. Daniels
Subject: Re: swarm-1.0.5 , swarmapps-1.0.2 aok on hpux (one minor make glitch)
Date: 17 Jan 1998 10:09:11 -0800

>>>>> "DJG" == David J Groom <address@hidden> writes:

DJG> Will the new version of swarm require any changes to my code?

Only if you modified your code to save window geometry (for 1.0.4).

Now, instead of:

   [myWidget setWindowGeometryRecordName: "myWidget"];
   [observerSwarm setControlPanelWindowGeometryRecordName: "controlPanel"];
   [myGraph setGraphWindowGeometryRecordName:  "myGraph"];

you say:

   SET_WINDOW_GEOMETRY_RECORD_NAME (myWidget);
   SET_WINDOW_GEOMETRY_RECORD_NAME (observerSwarm);
   SET_WINDOW_GEOMETRY_RECORD_NAME (myGraph);

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]