[wxPython] visual python

Hi,

I would like to do something like visual basic tool concept like drag button on tools properties to create button on canvas or panel…this is better to do because we can make a scaling on window.

I’m having problem to using wxPoint,wxSize in self to scale the window…because i must always to run and make changing it.

Anybody have any idea how should i do…using openglcanvas or else??..

If there any demo on how to create this method…can attach to me because i would like to develop this application for all wxpython user… so they don’t have to write code wxButton(self,id,string)… just drag an drop and programme will write wxButton class.

As the user they just writing some command method how this button should work…

Irwan Azam

ISP TMM

System Developer

I would like to do something like visual basic tool concept like
drag button on tools properties to create button on canvas or
panel..this is better to do because we can make a scaling on window.

There is a project currently underway that is doing such a thing. It is
called Boa Constructor and you can get more info at
http://boa-constructor.sourceforge.net/

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!