I recently noticed that bug, too… but i actually found it favourable, as i wanted to display a different tip for the slider and the label…
a base-level fix probably won’t break this for me, tho.
No help here?
None of the Tooltips work in JUCE SVN v1.47. I tested with Jucer-generated- and handmade-code. But no Tooltips occur. But in Testing Component of Jucer it works… :?:
m_stretchSlider->setTooltip (T("drag to time stretch"));
playButton = new TextButton (T("play"),T("click here to play the current audio file")));
Why don´t they work anymore? Or did I mess up anything?
Thanks!
When setting parentcomponent to desktop, it works like a charm.
Is it new, that setting a TooltipWindow is a precondition?
Problem 1: When moving the mouse along over a button without leaving it, the tooltip disappears.
Problem 2: Whenn setting e.g. a Button or a Slider as parentcomponent, the tooltip is broken and shown only a part of it. Strangely when holding over neighbours component
That’s just the logic it uses. I guess it could be tweaked, but seems fine to me
Er, right, so you put a component inside a button and you’re asking why it’s only showing up inside the button?.. I think you need to spend a bit more time thinking about some of these questions before you post them!
hm… maybe then I´ve overseen it in Jucer´s Code. I guess it must have been added in another Component, on top of mine.
:oops: You sound logical. Ok, I misinterpreted the first parameter, despite of its name: I was too quick and thought, this would be the component, for which this Tooltip should appear only.