swarm-support
[Top][All Lists]
Advanced

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

positioning the control panel window


From: Rick Riolo
Subject: positioning the control panel window
Date: Thu, 18 Sep 1997 13:03:27 -0400 (EDT)

well, I did add the getTopLevel and now I can position probes.
that was easy (if not nice in that I have to patch the incoming swarm 
sources).

I left what I thought would be easy to last, ie, positioning
the control panel.  
I believe the ControlPanel has a instance variable 
   ButtonPanel *panel
and it already has a -(ButtonPanel *) getPanel method.
ButtonPanel is subclassed off Widget, so I figured I could do:

   [[controlPanel getPanel] setPostionX: controlXLoc Y: controlYLoc];

But no go, I get:

  error: ButtonPanel (instance)
  ButtonPanel does not recognize setPostionX:Y:

Where am I going wrong here?
Thanks!
 - r

Rick Riolo                           address@hidden
Program for Study of Complex Systems (PSCS)
4068 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 313 763 3323                  Fax: 313 763 9267
http://pscs.physics.lsa.umich.edu/PEOPLE/rlr-home.html
http://pscs.physics.lsa.umich.edu//pscs.html


                  ==================================
   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]