Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4133
ToolTip Displays Twice On ButtonsLeft Collection
posted

I am trying to show tooltips and I am using the MouseEnterElement and MouseLeaveElement events to do so.  I have button in my combo in the ButtonsLeft collection.  The problem I am having is that I am getting tooltips twice:  once when the mouse enters the combo and once when it enters the button UIelement.  Is there a way to tell when I enter the Button that I can get to the tooltip on the combo itself and remove it?

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    There's not really enough information here to go on. How are you showing the tooltips? Are you using the inbox tooltips or the UltraToolTipManager?

    What is your code doing exactly?

    Can you post a small sample project demonstrating the behavior you are getting so we can check it out?

Children