It sounds like a problem in your code. Easy to test; make a list with say 30 items and print it in a label. If that works, the problem is in your code.
--
You received this message because you are subscribed to the Google Groups "MIT App Inventor Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitappinventort...@googlegroups.com.
To post to this group, send email to mitappinv...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitappinventortest/fc3c9387-b8d3-4b79-a341-ef38f9beaf08%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
It sounds like a problem in your code. Easy to test; make a list with say 30 items and print it in a label. If that works, the problem is in your code.
On 11 Jan 2014 23:23, <lawunp...@gmail.com> wrote:
--Using AI 2, I'm attempting to pull in a large amount of data from a Fusion Table. I have 30 items per row in this database.I've been getting an error stating that my "List index too large" and that I can't insert an item into the list because the maximum valid item number is 10.However, on a different part of my app, where I'm only pulling in about five or six of the 30 things, I get the same error message round 17 that says 17 is the maximum valid item number.Any suggestions?
You received this message because you are subscribed to the Google Groups "MIT App Inventor Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitappinventortest+unsub...@googlegroups.com.
You get that error when reading from the list or inserting to it?
To unsubscribe from this group and stop receiving emails from it, send an email to mitappinventort...@googlegroups.com.
To post to this group, send email to mitappinv...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitappinventortest/b56859b5-ef1e-40bb-a460-f065f093b507%40googlegroups.com.
You get that error when reading from the list or inserting to it?
On 11 Jan 2014 23:49, <lawunp...@gmail.com> wrote:
Sorry, I responded by email instead of on here. The main reason I think its a separate issue is that it defines where I've had too many items in my list at different spots depending upon how much I'm pulling.For one part of my app, I'm pulling 29 pieces of data per row. It says 10 is too many, so that's somewhere over 290 items in that csv list that it thinks is too many.For another part of my app, I'm pulling 7 pieces of data per row. That one says that 18 is too many, which is only 119 items in that csv list.Also, unless I'm forgetting something, I'm not sure of any ability to code the size of a list where it could be a code or syntax error. I've gotten my fair share of grabbing items not in the list, or at the wrong place, or what not because I've done that wrong, and I've been able to troubleshoot that... But this is a new error that just says my index is too large.
On Saturday, January 11, 2014 10:34:34 PM UTC-6, josmasflores wrote:
It sounds like a problem in your code. Easy to test; make a list with say 30 items and print it in a label. If that works, the problem is in your code.
On 11 Jan 2014 23:23, <lawunp...@gmail.com> wrote:
--Using AI 2, I'm attempting to pull in a large amount of data from a Fusion Table. I have 30 items per row in this database.I've been getting an error stating that my "List index too large" and that I can't insert an item into the list because the maximum valid item number is 10.However, on a different part of my app, where I'm only pulling in about five or six of the 30 things, I get the same error message round 17 that says 17 is the maximum valid item number.Any suggestions?
You received this message because you are subscribed to the Google Groups "MIT App Inventor Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitappinventortest+unsubscribe@googlegroups.com.
To post to this group, send email to mitappinv...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mitappinventortest/fc3c9387-b8d3-4b79-a341-ef38f9beaf08%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "MIT App Inventor Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mitappinventortest+unsub...@googlegroups.com.
To post to this group, send email to mitappinv...@googlegroups.com.
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
Whenever I hit the "Back" button that takes me to my main screen,
But there is also a bit more of a problem to this in that on my phone, which is an HTV EVO 4G LTE from sprint, running what I think is Android 4.2 (maybe 4.3), if you use the exit button from the Menu, the app dispapears as if its closed, but when I use the page through open app buttons, it didn't actually close, and stays open on the prompt to close the app.