Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to Hide ToolTip in Java Applet? (Read 2997 times)
khurramdbg
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Mar 29th, 2010
How to Hide ToolTip in Java Applet?
Apr 6th, 2010 at 5:58am
Print Post  
I want to hide the tooltip in java applet. any help.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to Hide ToolTip in Java Applet?
Reply #1 - Apr 6th, 2010 at 8:28am
Print Post  
Do you mean you need to set items' ToolTip values without showing them?
  
Back to top
 
IP Logged
 
khurramdbg
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Mar 29th, 2010
Re: How to Hide ToolTip in Java Applet?
Reply #2 - Apr 6th, 2010 at 9:03am
Print Post  
i have some value in tooltip but i donot want to show them
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to Hide ToolTip in Java Applet?
Reply #3 - Apr 6th, 2010 at 10:13am
Print Post  
We'll add a ShowTooltips property in the next few days.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to Hide ToolTip in Java Applet?
Reply #4 - Apr 11th, 2010 at 2:19pm
Print Post  
With this version you can call applet.getDiagramView().setShowToolTips(false) from the AppletStarted event to hide the tooltips:
https://mindfusion.eu/_beta/applet_showtooltips.zip

We'll add a server side property for the released version.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint