Re: trouble creating tooltips using Wx in Tk canvas

2011-07-06 Thread Kevin Walzer
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

Re: trouble creating tooltips using Wx in Tk canvas

2011-07-06 Thread Ravikanth
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

Re: trouble creating tooltips using Wx in Tk canvas

2011-07-06 Thread Ian Kelly
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

trouble creating tooltips using Wx in Tk canvas

2011-07-06 Thread Ravikanth
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