Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic mouse selection (Read 2502 times)
kelum
Full Member
***
Offline


I Love MindFusion!

Posts: 100
Joined: Mar 25th, 2017
mouse selection
Apr 25th, 2017 at 10:28am
Print Post  
once I do mouse selection on canvas, its creating an unnecessary rectangle currently, I think this is default feature comes with mindfusion.

I want to disable that feature and allow to use that mouse selection to select multiple objects(grouping) on canvas
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3447
Joined: Oct 19th, 2005
Re: mouse selection
Reply #1 - Apr 25th, 2017 at 10:57am
Print Post  
Set diagram.Behavior = Behavior.SelectOnly;
  
Back to top
 
IP Logged
 
kelum
Full Member
***
Offline


I Love MindFusion!

Posts: 100
Joined: Mar 25th, 2017
Re: mouse selection
Reply #2 - Apr 25th, 2017 at 11:57am
Print Post  
once I add that on layout window constructor , I cant select an item and rotate it , dragging also unavailable
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3447
Joined: Oct 19th, 2005
Re: mouse selection
Reply #3 - Apr 25th, 2017 at 1:03pm
Print Post  
Set diagram.Behavior = Behavior.Modify;
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint