My account: Login | Sign Up
Loading... 

Error #1010: A term is undefined | Thread profile

Thread profile page for "Error #1010: A term is undefined" on http://www.kirupa.com. This report page is a snippet summary view from a single thread "Error #1010: A term is undefined", located on the Message Board at http://www.kirupa.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Error #1010: A term is undefined
Site: Kirupa Forum  Kirupa Forum - site profile
Forum: ActionScript 3.0  ActionScript 3.0 - forum profile
Total authors: 4 authors
Total thread posts: 12 posts
Thread activity: no new posts during last week
Domain info for: kirupa.com

Thread posts in Error #1010: A term is undefined:

1. 
Started 3 months, 1 week ago (2008-06-30 17:36:00)  by mrwicked
I keep getting this error in this function: ActionScript Code: private function search ( e :Event ) : void { if ( searchtxt. text ) { searchResults_ar. splice ( 0 ) ; var searchCriteria: String = searchtxt. text . toLowerCase ( ) ; for ( var i: int = 0 ; i< searchStrings_ar....
Size: 8,300 bytes
Customize:  Customize "Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
2. 
Started 3 months, 1 week ago (2008-06-30 17:48:00)  by nikefido
It's hard to tell bc you are referencing other variables from outside this function, but one theory of mine is that you are referencing an empty index in one of your arrays.
Size: 212 bytes
Customize:  Customize "<b>Reply 1</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
3. 
Started 3 months, 1 week ago (2008-06-30 18:02:00)  by mrwicked
ok then I will try tracing back some values and see what comes up!
Size: 105 bytes
Customize:  Customize "<b>Reply 2</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
4. 
Started 3 months, 1 week ago (2008-06-30 18:05:00)  by Anogar
Turn on 'permit debugging' under your publish settings and it'll tell you exactly which line is throwing the error.
Size: 154 bytes
Customize:  Customize "<b>Reply 3</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
5. 
Started 3 months, 1 week ago (2008-06-30 18:41:00)  by Anogar
You're probably looping too far. Try k < searchResults_ar.length - 1.
Size: 111 bytes
Customize:  Customize "<b>Reply 4</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
6. 
Started 3 months, 1 week ago (2008-06-30 18:50:00)  by mrwicked
Quote: Originally Posted by Anogar You're probably looping too far. Try k < searchResults_ar.length - 1. hah well that was it. Nice job and thank you!
Size: 737 bytes
Customize:  Customize "<b>Reply 5</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
7. 
Started 3 months, 1 week ago (2008-06-30 19:04:00)  by Anogar
You'll get my invoice by mail.
Size: 157 bytes
Customize:  Customize "<b>Reply 6</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
8. 
Started 3 months, 1 week ago (2008-07-01 14:25:00)  by mrwicked
hey dude..ok I am running into a small issue. When I hit my search button and say it only finds one result, it doesnt display it. If I take out the -1 I added yesterday it shows up, but then that stupid error comes up again. Am I using the wrong operator maybe? Rather than < do <= maybe??
Size: 335 bytes
Customize:  Customize "<b>Reply 7</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
9. 
Started 3 months, 1 week ago (2008-07-01 14:49:00)  by Anogar
It shouldn't really matter. Try debugging it by putting a more concrete number in there - like 5 or something.
Size: 149 bytes
Customize:  Customize "<b>Reply 8</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
10. 
Started 3 months, 1 week ago (2008-07-01 15:30:00)  by mrwicked
well I just did a little work around..messy but it works. ActionScript Code: if ( searchResults_ar. length != 0 ) { slideList. removeAll ( ) ; var searchLength: int ; if ( searchResults_ar. length == 1 ) { searchLength = searchResults_ar. length ; } else { searchLength = searchResults_ar. length - 1 ; }...
Size: 4,689 bytes
Customize:  Customize "<b>Reply 9</b>: Error #1010: A term is undefined :: ActionScript 3.0 :: Kirupa Forum"
 

Top contributing authors for Error #1010: A term is undefined

Name Posts
mrwicked 6
Anogar 4
nikefido 1
sekasi 1