Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ItemModified event and Multi select (Read 4411 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
ItemModified event and Multi select
Aug 10th, 2007 at 5:28am
Print Post  
Hi,

The itemModified event is not raised when I select more than one boxes and move them around. Neither does itemModifying.

Is there some other event I should handle?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ItemModified event and Multi select
Reply #1 - Aug 10th, 2007 at 9:39am
Print Post  
Hi,

There is a selectionMoved event raised when multiple items are moved, but it seems we've omitted adding a Script property for it.

Stoyan
  
Back to top
 
IP Logged
 
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
Re: ItemModified event and Multi select
Reply #2 - Aug 10th, 2007 at 9:52am
Print Post  
Hi,

After you mentioned this I checked around the version of your source code I have and found this comment in Selection.java

// todo: fire an event flowChart.fireSelectionMoved();

But the flowchart doesn't have a fireSelectionMoved method.

And, I am not trying to handle the event from JavaScript. I am adding java files with event handlers to the FlowChart class.

Do I have an older version of the code then? If so, can I get the new version anytime soon?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ItemModified event and Multi select
Reply #3 - Aug 10th, 2007 at 11:10am
Print Post  
I guess so. I've sent you a private message with some download links.

Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ItemModified event and Multi select
Reply #4 - Aug 10th, 2007 at 11:12am
Print Post  
Now itemModified is raised for items in multiple selection too.

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