Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Accessing Routable interface (Read 1541 times)
Julien_Dechene
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 17
Joined: Jun 20th, 2011
Accessing Routable interface
Jun 20th, 2011 at 7:09pm
Print Post  
Hello, I declared a custom class that inherits from DiagramLink. The behavior in the ApplyRoute in the DiagramLink class does not suit exactly my needs. I would like to know if there is a way to access/override the members of the Routable interface so that I can customize the ApplyRoute to suit my needs?

Thanks,

Julien Dechêne
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Accessing Routable interface
Reply #1 - Jun 21st, 2011 at 7:41am
Print Post  
Hi,

I don't think there's a way to do that right now. We'll try to make the necessary members virtual/public for the next release, and you can make the interface and DiagramLink members public in your copy of the code for the time being. Or let me know what changes do you need and we'll try to implement them with some new properties in RoutingOptions.

Stoyan
  
Back to top
 
IP Logged
 
Julien_Dechene
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 17
Joined: Jun 20th, 2011
Re: Accessing Routable interface
Reply #2 - Jun 21st, 2011 at 1:44pm
Print Post  
Hey Stoyan, thanks for the quick answers ! I think the thing that would be interesting is to be able to really customize the behavior of the links. Thusfar, exposing members from DiagramLink to overrides would be awesome ! Thanks again,

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