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@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 anyerror 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 havescrollbars and show the new zoomed image.
You need to call the Show() method of the new frame.
def resizeImage(self, event): panel = ScrolledWindow(self).Show()
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
–
Varsha Purohit,
Graduate Student