wxpython
Insert date from wxdatepickerctrl to database
self.dateEntry = wx.GenericDatePickerCtrl(self, -1, size=(120,20), pos=(90,185), style = wx.TAB_TRAVERSAL[详细]
2023-03-31 07:44 分类:问答Debugging wxpython on Eclipse
I am trying to find out how can I debug a wxpython project in Eclipse. Do I need to install a external debugger (开发者_JAVA百科which one?) or can I do this with the Eclipse build-in debugger?Install[详细]
2023-03-30 14:28 分类:问答How to install wxPython using virtualenv
I am trying to begin a new python GUI application and I have decided to use wxPython as GUI because I want a multi-platform one.[详细]
2023-03-30 03:58 分类:问答Allow a wxPanel dervied object to accept focus
I\'m using matplotlib to generate charts and displaying these in a WxPython based frontend using FigureCanvasWxAgg object (from matplotlib) which is derived from WxPane开发者_如何学Cl.[详细]
2023-03-29 23:42 分类:问答wxWidgets calculating incorrect frame size
I need to make small wxWidgets (wxPyt开发者_StackOverflow社区hon) frame, which contains only toolbar and menubar and is just enough big to contain them. When I run code below, it creates a frame but i[详细]
2023-03-29 16:58 分类:问答wxPython - adding space around a GridBagSizer on a Panel
I have a GridBagSizer (controls) that is placed on a Panel (ctrlPanel) and fitted to it using controls.Fit(ctrlPanel)[详细]
2023-03-29 08:23 分类:问答wxPython: Disable a Panel from a different panel
I have multiple panels in my app, that reside in a wx.Notebook.For sake of illustration, let\'s assume I have a panel called LaunchPanel in a file called launchTab, and a panel called ScanPanel in a f[详细]
2023-03-29 06:15 分类:问答Why is MenuBar item delayed in wxPython in Windows, while instant in OS X?
Please refer to the stripped down example script below. When I run this in OS X the menubar behaves exactly like you\'d expect it to. In Windows however there is a noticeable lag (~4s on my2GHz Core 2[详细]
2023-03-29 04:33 分类:问答Nonblocking redirection of output from multiprocess process
I asked a question yesterday about a problem with a program I\'m writing in Python ( Passing wxPython objects as multiprocessor arguments ). I managed to solve that problem by using a multiprocess pro[详细]
2023-03-29 03:58 分类:问答Modifiers for HyperlinkEvent?
开发者_开发问答I\'ve got a wxPython application where I\'m using an AuiNotebook, and HyperlinkCtrl widgets, to present the user with an interface sort of like tabbed web browsing.[详细]
2023-03-29 03:00 分类:问答