When unhandled exception is handled in wxWidgets application in Windows, program shows Abort-Retry-Ignore message produced by Widgets exception handler. I want to get normal unhandled exception behavi
When using wx.TextCtl with the wx.TE_RICH2 option in windows, I get this strange bug with the auto-scroll when using the AppendText function. It scrolls so that all the text is above the visible area,
I have a wx.lib.calendar.Calendar control (not wx.lib.calendar.CalendarCtrl!). I am selecting a number of days using the following function call:
Does wx provide a handy way to get anything like this in a platform-independent way? I don\'t thinkC++ libs themselves provide anything.
I\'m writing a GUI Applikation which needs to use native Windows Controls. I\'m also using a very exotic programming language with an otherwi开发者_如何学编程se complete runtime library. This means i
Currently I\'m attempting to write my own wxObject, and I would like for the class to be based off of the wxTextCtrl class.
I have a RichTextCtrl created as follows: self.userlist = wx.richtext.RichTextCtrl(self, style=wx.TE_MULTILINE|wx.TE_READONLY|wx.HSCROLL)
I\'m looking for a way to show tooltips whenever the user hov开发者_运维问答ers the mouse on a column header of a wx.ListCtrl, is this possible?
I have a (single line) TextCtrl. The user types data into this. When they press enter, the contents of the box need to be extracted so they can be processed. I can\'t figure out how to catch enter bei
I just downloaded wxWidget source code on my snow leopard machine. The source code is the multiplatform one, so it contains windows and GTK components of wxWidget as well. I\'d like to compile the wxW