Search found 141 matches

Go to advanced search

by David wyatt
Sat Nov 28, 2015 8:10 pm
Forum: Issues
Topic: googlemaps showing previous input
Replies: 10
Views: 1290
 
Jump to post

googlemaps showing previous input

Hi Sergiy, thank you for your help. If anyone else is struggling hope this helps after using this tutorial https://devcenter.appery.io/tutorials/jqm/building-a-mobile-app-with-google-map-and-geolocation/ Added javascript file with var aofMarkers=[]; function RemoveMarkersfromMapp() { var i; for (i=0...
by David wyatt
Wed Nov 25, 2015 8:32 pm
Forum: Issues
Topic: googlemaps showing previous input
Replies: 10
Views: 1290
 
Jump to post

googlemaps showing previous input

Hi Sergiy, I have completed the tutorial and everything works great except I cant clear the previous markers. I added the function from google function deleteMarkers() { clearMarkers(); markers = []; } but when i call it before the database request it stops the service from running? thank you
by David wyatt
Sun Nov 22, 2015 3:10 pm
Forum: Issues
Topic: CSS background not appearing
Replies: 4
Views: 831
 
Jump to post

CSS background not appearing

Hi Vinny B,

That's done the trick, big thank you

Dave

by David wyatt
Sun Nov 22, 2015 12:40 pm
Forum: Issues
Topic: CSS background not appearing
Replies: 4
Views: 831
 
Jump to post

CSS background not appearing

Hi Sergiy,

I uploaded through media manager

thank you

by David wyatt
Sun Nov 22, 2015 12:17 pm
Forum: Issues
Topic: CSS background not appearing
Replies: 4
Views: 831
 
Jump to post

CSS background not appearing

Hi, Im using CSS to show a background image on a grid. While building the app the css shows the background image but as soon as i test it it doesnt appear. this is my css .bg{ background-image: url("../image/topbg.png")!important; background-size: 100% 100%; } and screenshots of what i see...
by David wyatt
Sat Nov 21, 2015 10:03 pm
Forum: Issues
Topic: googlemaps showing previous input
Replies: 10
Views: 1290
 
Jump to post

googlemaps showing previous input

Hi Sergiy,

Im not sure how to use the function. how do i call it during the database mapping and do i need to reference the apperyio googlemap component?

thank you

by David wyatt
Wed Nov 18, 2015 9:21 am
Forum: Issues
Topic: googlemaps showing previous input
Replies: 10
Views: 1290
 
Jump to post

googlemaps showing previous input

Thank you Sergiy,

Im having problems calling the function on my google map. how do you reference the Apperyio googlemap when you call the function?

function deleteMarkers() {
clearMarkers();
markers = [];
}

thank you

by David wyatt
Sat Nov 14, 2015 9:28 pm
Forum: Issues
Topic: googlemaps showing previous input
Replies: 10
Views: 1290
 
Jump to post

googlemaps showing previous input

Hi Sergiy, Apologies for not being clear. Im using a database to call an array of store addresses near the store selected. The database is mapped to the googlemaps component on the service success, with the original stores address to the google maps address, and the array of results to the marker. I...
by David wyatt
Sat Nov 14, 2015 10:32 am
Forum: Issues
Topic: googlemaps showing previous input
Replies: 10
Views: 1290
 
Jump to post

googlemaps showing previous input

Hi, Im using a database query to populate multiple markers on a googlemap componet. But for some reason the results are always one input behind e.g input list 1, no results input list 2, shows list 1 input list 3, shows list 2 Ive tried re-doing my mapping and linked it to a label array to check the...
by David wyatt
Thu Nov 12, 2015 3:48 pm
Forum: Issues
Topic: Databse query for multiple columns
Replies: 1
Views: 318
 
Jump to post

Databse query for multiple columns

Hi, Im using the following javascript on mapping of a database query return '{"col1":"'+value+'"}'; what I would like to do is return a value that is filtered by 2 requests from 2 columns example col 1, col2, col3 1 , a, 1a 1, b, 1b 2, a, 2a 2, b, 2b so in this example I want to ...

Go to advanced search