Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic SetCurPointer and BehaviorType.DoNothing (Read 2476 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
SetCurPointer and BehaviorType.DoNothing
Aug 13th, 2007 at 2:27am
Print Post  
Hi,

I used the latest source code you sent me in the message and I found one behavior changed:

When the flowchart state is DoNothing, the calling setCurPointer function does not change the cursor. It used to in the earlier version I had.

I think this should be allowed as I can choose to use some other pointer as my default even in the DoNothing state.

Thanks,
Praveen
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: SetCurPointer and BehaviorType.DoNothing
Reply #1 - Aug 14th, 2007 at 10:09am
Print Post  
Hi,

Add the following code to the end of the mouseMoved method in Flowchart.java:

Code
Select All
else
     setCursor(getCurPointer());
 



Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint