Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tooltip for box/arrow in web application (Read 2105 times)
manas
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 13
Joined: May 16th, 2006
Tooltip for box/arrow in web application
May 16th, 2006 at 11:24am
Print Post  
We have a web application which uses webchart.net.dll. We want tooltip for boxes and arrows.

rootNode = fc.CreateBox(250, 250, 80, 50);
rootNode.ToolTip = "aaaaa";

This doesnt work.
Any help appreciated
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tooltip for box/arrow in web application
Reply #1 - May 16th, 2006 at 12:22pm
Print Post  
The HtmlBuilder creates ALT attributes for the Tooltip property values. That seems to work fine in IE but not in Firefox. Probably Firefox does not display tooltips for the ALT tags or for image map areas, we'll investigate that.

Stoyan
  
Back to top
 
IP Logged
 
manas
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 13
Joined: May 16th, 2006
Re: Tooltip for box/arrow in web application
Reply #2 - May 17th, 2006 at 2:56am
Print Post  
We are using IE, but still the tooltip is not visible. It is only visible if we give a hyperlink to the box.

Without hyperlink how is the tooltip visible for boxes?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Tooltip for box/arrow in web application
Reply #3 - May 17th, 2006 at 6:31am
Print Post  
There aren't AREA tags generated for boxes if their Hyperlink is not set. Try setting the hyperlink to "javascript: void (0)". That will generate image map areas but prevent opening another page in the browser if boxes are clicked.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint