Search found 4 matches

by Toadcop
2009-06-06 18:04:24
Forum: Ant Movie Catalog > Bug reports
Topic: List index out of bounds
Replies: 7
Views: 3742

no otherwise =) it doesnt crash if i replace function which does work with fields directly.
before i didn't change anything except fieldCount. (the value)

imagine what there is no X at the end ;)
after i added my var and replaced fieldCount in some places. it began to work with out errors =) (and ...
by Toadcop
2009-06-06 17:04:57
Forum: Ant Movie Catalog > Bug reports
Topic: List index out of bounds
Replies: 7
Views: 3742

strFields - is located in field.pas ? if so...
i added "Path" from the begining...
// *viewing the code*... yes i did.

strXmlFields: array [fieldLow..fieldCountX-1] of string = (
'Number',
'Checked',
'MediaLabel',
'MediaType',
'Source',
'Date',
'Borrower',
'Rating',
'OriginalTitle ...
by Toadcop
2009-06-06 11:14:25
Forum: Ant Movie Catalog > Bug reports
Topic: List index out of bounds
Replies: 7
Views: 3742

well tnx.
it's kind a wierd... i returned fieldCount to 31 and made a new var (for the new fields) bla bla... and it seems to work now. aka there are some problems with fieldCount... so it's kind a "bug" :P

but i solved it and it's cool =)
by Toadcop
2009-06-05 11:05:53
Forum: Ant Movie Catalog > Bug reports
Topic: List index out of bounds
Replies: 7
Views: 3742

List index out of bounds

well. i needed to add one files into the framemovie an in general into the tool. i have done this everything seems to work ok. (it saves the new field to the amc file and also load it etc etc.)
BUT
1) after the tool is launched (loaded) i get "List index out of bounds(31)" error (due i increased the ...