Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Orthogonal router (Read 8285 times)
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: Orthogonal router
Reply #15 - Sep 14th, 2016 at 12:41pm
Print Post  
These NaNs shouldn't be a problem from what I know, but just in case check if they aren't set from your view-model initialization code. NaN is default value for Width/Height properties of  FrameworkElement and cause it to use auto-measured size from MeasureOverride instead of fixed size. However there might be a difference if there's an actual NaN local value assigned to Width/Height dependency properties, or it just reports the one declared as default in DependencyProperty.Register call.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: Orthogonal router
Reply #16 - Sep 14th, 2016 at 1:15pm
Print Post  
Never mind, we've reproduced it. Our developer will upload the fix shortly.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: Orthogonal router
Reply #17 - Sep 14th, 2016 at 2:15pm
Print Post  
Please find it here -
https://mindfusion.eu/_temp/wpfdiag_orthfix.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
monkeydll
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 41
Joined: Jun 27th, 2016
Re: Orthogonal router
Reply #18 - Sep 16th, 2016 at 8:28am
Print Post  
Still not working.
The same exception is thrown.
I have deleted the old files (CLR2, CLR4) from the file system and copied the one you gave me.
Reseted the toolbox in VS.

Can you give me some hints how to insert the new files in VS, maybe i did something wrong
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3147
Joined: Oct 19th, 2005
Re: Orthogonal router
Reply #19 - Sep 16th, 2016 at 10:19am
Print Post  
We forgot to increment build number, try this new build -
https://mindfusion.eu/_temp/wpfdiag_orthfix.zip

The CLR2 assembly version should end with 352 and the CLR4 version with 402. In Visual Studio select the diagramming.wpf assembly under Solution Explorer / References and check its attributes in Properties window - make sure "use specific version" is disabled, and the path attribute shows correct path to where you've copied new assemblies. After rebuilding the project check bin/debug/diagramming.wpf properties from Windows Explorer and make sure it shows 352 or 402 version in the Details tabs. If the version is ok and it still crashes, please send us a test project that reproduces it.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
monkeydll
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 41
Joined: Jun 27th, 2016
Re: Orthogonal router
Reply #20 - Sep 16th, 2016 at 12:26pm
Print Post  
Excellent.
It is working. Smiley
Thank you.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint