Re: [wxlua-users] Trouble with ToolTips.

2009-05-05 Thread lostgallifreyan
John Labenski wrote: (04/05/2009 22:15) >On Thu, Apr 30, 2009 at 9:55 AM, lostgallifreyan > wrote: >> Any advice about this one? > >Sorry, no. I have only used the wxWindow function SetToolTip("Some string tip") > Ok. It does work the other way too, your suggestion works, see below... >> I'm n

Re: [wxlua-users] Trouble with ToolTips.

2009-05-04 Thread John Labenski
On Thu, Apr 30, 2009 at 9:55 AM, lostgallifreyan wrote: > Any advice about this one? Sorry, no. I have only used the wxWindow function SetToolTip("Some string tip") > First, I tried making a tooltip as specified on the wx.chm page for wxToolTip > as follows, and played with that a bit... > > fu

[wxlua-users] Trouble with ToolTips.

2009-04-30 Thread lostgallifreyan
Any advice about this one? First, I tried making a tooltip as specified on the wx.chm page for wxToolTip as follows, and played with that a bit... function Main() local XX=wx.wxToolTip("xcv") XX:SetTip("Zoodle\nWurdle") print(XX:GetTip()) --prints "Zoodle" and on new line, "Wurdle" pr