Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic increase movable area inside shapenode (Read 4693 times)
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
increase movable area inside shapenode
Nov 15th, 2012 at 5:49am
Print Post  
tried this:
shapeNode.HandlesStyle = HandlesStyle.HatchHandles2;
however its exactly like hatchhandles1

i need the movable area..the point where user can position mouse to move the node, to be increased from the tiny bit currently allocated by default.
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: increase movable area inside shapenode
Reply #1 - Nov 21st, 2012 at 3:23am
Print Post  
any ideas?

closest i could find to what i wanted was

shapeNode.HandlesStyle = HandlesStyle.EasyMove;

this does not work, in fact does the opposite.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: increase movable area inside shapenode
Reply #2 - Nov 21st, 2012 at 7:47am
Print Post  
ImageMap mode supports only square handles at this time.
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: increase movable area inside shapenode
Reply #3 - Nov 21st, 2012 at 6:50pm
Print Post  
Ok just to confirm, as it's quite important:
  • Is there no way at all in ImageMap to:

    • Once a shapenode is selected, disallow drawing links from it and instead use whole of inner area to move?

    • Make the tiny little move handle perhaps a little bigger?

    • Draw custom handles say at 15 points instead of 8 points?

    • Is shapeNode.HandlesStyle = HandlesStyle.Custom; allowed in imagemap?
« Last Edit: Nov 21st, 2012 at 9:53pm by saad »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: increase movable area inside shapenode
Reply #4 - Nov 22nd, 2012 at 7:05am
Print Post  
There is no way to do that in the current version.
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: increase movable area inside shapenode
Reply #5 - Nov 22nd, 2012 at 7:08am
Print Post  
Thanks for the clarification Stoyo.

The thing is they've been using an old windows form version of netdiagram and apparently, that allowed whole of inner area to be used for moving.

One last question:

  • Is the above asked also not possible in java applet version?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: increase movable area inside shapenode
Reply #6 - Nov 22nd, 2012 at 7:30am
Print Post  
It should work in applet mode. We'll implement it in ImageMap too for next release.
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: increase movable area inside shapenode
Reply #7 - Nov 22nd, 2012 at 7:30am
Print Post  
Cheers
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: increase movable area inside shapenode
Reply #8 - Feb 4th, 2013 at 2:50pm
Print Post  
Hi,

The version below implements two properties that will let you enlarge the movable area in ImageMap mode: AdjustmentHandlesSize to make the handle rectangles larger; and HandlesStyle, several of whose enum members let you drag from anywhere within the node.

https://mindfusion.eu/_beta/netdiag5_imgmap.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint