Search found 4005 matches

Go to advanced search

by Yurii Orishchuk
Tue Sep 01, 2015 5:00 am
Forum: Issues
Topic: Large initial database
Replies: 3
Views: 847
 
Jump to post

Large initial database

Hi Bruno, Unfortunatly you can not prepopulate SQLite with app installing. But you can implement such logic in your app. Here is a basic plan: 1 Add JS asset to your APP. Inside this JS asset you need to populate all needed data. 2 In app run (for example "page load" for start page) you ne...
by Yurii Orishchuk
Tue Sep 01, 2015 5:00 am
Forum: Issues
Topic: Appery().val() has stopped updating selected item in dropdown selector lists
Replies: 31
Views: 4294
 
Jump to post

Appery().val() has stopped updating selected item in dropdown selector lists

Hi Daren,

You sad it worked for "default SelectMenu" but not works for "my SelectMenu object" it does not works.

Please specify what is "my SelectMenu object". Is that custom HTML select? Or component from appery.io toolbar?

Regards.

by Yurii Orishchuk
Mon Aug 31, 2015 5:00 am
Forum: Issues
Topic: How to update Local Storage Array
Replies: 29
Views: 4841
 
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: 4841
 
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: 2205
 
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: 4841
 
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