tooltip Panel is not working on the project I'm working on.
-
I have a problem with tooltip panel. It is working fine in my old projects or new created fresh projects. but somehow it is not working on one project I'm workin on.
I have several buttons, panels with tooltips written. I create a floating tile and and select content type "tooltip panel". This is all I'm doing and it shows nothing. -
You can also make your own tooltip. This is a great tutorial by @d-healey : https://www.youtube.com/watch?v=AkgFULmU4gY
-
@orange thank you so much. I tried it and David's custom tooltip is working fine on this project.
-
@Christoph-Hart Tooltip panel not working here either, think there is a bug.
Edit: Maybe not, seems to be working in a new project, I will investigate further.
-
@d-healey said in tooltip Panel is not working on the project I'm working on.:
@Christoph-Hart Tooltip panel not working here either, think there is a bug.
Edit: Maybe not, seems to be working in a new project, I will investigate further.
Did you figure anything out yet? My tooltips stopped working as well.
Works on new projects though -
@Dan-Korneff No I don't know what's causing the issue
-
@d-healey gonna track it down now.
-
@Christoph-Hart @d-healey The commit on July 19 breaks tooltip panels.
-
@Dan-Korneff said in tooltip Panel is not working on the project I'm working on.:
@Christoph-Hart @d-healey The commit on July 19 breaks tooltip panels.
Open an new issue - https://github.com/christophhart/HISE/issues
-
-
@Christoph-Hart Any chance this can get on your radar?
-
@Christoph-Hart Friendly bump. Any ideas? Or do I have to rebuild this project to make it work?
-
@Dan-Korneff Use a custom one, it's easy to do and more flexible. But Christoph should still fix it because old projects are broken.
-
@d-healey @Dan-Korneff @Christoph-Hart Bumping this up again.
I'd prefer not to have to rebuild our entire tooltip system from scratch as it will take a gargantuan amount of time to reconfigure so many sliders and controls. Could we get a fix for this please?
-
@Casey-Kolb For a custom system you don't need to rebuild anything. You just drop a panel in and set up a paint routine and timer - I think Christoph posted a version somewhere that works without a timer.
-
@d-healey Struggling to find it. Do you have a link?
-
@d-healey actually this one might work: https://docs.hise.audio/scripting/scripting-api/content/index.html#getcurrenttooltip
-
This is Christoph's: https://forum.hise.audio/topic/7083/position-based-on-mousecursor/5
I also made a video about how to do it with a timer (but I'd use Christoph's method now):