I've tried to make this work for months and I'm close to giving up. maybe i bit off more than i can chew. if anyone would be willing to explain this to me as if i am a 5 year that would be great. if not i suppose ill call it quits I'm going to watch these help videos again and hope i can grasp more files attached
1. Please post the code AND the error message from the logs as TEXT within CODE TAGS. 2. Don't post images 3. Describe what the problem is (full sentences, not 3 words, not "my car doesn't work - guess what it is") 4. Use the search function FIRST (assume you're not the first person having that...
www.b4x.com
It's difficult for us to help if:
- The title of the post don't say anything about your problem
- We don't know what's your problem
- We don't know what errors are you getting
- We don't know what you want to do
and...
When I attempt to switch from main to another activity app crashes here's the error... *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** ** Activity (main) Pause, UserClosed = false ** ** Activity (routes)...
We could all wait while you sort it out by yourself. Or I could give you a hint, Views cannot be set to Strings and the text of a label is set by
B4X:
labelName.Text = "The Text"
BTW, I think you can get it working, but the number of inline-code lines is enormous, introduce some loops and other structure to manage it all better.