Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ClearAll() (Read 1676 times)
dsmyth
YaBB Newbies
*
Offline



Posts: 9
Joined: Mar 13th, 2006
ClearAll()
Mar 13th, 2006 at 11:47am
Print Post  
The ClearAll method of the FlowChart object throws an Index was outside bounds of array error message. 

Anyone got a code sample I can use as a replacement. Ta.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ClearAll()
Reply #1 - Mar 13th, 2006 at 12:24pm
Print Post  
Could you save into a file the diagram with which that happens and email it to support@mindfusion.org ?

Thanks
  
Back to top
 
IP Logged
 
dsmyth
YaBB Newbies
*
Offline



Posts: 9
Joined: Mar 13th, 2006
Re: ClearAll()
Reply #2 - Mar 14th, 2006 at 8:32am
Print Post  
This turned out to be code in the TableDeleted event that caused the index out array bounds.

The ClearAll() method calls the TableDeleted for each table that's cleared from the flowchart. The code in the event referenced a table that no longer existed.

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