[wxPython-users] Binding button even with another class

Varsha Purohit varsha.purohit at gmail.com
Thu Feb 7 14:04:09 PST 2008


I dont think even that is helping the situation...... am i not adding
something or calling them improperly ??

On Feb 7, 2008 12:57 PM, Mark Erbaugh <mark at microenh.com> wrote:

> On Thu, 2008-02-07 at 12:21 -0800, Varsha Purohit wrote:
> >         I have a simple application where there is a frame which has
> > one image and a zoomin button. when i am clicking on the zoomin button
> > it should call another class which will display another version of the
> > image saved in local copy which is zoomed. But i am not getting any
> > error but even the new image is not being displayed. can you please
> > check and tell me wher ei am doing mistake. Actually when i click
> > zoomin another window should come on top of the frame which will have
> > scrollbars and show the new zoomed image.
>
> You need to call the Show() method of the new frame.
>
>    def resizeImage(self, event):
>        panel =3D ScrolledWindow(self).Show()
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>


-- =

Varsha Purohit,
Graduate Student
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200802=
07/b7fd72f6/attachment.htm


More information about the wxpython-users mailing list