Re: wxpython and zoom/pan image

2009-05-24 Thread edexter
On May 24, 8:57 am, "Barak, Ron" wrote: >  Hi Ross, > You probably would get more focused answers if you addressed the question to > the wxPython list at wxpython-us...@lists.wxwidgets.org > As for your question, seeing your (simplified) code might help: out of hand, > what you want to do is cat

RE: wxpython and zoom/pan image

2009-05-24 Thread Barak, Ron
Hi Ross, You probably would get more focused answers if you addressed the question to the wxPython list at wxpython-us...@lists.wxwidgets.org As for your question, seeing your (simplified) code might help: out of hand, what you want to do is catch the events you're interested in (e.g., double-l

Re: wxpython and zoom/pan image

2009-05-23 Thread Dave Angel
rzzzwil...@gmail.com wrote: Hi, I've googled for this, but can only find things like openlayers that is a web-based javascript solution. I need to display an image at various zoom levels and want to allow the user to pan around in the Google maps style, that is, left-click hold and drag. The c