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
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
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