In my application I want a search box, probably like the one provided by wx.SearchCtrl, with the search button and the cancel button included. I also want to know when the user presses Up or Down, so
I have a figure canvas in a ScrolledPanel in a Panel. I want to change the size of the figure canvas. E.g.
I am following the Getting started with wxPython tutorial, to this part. What is control in the following line? I have searched in the Frame class reference and googled for a 开发者_如何学Cwhile but s
I am not sure where to even begin describing the issue I\'m having. I have a project which uses a large number of images.Toolbars, Menus, Lists, etc.I\'m developing in Eclipse with PyDev.I\'m able to
I\'m using this control but I can\'t to handle control click (and others events). This is my code: class BoExplorerPanel(wx.Panel):
Does anyone know of an example / tutorial of one? I want to control the x-min and x-max values of an xy plot (for 开发者_如何学编程mpl) using mouse clicks / drag & drop in wxPython-
I want to be able to embedd a panel (with size A4, A5, A6 custom etc) in a scrollable a page with a drop-shaddow, similar to how visio or ms word displays.
there are some people? i开发者_JS百科 have some question about wxpython , can i use panel without a frame?The simple answer is \"no\". The panel is not a TopLevelWindow. Top level windows are Frames
im using wxpython 2.8 ansi with python 2.6 ,and richtext class seems to not exist as an error message prompts that wx module does not contain richtext attribute, i\'ve searched the web but couldn\'t f
HI, guys, I am developing a GUI with python 2.4.3 and wxpython. Everything works fine except when I exit main program(close the main window of GUI). The wierd thing is that sometimes there is such e