This release fixes the thread bug that KevinA discovered, and a couple other minor bugs I discovered along the way, as well as some tweaks to the demo where the background colours were not showing up because of being reset due to the XP theme-compliant code in wxNotebook.
I'd like to turn this one into a general release to get more people using it and also so I can catch up on recent developments on CVS HEAD, (with a possible 2.5.1.4 once dust settles on the wxMac changes, although 2.5.2 might make more sense...) So please give it a quick test drive and let me know if there are any show-stoppers.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Hi Robin,
i just joiined this ml so please forgive my questions if already threated..
I just would lie to know if in 2.5 iss possible to create and handle the
right context menu over the notebook tabs?
I found that in 2.4.2 using the DynamicShashWindow with a wxSTC inside
give many problems, both with scrollers and with word-wrap. Is something
changed in this sense?
I'm d/dl the new package, i will try asap
This release fixes the thread bug that KevinA discovered, and a couple
other minor bugs I discovered along the way, as well as some tweaks to
the demo where the background colours were not showing up because of
being reset due to the XP theme-compliant code in wxNotebook.
I'd like to turn this one into a general release to get more people
using it and also so I can catch up on recent developments on CVS HEAD,
(with a possible 2.5.1.4 once dust settles on the wxMac changes,
although 2.5.2 might make more sense...) So please give it a quick test
drive and let me know if there are any show-stoppers.
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
--------------------------------------------------------------------- To
unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org For
additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
Hi Robin,
i just joiined this ml so please forgive my questions if already threated..
I just would lie to know if in 2.5 iss possible to create and handle the
right context menu over the notebook tabs?
Yes. wx.Notebook has a HitTest method that will let you know which tab the mouse event happened on.
I found that in 2.4.2 using the DynamicShashWindow with a wxSTC inside
give many problems, both with scrollers and with word-wrap. Is something
changed in this sense?
Without knowing more about the problem I don't know. If it still happens with 2.5 then create and send a small sample app.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!