thanks in advance for the replies…. I have started to create a network topology program which works in the same way as cisco packet tracer or GNS3… I have used Python for a number of projects but using the wxPython library for the first time is proving to be a huge handful when it comes to understanding what functions to use.
The user has a variety of different buttons such as a router button, switch, host computers and server button etc when they click this button I would like the image on the button to appear in a editable area. (somthing similar to paint) The user can then move it within this area using the wxPython drag and drop function. I cant get my head around what to use for this area…. I have tryed searching in google for ‘wxPython how to create a paint program’ etc but still no luck.
Please could someone suggest how they would make this program?
Karl
Here is the excerpt from the wxpython (wxpython in action by Robin Dunn) book which shows how to use paint. Hope this helps: