Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can I invert the move and arrow behaviors? (Read 2556 times)
Alvaro
Guest


Can I invert the move and arrow behaviors?
Feb 24th, 2006 at 6:26pm
Print Post  
I would like to swap the behavior of the Move and Arrow functionalities for boxes.  The way it is now, I have to click in the middle of the box to move it.  But I can click anywhere else inside it to add an arrow to link it to another box.  I want to invert those two.  Is it possible, and if so how?

Thanks!
Alvaro
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Can I invert the move and arrow behaviors?
Reply #1 - Feb 25th, 2006 at 7:34am
Print Post  
Hi,

Set the HandlesStyle of boxes to 'EasyMove', or set the default value for new boxes like this

fc.BoxHandlesStyle = HandlesStyle.EasyMove;
fc.ModificationStart = ModificationStyle.AutoHandles;

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Alvaro
Guest


Re: Can I invert the move and arrow behaviors?
Reply #2 - Feb 27th, 2006 at 12:43pm
Print Post  
I appreciate the response Stoyan.  However, I just realized that I'm working FlowChartX, the ActiveX control. 

The properties you mentioned don't seem to be there, for some reason.  So how would it be done?

Thanks!
Alvaro

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Can I invert the move and arrow behaviors?
Reply #3 - Feb 27th, 2006 at 2:20pm
Print Post  
Hi,

The correspondent properties in the ActiveX version are called SelStyle and BoxSelStyle. The enum value should be called sstEasyMove.

Stoyan
  
Back to top
 
IP Logged
 
Alvaro
Guest


Re: Can I invert the move and arrow behaviors?
Reply #4 - Feb 27th, 2006 at 3:03pm
Print Post  
That worked, thanks!  Smiley

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