im looking for a way to get a widget such as a panels device context if that is the right word. i want to get the bitmap of the panel with all its ch开发者_高级运维ild widgets so i can manipulate it i
I have been searching through for a while -how to go about making the gui for chat like window. The basic need is to show the FB wall post sort of thin开发者_JS百科g (constantly updating). (co-relatin
I made some sample code to try wxNotebook, but the new inserted pages remain completely empty. If I don\'t use a Timer or a new Thread, but insert the pages before the MainLoop, it works.
I search a python builder IDE for wxpython similar to boa con开发者_高级运维structor. any suggestions ?Well, there is wxGlade, DialogBlocks and wxDesigner, with both DialogBlocks and wxDesigner being
I\'m just wondering if there is a way of setting the focus of say a wx.TextCtrl() based on its ID rather than its name.
I want to make my GUI program top frame both vertically and horizontally aligned. wx.Frame.__init__(self, parent=None, id= -1, title=\"Test Frame\", pos=(-1, -1), size=(1280, 770), style=wx.SYSTEM_M
I\'m se开发者_C百科arching for a possibility to use wxSlider with floating point values, but cannot find any working examples. Here a subclass is proposed but I don\'t get if all methods must be re-de
I need to incorporate a small web browser in my wxPython project. I have tried out the con开发者_如何学Gotrol that ships with wxPython (wx.html module), but it sucks for me. It can\'t run java applet
I have a wxListCtrl (Actually it\'s an Obj开发者_StackOverflowectListView), set with LC_REPORT with two columns.
When I use the code below and I run the small app, the frame doesn\'t even show up and the line that says \"self._mgr.AddPane(tb4, aui.AuiPaneInfo....\" gives me a \"expected argument 3 type int\" err