Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Turning off multi-selection (Read 1157 times)
FusionUser
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Apr 4th, 2006
Turning off multi-selection
Jun 8th, 2006 at 3:25pm
Print Post  

I have set the chart behavior to "Modify" but I want to turn off multi selection of tables by mouse.  User should be allowed to select only one table at a time.  Is there any way to turn off multi selection in "Modify" mode.  I know "DoNothing" does this and I could select items from the click evets, but I want the user to have the ability to move the tables around and that is not available in DoNothing mode.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3348
Joined: Oct 19th, 2005
Re: Turning off multi-selection
Reply #1 - Jun 9th, 2006 at 5:50am
Print Post  
Yes, this should do what you need:

fc.Selection.AllowMultiSel = false;
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint