Re: Dynamic Object

2005-10-31 Thread John Cupitt
On 10/31/05, Kranz, Willi [EMAIL PROTECTED] wrote: I have to create ca. 50 Objects in an application. Each Object has 2 Eventboxes, 2 Labes and a Pixmap and 2 or 3 callback-functions. Or what is the best way to solve this problem. If your object is simple, you can just write a function to

Dynamic Object

2005-10-30 Thread Kranz, Willi
Hallo all! I have to create ca. 50 Objects in an application. Each Object has 2 Eventboxes, 2 Labes and a Pixmap and 2 or 3 callback-functions. It is possible to make such Object and to create it perhaps with objectPTR = new SuperObject(). Or what is the best way to solve this