Search found 4005 matches

Go to advanced search

by Yurii Orishchuk
Tue Sep 01, 2015 5:00 am
Forum: Issues
Topic: Popup on Google Map icons
Replies: 23
Views: 3587
 
Jump to post

Popup on Google Map icons

Hi Blair, You access "coordsArray " inside event handler. In this event handler "i" does not stores correct value. Details: http://prntscr.com/8b6rw2/direct You need to wrap event handler with some function and pass there needed index or "i". Example of code: precode va...
by Yurii Orishchuk
Tue Sep 01, 2015 5:00 am
Forum: Issues
Topic: How to add custom "File Name" to an image/file being uploaded?
Replies: 77
Views: 8077
 
Jump to post

How to add custom "File Name" to an image/file being uploaded?

Hi Xman,

Unfortunatly we don't have such solution at this time.

You need to implement it yourself.

Regards.

by Yurii Orishchuk
Mon Aug 31, 2015 5:00 am
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4842
 
Jump to post

How to update Local Storage Array

Hi Randy,

That's what i see in your code, take a look on following screen shot:

http://prntscr.com/8arlyy/direct

Regards.

by Yurii Orishchuk
Thu Aug 27, 2015 5:00 am
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4842
 
Jump to post

How to update Local Storage Array

Hi Randy, as i can see you have storage with name "votedReturn". In your case you have: storage "liveEventArray" with type - array of "liveEvent" model(where you have "votedReturn" parameter ) So your code will not work(cause of you use "votedReturn"...
by Yurii Orishchuk
Mon Aug 24, 2015 5:40 am
Forum: Issues
Topic: Issue with incorrect rotation of image from camera service
Replies: 42
Views: 6222
 
Jump to post

Issue with incorrect rotation of image from camera service

Hi Sean, Unfortunatly such logic is not implemented with Appery.io code. Thus you need to implement it yourself in accordance to your needs. Please try following: 1 Add HTML component on the page. 2 Make this html component as "Div" type. 3 Set this component dimensions with 400px and 400p...
by Yurii Orishchuk
Mon Aug 24, 2015 5:40 am
Forum: Issues
Topic: Run Time setting of themes - color schemes
Replies: 13
Views: 2158
 
Jump to post

Run Time setting of themes - color schemes

Hello,

Your problem is not clear at this time.

Please specify more details about your problem.

Regards.

by Yurii Orishchuk
Mon Aug 24, 2015 5:40 am
Forum: Issues
Topic: Change permissions predefined collection
Replies: 3
Views: 786
 
Jump to post

Change permissions predefined collection

Hi Terry, In your case you need to use "User update" service instead of "Signup". Please read more about this service here: https://devcenter.appery.io/documenta... To add some users to current acl you need: 1 Read current acl object and parse it. 2 Add to this object needed user...
by Yurii Orishchuk
Mon Aug 24, 2015 5:39 am
Forum: Issues
Topic: Infinite scroll does not work on scroll
Replies: 9
Views: 1784
 
Jump to post

Infinite scroll does not work on scroll

Hi Hawk, Please check your app. Josh, please use following JS code in "page show" event: precode //Here you can set the needed "limit". Currently it's set to 6. var infiniteList = {limit: "10", skip: "0", noMoreItems: undefined}...
by Yurii Orishchuk
Mon Aug 24, 2015 5:39 am
Forum: Issues
Topic: contentLabel display issue in Google maps marker
Replies: 13
Views: 2206
 
Jump to post

contentLabel display issue in Google maps marker

HI Vinny, To remove marker you need to handle it's object in some variable/array. For this goal you need to add any new marker in array. Then you can clear this array with code: pre marker.setMap(null); /pre Please read more about solution here: https://developers.google.com/maps/do... Regar...
by Yurii Orishchuk
Fri Aug 21, 2015 5:05 am
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4842
 
Jump to post

How to update Local Storage Array

Hi Randy, If following code: pre Apperyio.storage.votedReturn.update("$['thisVote']", true); /pre "votedReturn" is your storage name. If you have another storage name you should use your one. Also "thisVote" is your storage attribute that you wan...

Go to advanced search