Hello all,
I'm trying to use a Map Widget on my Android App.
I placed the Map Widget on an extra card. The other parts of the App are working fine but whenever I want to
open the card with the Map Widget, my App crashes although it was working before.
It was never working on an Emulator, but didn ...
Search found 3 matches
- Thu Oct 01, 2020 7:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: App crashes with Map Widget
- Replies: 1
- Views: 1920
- Mon Sep 28, 2020 11:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Map widget problem(s)
- Replies: 7
- Views: 4638
Re: Map widget problem(s)
Hello all,
thank you for your replies.
I got it working by adding a button setting up the markers.
As you can see in my previous code, it was inside the openCard command because I wanted to markers to be shown on opening the card. I don't know why, but it didn't work for me. After adding the ...
thank you for your replies.
I got it working by adding a button setting up the markers.
As you can see in my previous code, it was inside the openCard command because I wanted to markers to be shown on opening the card. I don't know why, but it didn't work for me. After adding the ...
- Wed Sep 23, 2020 11:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Map widget problem(s)
- Replies: 7
- Views: 4638
Map widget problem(s)
Hello fellow LiveCoders,
I have a problem implementing a map widget for my Android app.
I want to display markers but I just can't get them to show up on the map.
I use the example code provided in the Dictionary.
See my code here:
on openCard
local tMarkers, tMarkerData
set the region of ...
I have a problem implementing a map widget for my Android app.
I want to display markers but I just can't get them to show up on the map.
I use the example code provided in the Dictionary.
See my code here:
on openCard
local tMarkers, tMarkerData
set the region of ...