Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Copy node in the new release (Read 4305 times)
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Copy node in the new release
Mar 26th, 2009 at 2:02pm
Print Post  
Hi Stoyan

In the current release the copy action have stoped working, giving me the error
"Value does not fall within the expected range."

I use the following code:

private DiagramNode _dnodeCur_Sel_Node;
...
...(every node click I save him into this variable)
...
if (_dnodeCur_Sel_Node is ShapeNode)
{
    ShapeNode node = _dnodeCur_Sel_Node as ShapeNode;
    _dnodeTmpNodeCopy = new ShapeNode(node);
}    

Thanks

Hai

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Copy node in the new release
Reply #1 - Mar 26th, 2009 at 3:17pm
Print Post  
Hi Hai,

We uploaded a version that fixes this on Tuesday:
https://www.mindfusion.eu/DiagramLiteTrial.zip

Stoyan
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: Copy node in the new release
Reply #2 - Mar 26th, 2009 at 3:32pm
Print Post  
Thx, great...

Can you give me a link only for the DLL ?
For this kind of fix I do not need to uninstall... install...

Is it possible ?

Thx

Hai
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: Copy node in the new release
Reply #3 - Mar 26th, 2009 at 4:07pm
Print Post  
nevermind. nextime.
8)
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: Copy node in the new release
Reply #4 - Mar 26th, 2009 at 4:21pm
Print Post  
Nope  Undecided ... that didnt work....
Can you give me a link to the DLL itself ?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Copy node in the new release
Reply #5 - Mar 27th, 2009 at 7:24am
Print Post  
Hi Hai,

Here's the dll:
https://mindfusion.eu/_temp/DiagramLite102.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: Copy node in the new release
Reply #6 - Mar 29th, 2009 at 10:59am
Print Post  
Grin
That did the trick...

Thx

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