[wxPython-users] some bugs in wxPython 2.8.3.0
Robin Dunn
robin at alldunn.com
Wed Apr 11 13:29:38 PDT 2007
Erdmann Bloch wrote:
> I found some bugs in wxPython 2.8.3.0 or underlying libs
> (Ubuntu 6.10, Win98)
>
> 1.
> SetFont() does not work on wx.ComboBox, not in the internal
> textCtrl nor in the listbox. It works fine with wxPython 2.6.3.3
Please enter a "wxGTK Specific" bug report about this.
>
> 2.
> event.Veto() in a notebook.OnPageChanging() event blocks all further
> events until mouse click on current notebook tab.
> SetSelection( currentPageNumber ) is not effective as workaround.
> The problem araises in a notebook with 2 tabs.
>
> (I'm missing Enable() Disable() functions on notebook tabs with
> grayed out tab text)
This one too.
>
> 3.
> printer = wx.Printer( data )
> printer.Print( self.frame, printout, prompt=False )
> does not print anything on linux (gtk) and
> does not print anything on win98 but is poping something up for a
> fraction of a second.
This could be because there is not enough information in the print data
object for it to know how or where to print.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list