Search found 36 matches

Go to advanced search

by Eddie Willcox
Mon Mar 03, 2014 8:44 pm
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Aha. I knew I had to be missing something somewhere. Thank you. This resolved the issue completely.

by Eddie Willcox
Mon Mar 03, 2014 10:52 am
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

On the page called Store_selector, I have 2 select boxes which have the province and city as selections and a button. On button tap, I set local storage variables province and city to selected values (hence the 0 at the end of the city, if I choose the second city in the same province, it adds a 1 a...
by Eddie Willcox
Mon Mar 03, 2014 6:04 am
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Hi Nikita. Here are some screenshots of the responses and their corresponding requests. Request with localStorage.getItem: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1029203/request-localstorage-getitem_inline.PNG?1393826590 Response: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1029204/resp...
by Eddie Willcox
Fri Feb 28, 2014 4:42 pm
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Hi Sergiy,

I have tried this, but the map keeps coming up empty. Unles I misunderstand what you are trying to say?

by Eddie Willcox
Fri Feb 28, 2014 12:21 pm
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Here is a screenshot of the query service test where I have copied the request from my app preview test into the where test: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1028417/qrysvc_test_inline.PNG?1393589755 As you can see, it returns a blank array. This is a screenshot of the query service t...
by Eddie Willcox
Fri Feb 28, 2014 12:12 pm
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

This the code I use in the query service on the stores page: return '{"City":"' + localStorage.getItem("city") + '", "Province":"' + localStorage.getItem("province") + '"}'; Here is the screenshot of the request/response from the network ta...
by Eddie Willcox
Thu Feb 27, 2014 3:20 pm
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

by Eddie Willcox
Thu Feb 27, 2014 6:42 am
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Hi Maryna, I tried that, but still not working. When I look at the where clause in chrome developer tools and I copy the the exact where query (without the "where:" part) and paste that in the service test, the test returns an empty array. If I type the query from scratch in the test, it r...
by Eddie Willcox
Wed Feb 26, 2014 6:40 am
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Ok, I fixed my dropdown. I still have the same issue though. It's still returing an empty array. When I look at the where clause in chrome developer tools and I copy the the exact where query (without the "where:" part) and paste that in the service test, the test returns an empty array. I...
by Eddie Willcox
Tue Feb 25, 2014 6:51 am
Forum: Issues
Topic: Cascading dropdowns and Google maps
Replies: 30
Views: 6907
 
Jump to post

Cascading dropdowns and Google maps

Thanks Katya. It must have been the cascading dropdown on "Store_selector" page. As soon as I removed the javascript for the cascading dropdowns, the map shows what I expect it to show. So now I need to get the cascading dropdown to work again, which for some reason does not want to work n...

Go to advanced search