Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MouseMove not triggering when StaticMode is on (Read 2807 times)
Frosty555
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: May 16th, 2007
MouseMove not triggering when StaticMode is on
May 17th, 2007 at 2:10pm
Print Post  
I've found that when I turn StaticMode on in FlowchartX Pro v2.3 that the MouseMove event never triggers, even when FireMouseMove is true.

What I want to do is make the boxes change when you hover over them. The user shouldn't be able to edit or create anything, but they can doubleclick on the nodes in the flowchart and have external data and applications launch as a result.

I've already written the hover code and it works great, until staticmode is set to true.

If staticmode disables the mousemove and maybe even the boxdblclicked event, what properties/methods should I set to get the same behavior, but with staticmode false and the events coming through? I figure some combination of the user-interaction properties will get the effect I need but you all probably know it off the top of your head, and I'd have to research and test for hours Tongue
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: MouseMove not triggering when StaticMode is on
Reply #1 - May 17th, 2007 at 2:21pm
Print Post  
Smiley Try setting Locked = true for all existing objects, and Behavior = bhModify so users cannot create new objects.
  
Back to top
 
IP Logged
 
Frosty555
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: May 16th, 2007
Re: MouseMove not triggering when StaticMode is on
Reply #2 - May 17th, 2007 at 3:26pm
Print Post  
That works pretty good. I can't move or edit boxes anymore. It is possible for the user to do a click-drag to attempt to select multiple boxes. When they release the box disappears and nothing is selected, but the selection rectangle does get drawn. Is there anyway to prevent that? I thought maybe AllowMulSelect = false would do it but it didn't.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: MouseMove not triggering when StaticMode is on
Reply #3 - May 17th, 2007 at 6:06pm
Print Post  
Do you have the DoNothing Behavior in version 2.3?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint