Search found 65 matches

Go to advanced search

by Ivan6481911
Fri Feb 14, 2014 9:19 am
Forum: Issues
Topic: Array count
Replies: 3
Views: 682
 
Jump to post

Array count

Hi, Katya.
Thank you! I made check if "string". But I had doubts if it is right.

by Ivan6481911
Thu Feb 13, 2014 3:20 pm
Forum: Issues
Topic: Array count
Replies: 3
Views: 682
 
Jump to post

Array count

Hello! I created service (screen in attachments) - http://www.goldbeltbyway.com/api/feed... How can I get length of array? On responce mapping I use this code: //tour_cluster if (value.field_cluster_tour_nids) { var itemCount = value.field_cluster_tour_nids.field_cluster_tour_nid.length; console.log...
by Ivan6481911
Wed Feb 12, 2014 5:14 pm
Forum: Issues
Topic: Place files into database
Replies: 1
Views: 394
 
Jump to post

Place files into database

Hello!
There is task to download files and place them into database and read out (pictures, audio). Can you give me code sample or tutorial. I could not find sufficiently clear.
Thanks!

by Ivan6481911
Fri Jan 03, 2014 2:16 pm
Forum: Issues
Topic: Exit form REST service response
Replies: 7
Views: 1892
 
Jump to post

Exit form REST service response

I see. Thank you, Oleg :)

by Ivan6481911
Fri Jan 03, 2014 1:38 pm
Forum: Issues
Topic: Exit form REST service response
Replies: 7
Views: 1892
 
Jump to post

Exit form REST service response

No... OK, lets try this - how can I stop running through REST response. I want to show console.log('Skip Tours table update'); only once and stop executing REST.

by Ivan6481911
Fri Jan 03, 2014 11:46 am
Forum: Issues
Topic: Exit form REST service response
Replies: 7
Views: 1892
 
Jump to post

Exit form REST service response

by Ivan6481911
Fri Jan 03, 2014 11:43 am
Forum: Issues
Topic: Exit form REST service response
Replies: 7
Views: 1892
 
Jump to post

Exit form REST service response

I have REST service. It's response is mapped to JS file. How can I stop running in JS file?
For example in my JS file
if (stopRun == true) {
return;
}

by Ivan6481911
Fri Jan 03, 2014 11:26 am
Forum: Issues
Topic: Exit form REST service response
Replies: 7
Views: 1892
 
Jump to post

Exit form REST service response

Hi!
How can I stop running on REST service response in mapped JS file ? Or, simply exit (return) if some condition.

I found solution - return(0). Is it correct ?
Thanks!

by Ivan6481911
Thu Jan 02, 2014 1:44 pm
Forum: Issues
Topic: is there a callback in builder to get touch position?
Replies: 13
Views: 3337
 
Jump to post

is there a callback in builder to get touch position?

Hello!
Actually, it works as it should. :)
I'd like to tell you that sometimes I have issues with testing, code is not updated... It seems like caches or queue on Appery side. Can you make some clarification with this? Thanks!

by Ivan6481911
Thu Jan 02, 2014 9:25 am
Forum: Issues
Topic: Audio autoplay in JS
Replies: 18
Views: 3629
 
Jump to post

Audio autoplay in JS

Hello!
I set selected_poi_nid to localStorage on POI button click on Map screen right before transition to Details screen. Is this value connected to audio issue?

Go to advanced search