Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Using Hyperlink (Read 2213 times)
Ashish
Guest


Using Hyperlink
Oct 17th, 2005 at 7:59pm
Print Post  
Hi

I use this code to create a hyperlink

objBox.Hyperlink = "http://ebrp.net"
The box style is ellipse
and I have set it's text property to some text.

It does not work.

Do I need to write some more code.
DO we have an example on this.

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Using Hyperlink
Reply #1 - Oct 18th, 2005 at 3:36am
Print Post  
Hi

Setting the Hyperlink does not change the box shape. That property is used by the HtmlBuilder class to create image maps by assigning the hyperlink to the HREF attributes of the map AREA tags. Otherwise, clicking on a box in the flowchart that has a hyperlink assigned won't automatically navigate an OBJECT-containing browser to that hyperlink. You could handle the BoxClicked event and open the hyperlink with some java code.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint