Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic double - i.e. combined functionality of ModifierKeyAction? (Read 2328 times)
ulthien
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 91
Location: Munich
Joined: Nov 29th, 2011
double - i.e. combined functionality of ModifierKeyAction?
Dec 11th, 2012 at 10:22am
Print Post  
"Aaargh!" Cry

just discovered that setting of:

//selection rectangle is off
ModifierKeyActions.Control = ModifierKeyAction.None; // Select;

(which disables the selection rectangle) ALSO disables the toggling of clicked nodes to add them to Selection

from documentation: "Select
Start drawing a selection rectangle if the mouse is dragged while a modifier key is pressed down. Toggle the selection if an item is clicked while the key is down."



===

so, when i disable the selection rectangle, my ctrl-click selecting of disparate nodes also goes *poof* and i was unable to recreate this event handler as some internal Mindfusion handler deletes the Selection in-between. Undecided

===

not sure how to both:
a) disable the selection rectangle but
b) retain having ctrl-click of disparate nodes add to Selection...?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: double - i.e. combined functionality of ModifierKeyAction?
Reply #1 - Dec 12th, 2012 at 9:44am
Print Post  
We'll add a separate ModifierKeyAction.ToggleSelection for next release.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: double - i.e. combined functionality of ModifierKeyAction?
Reply #2 - Apr 25th, 2013 at 7:54am
Print Post  
With this version you can set ModifierKeyActions.Control to ToggleSelection to disable the lasso rectangle but retain click selection:
http://mindfusion.eu/Forum/YaBB.pl?num=1366875705

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