ToolTip Not Showing Hise Master Branch
- 
 Tool tip not Showing after trying the @d-healey video method.. here is my code..nothing fancy showed by david. namespace toolTip { const var toolTipPnl = Content.getComponent("toolTipPnl"); toolTipPnl.setPaintRoutine(function(g) { var t= Content.getCurrentTooltip(); g.setColour(Colours.whitesmoke); g.drawAlignedText(t, [0,0,this.getWidth(),this.getHeight()], "left"); }); toolTipPnl.setMouseCallback(function() { this.repaint(); }); toolTipPnl.startTimer(50); }
- 
 @DabDab Got a snippet? 
- 
 @d-healey Here is my snippet.. hope snippet will work. my snippets sometimes behave weird :) HiseSnippet 854.3ocsU01aSjCD1NsKhDNPfD+.V0OsUJzaCucmDBAzzVHhqsQjb.RHDxcWmrV0q8J6YaaDp+m4e.Ld8ltoWiJPjt8CIdd0Od7LOdnQmvsVsgPaOdVAmP+ifQyTPV+LlPQFrCgdmf8YVfaB8p1dVAyZ4oDJcsW6TPauNo56auXaljoR3MpHj2qEI7+QjKfFsCe4aER4drT9XQ9Bd+3WNHQq5qk5RDOqEDSJXIGylxOf4bqU.gdicSEf1LBX.2h9rsNc1nL8oJu+uWXEGI4NgdjQXh7pI8yDxzgyOqVBgt9vlS9Z9S98C1WjJtPeSE3tUFBahXwZ.s00Aod+FPht.jV2Co6ELJwHJfFKN7bqfAJ7BYBCK0KBEuujV+Yqf9ZzCErUN6X9dFT3hHhdZbb2P7mMeVGEVWsXMlGBZsbrnnyW6ztCdGXgvSXl4ZGpjgOObdJmxg957BsBEh1n2U2prN4473MiNKiFNTv9tTk8dRmtbUUIfPqhltoaa7avkSaowfKGi4.DEQX9ZGN0kGeKQj+O6VmlIvRct9XdsKoF1ouRJlp3oi4mAQP2vOE2MtKjIrtD+AQJjEs4ExugKllAQa94tgaH4S.GzO+pveecok2mIkGgsgM32C+pbY3EtiXzxhGXFv0eahdhqV2474IHTqNPC7CqyTmy6D9eMMYxRs4pUFsTh4bYl8610DXjpL+HtoKV6kk7KbDa2tbO7M905gS7WcK3nVMPIfCK30x6okotdS25q1wSpu6wU+6fcX.yMDTqC8qfa.gCNzc3mfrH9Qh1A6vsGC5hJeq6CQHCUVu87AFlhKIhTGeVykB4LBMfhaCYlawTbwotVCmfgRHYU8ENoyp3otx7HxDnSKkL3xzCNdvZCX89Ryjt4NkU.yVjm72fyH9Z4L9Ug38BFJfjrkiwVKAi3Mw+GXrlo81A6NYBOAZ.35A68wUkV8mr8d9mo6y.ivc+ePY9HjFIgi6tB6Rrt66VttQubrS1UAFwUoUBeG+pM1yISqM1atQRNKwn+RheJywkeyJMHlTUOc0FeCEkC6Qpl7v3Bh2JljiOq7kjD2w+A3.xxi4gqPLOZEh4wqPLOYEh4oqPL+0JDyeesw3dQ+UkfN2ONfJFtaEEDktqhgcVUcgjeDgnIRC
- 
 @DabDab said in ToolTip Not Showing Hise Master Branch: @d-healey Here is my snippet.. hope snippet will work. my snippets sometimes behave weird :) You have a talent for making broken snippets, how do you do it? 
- 
 @d-healey [RecHise.mp4]RecHise.zip .. Please have a look. 
- 
 @DabDab Well I see nothing wrong with that. Does the snippet work for you? 
- 
 @d-healey No.  I get trouble while loading someone's snippets too. 
- 
 @DabDab Are you using a clipboard manager app? 
- 
 @d-healey No.... 
 I only use HISE and VS 2022
- 
 Well the only thing I'm seeing in the code you posted is you don't have a timer callback. 
- 
 @d-healey I followed your YT Video Custom tooltip. may be I missed some of your coding stuffs. 
- 
 @DabDab said in ToolTip Not Showing Hise Master Branch: @d-healey may be I missed some of your coding stuffs. I think so. And you added a mouse callback which I didn't. I think this was meant to be your timer callback. 
- 
 @d-healey Ok.. I am rectifying once done will get back to you. 
- 
 @d-healey Superb Now it is working. I missed Timer Callback.Now my default ToolTip (Floating tile) not working...  
- 
 @DabDab I think the default one broke a while ago. I seem to remember some threads about it. 
- 
 @d-healey Ok. Then no problem. Thank you for uploading such videos. You are a gem. (y) 
- 
 @d-healey said in ToolTip Not Showing Hise Master Branch: @DabDab I think the default one broke a while ago. I seem to remember some threads about it. 
 It`s workin fine here, develop branch
- 
 @ulrik Oh, then it's another problem. But the custom one is better anyway :) 


