Cloning controls

I have a number of controls on a panel. I would like to clone the all of
the controls multiple times by the user clicking a button. Is there an
easy way to do this? I've looked for some kind of clone function, but
there doesnt seem to be one. Is OOR the way to go about this?

Thanks
Stephen Emslie

stephen r emslie wrote:

I have a number of controls on a panel. I would like to clone the all of
the controls multiple times by the user clicking a button. Is there an
easy way to do this? I've looked for some kind of clone function, but
there doesnt seem to be one. Is OOR the way to go about this?

There is no clone or similar, you'll need to recreate them yourself.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!