Tooltips on mouseover

Home Forums General Programming Tooltips on mouseover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #119065
    damien
    Participant
      • Topics: 15
      • Replies: 62
      • Total: 77

      Hi,
      I am more a webdesign guy and Tooltips are everywhere since 1990 🙂
      I wonder if there’s a way to display a tootip when the mouse hovers a modulator.
      I checked all the topics but it’s about the bubble on mousedrag and ctrl+click

      Let me know if you already found a way for this feature.

      thanks a lot, have a nice weekend
      Damien

      #119066
      Tedjuh
      Participant
        • Topics: 9
        • Replies: 97
        • Total: 106
        • ★★

        While Tooltip has its own class in juce, I don’t think it’s supported by Ctrlr. I found something in the look and feel class though:
        void drawTooltip (Graphics &g, const String &text, int width, int height);

        And this one:
        getTooltipBounds(const String &tipText, Point screenPos, Rectangle parentArea);

        So it seems like something of a Tooltip is possible.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘Programming’ is closed to new topics and replies.
      There is currently 0 users and 94 guests online
      No users are currently active
      Forum Statistics
      Threads: 2,495, Posts: 17,374, Members: 77,605
      Most users ever online was 12 on January 22, 2019 3:47 pm
      Ctrlr