SuperToolTip doesn't provide default gradient colors
3 views
Skip to first unread message
Mears
unread,
Dec 17, 2009, 11:43:04 AM12/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxPython-users
The SuperToolTip has what I feel is a usability issue. If one is constructed with only a message, its only required parameter, it will bomb out attempting to paint itself. The issue is that the gradient colors don't get set to default values and are accessed in the OnPaint method. You can reproduce this behavior in the demo by commenting out the block of code the last conditional block in OnGenerateTip of the super tool tip demo.
Andrea Gavana
unread,
Dec 17, 2009, 12:00:19 PM12/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wxpytho...@googlegroups.com
Hi,
2009/12/17 Mears:
If you can provide a patch against the latest SVN that would be more than welcome.