Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tool tip on hover everytime (Read 2403 times)
liza
Full Member
***
Offline


I Love MindFusion!

Posts: 132
Joined: Apr 25th, 2019
Tool tip on hover everytime
Jul 31st, 2019 at 8:36am
Print Post  
Hi, I want to add a tool tip
this time I am using root.setTooltip() but it is not working for me. please help
  
Back to top
AIM  
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Re: Tool tip on hover everytime
Reply #1 - Jul 31st, 2019 at 10:39am
Print Post  
Hi,

Tooltips work in our test, setting them both from server and client sides. Please attach a test project showing how that's not working for you.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
liza
Full Member
***
Offline


I Love MindFusion!

Posts: 132
Joined: Apr 25th, 2019
Re: Tool tip on hover everytime
Reply #2 - Aug 1st, 2019 at 12:07pm
Print Post  
Following is my code
var root = diagram.getFactory().createShapeNode(bounds1);
            root.setShape("Ellipse");
            root.setBrush("yellow");            
            root.setText(workflowname);
            root.setTooltip("Add step");
it display for a few seconds and then never  come back
  
Back to top
AIM  
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Re: Tool tip on hover everytime
Reply #3 - Aug 1st, 2019 at 1:13pm
Print Post  
Tooltips work as expected in our test project, staying on screen until the mouse moves and appearing when you point the node again. This might depend on the surrounding html or some event handlers of yours, please attach a sample project that reproduces the problem.
  
Back to top
 
IP Logged
 
liza
Full Member
***
Offline


I Love MindFusion!

Posts: 132
Joined: Apr 25th, 2019
Re: Tool tip on hover everytime
Reply #4 - Aug 2nd, 2019 at 4:37am
Print Post  
It is working now.
Thanks
  
Back to top
AIM  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint