I've attached a zip of a project I'm having trouble with, hoping you can help.
The app uses a csv file to hold a list of lottery numbers. A list in the Main Activity is refreshed from the csv file in the Main Resume event.
An Activity called EditTickets looks at this list in its Resume event.
In the Emulator this works fine but using the app on my Galaxy S2 I get -
An error has occurred in sub: edittickets_activity_resume (java line: 319)
java.lang.RuntimeException: Object should first be initialized (List). Continue?
and there are Yes/No buttons.
If I press No everything continues as if nothing had happened!
Any ideas?
By the way, line 319 of the java looks like this:
anywheresoftware.b4a.keywords.Common.Log("EditTickets.Resume Main.TicketList.Size = "+BA.NumberToString(mostCurrent._vvvvvvvvvvvvvv0._vvvvvv5.getSize()));
Thanks,
Chris
The app uses a csv file to hold a list of lottery numbers. A list in the Main Activity is refreshed from the csv file in the Main Resume event.
An Activity called EditTickets looks at this list in its Resume event.
In the Emulator this works fine but using the app on my Galaxy S2 I get -
An error has occurred in sub: edittickets_activity_resume (java line: 319)
java.lang.RuntimeException: Object should first be initialized (List). Continue?
and there are Yes/No buttons.
If I press No everything continues as if nothing had happened!
Any ideas?
By the way, line 319 of the java looks like this:
anywheresoftware.b4a.keywords.Common.Log("EditTickets.Resume Main.TicketList.Size = "+BA.NumberToString(mostCurrent._vvvvvvvvvvvvvv0._vvvvvv5.getSize()));
Thanks,
Chris