Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic After setting controlpoints, ....... (Read 2441 times)
Link
Guest


After setting controlpoints, .......
Feb 7th, 2006 at 11:08am
Print Post  
because I want to display arrow like:

      ______
     |
-----+--------
     |______
     
After setting control points, when I moved the box (with mouse) those arrow will change their display with a very strange way.... I can't discribe it, do I need to send u those pictures?

I can't figure out what's wrong.

Any suggestion will be good, thanks a lot.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3248
Joined: Oct 19th, 2005
Re: After setting controlpoints, .......
Reply #1 - Feb 7th, 2006 at 11:46am
Print Post  
I can guess what's wrong if these arrows are from the 'Cascading' style. The control keeps an internal variable for each arrow that keeps track whether the arrow starts horizontally or vertically, i.e. the orientation of the first segment. UpdateFromPoints does not set that variable, but you can explicitly set it with the following work-around:

- First set arrow.PrpStartOrientation = Orientation.Auto;
- Next set arrow.PrpStartOrientation = either Orientation.Horizontal or Orientation.Vertical depending on how you need the arrow to start;
- Next set the control point coordinates and call UpdateFromPoints();

We are releasing version 4.0.3 tomorrow, we'll add a fix for that there.
  
Back to top
 
IP Logged
 
Link
Guest


Re: After setting controlpoints, .......
Reply #2 - Feb 12th, 2006 at 11:18am
Print Post  
Can u send me the version 4.0.3 ?
thx.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: After setting controlpoints, .......
Reply #3 - Feb 13th, 2006 at 6:24am
Print Post  
Hi,

We sent the upgrades last week. Please look for the upgrade message at the email address your company has registered with us. Or email me your order ID, company name and an email address where you wish to receive upgrades and I will send you a download link.

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