From: Bruce S. <bas...@un...> - 2002-08-02 02:09:03
|
There isn't a way in Visual to move an existing object into a frame. You have to create the object in the desired frame. So your "3" has to come first, I believe. This is true for Visual's built-in objects, and would be true for yours as well, presumably. Bruce Sherwood ----- Original Message ----- From: "IVES,THOM (HP-Boise,ex1)" <tho...@hp...> To: "Visual Python Users (E-mail)" <vis...@li...> Sent: Thursday, August 01, 2002 2:40 PM Subject: [Visualpython-users] Frames in User Created Classes... > Does anyone have experience with the following: > > 1) You have created a new class for visual python using faces to draw new > shaped objects. > > 2) You write a program that creates several instances of these objects. > > 3) You now want to add all of these instances to a common frame. > > How do you set up the classes in 1) such that the objects in 2) will all be > part of this same frame proposed in 3)? > > Thom > > Thom Ives > Work: HP, PSB, 11413 Chinden Blvd. MS 400, Boise, ID 83714 > Voice: (208) 396-6880, Fax: (413) 332-6558 > E-mail: tho...@hp... > Home: 5556 N Columbine Pl., Boise, ID 83713 > Voice: (208) 938-9357 > E-mail: tw...@bi... > > > |