Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChart dirty (Read 2414 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
FlowChart dirty
Aug 19th, 2007 at 7:49am
Print Post  
Hi,

From using the flowchart control, it looks like flowchart is set to dirty whenever anything happens on the flowchart. Even a selection sets the flowchart dirty.

Is there someway I can make the dirty flag ignore few events, say the selection of an item?

If it is not possible, it's alright, I can write something around it.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChart dirty
Reply #1 - Aug 20th, 2007 at 5:41am
Print Post  
Hi,

There's no way to do that. You might keep your own dirty flag and set it only from a few selected events, e.g. itemCreated, itemModified and itemDeleted, and also when your code does something that you consider a change.

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