On 7/6/11 3:35 PM, Ravikanth wrote:
As it says, you haven't created the wx.App object necessary for pretty
much all wxPython code. You could create one, but your tooltip still
would not work correctly because you would be running the Tkinter
event loop rather than the wxPython event loop. If y
On Jul 6, 1:32 pm, Ian Kelly wrote:
> On Wed, Jul 6, 2011 at 9:12 AM, Ravikanth wrote:
> > Hi all,
> > Hi all,
>
> > I am having a trouble creating tooltips. I am trying to embed a
> > matplotlib graph inside a TkInter canvas. After some search over the
> > net, I found out a way to create toolt
On Wed, Jul 6, 2011 at 9:12 AM, Ravikanth wrote:
> Hi all,
> Hi all,
>
> I am having a trouble creating tooltips. I am trying to embed a
> matplotlib graph inside a TkInter canvas. After some search over the
> net, I found out a way to create tooltips using the WXbackend.
> But when I embed my ma
Hi all,
Hi all,
I am having a trouble creating tooltips. I am trying to embed a
matplotlib graph inside a TkInter canvas. After some search over the
net, I found out a way to create tooltips using the WXbackend.
But when I embed my matplotlib figure inside a Tk and the tooltips
are not getting d