Search found 66 matches

Go to advanced search

by Carlota
Thu Oct 16, 2014 7:36 pm
Forum: Issues
Topic: Uncaught Error: c15r: component facade not found
Replies: 33
Views: 4199
 
Jump to post

Uncaught Error: c15r: component facade not found

Shared.
Thank you for your fast response, Evgene!
Carlota F:

by Carlota
Wed Oct 15, 2014 8:49 pm
Forum: Issues
Topic: Uncaught Error: c15r: component facade not found
Replies: 33
Views: 4199
 
Jump to post

Uncaught Error: c15r: component facade not found

Maryna
I can test my app, but on console logs I see dozens of "Uncaught Error: c15r: component facade not found".
My app can be tested at
http://appery.io/app/mobile-frame?src...
Thank you in advance!
Carlota F:

by Carlota
Wed Oct 15, 2014 7:50 pm
Forum: Issues
Topic: Uncaught Error: cannot call methods on listview prior to initialization
Replies: 15
Views: 1467
 
Jump to post

Uncaught Error: cannot call methods on listview prior to initialization

Hi appery.io support team! I am experiencing a similar message in my console logs "Error: cannot call methods on checkboxradio prior to initialization; attempted to call method 'refresh'" It typically appears when I click refresh on Test screen on my test app http://appery.io/app/mobile-fr...
by Carlota
Fri Oct 10, 2014 7:59 pm
Forum: Issues
Topic: Upgrade to new app builder problems
Replies: 7
Views: 1223
 
Jump to post

Upgrade to new app builder problems

Kateryna
Everything is fine! Thank you for your help!
Carlota F:

by Carlota
Fri Oct 10, 2014 12:14 pm
Forum: Issues
Topic: Close Popup
Replies: 4
Views: 493
 
Jump to post

Close Popup

Hi Kateryna One question related What's the best approach to close the popup automatically after x seconds opened? First I tried with the following options: Apperyio("events_nodata_popup").popup("open"); setTimeout("Apperyio('events_nodata_popup').popup('close')",4000);...
by Carlota
Fri Oct 10, 2014 10:54 am
Forum: Issues
Topic: Load data from service before showing page
Replies: 11
Views: 1164
 
Jump to post

Load data from service before showing page

Yurii One more question related to pagebeforeshow recommendations from above. What I have is the following: 1.- "pagebeforeshow" JS code to hide the startpage elements 2.- "pageshow" JS code to invoke the service on startpage. The service lists a numbr of items on startpage obtai...
by Carlota
Fri Oct 10, 2014 9:59 am
Forum: Issues
Topic: Problems with PopUps in new Builder
Replies: 10
Views: 1786
 
Jump to post

Problems with PopUps in new Builder

Kateryna Thank you for the analysis! Unfortunately I first tried template-based popup, then detected some problems originally reported in https://getsatisfaction.com/apperyio/... . In that thread your colleagues proposed the possibility to implement it at page level with the new builder. It seemed t...
by Carlota
Fri Oct 10, 2014 9:50 am
Forum: Issues
Topic: Delete localstorage array entries in new Builder - Model and Storage new features
Replies: 5
Views: 541
 
Jump to post

Delete localstorage array entries in new Builder - Model and Storage new features

Thank you for the feed back, Yurii! If I handle local storage arrays in my app, it is recommended to initialize them the very first time I execute the app, right? //Here you can specify any array you need. Currently it's just empty. var newArray = []; Apperyio.storage.storageArray.set(newArray); Tha...
by Carlota
Fri Oct 10, 2014 8:26 am
Forum: Issues
Topic: Adding new DB Sevice on existing template is not available/executing in child pages
Replies: 7
Views: 856
 
Jump to post

Adding new DB Sevice on existing template is not available/executing in child pages

Yurii From the description on this thread I think have similar problems. In my app ( http://appery.io/app/mobile-frame?src... ) I have a template handling a panel menu. If I click specific option in this menu ("Cumpleaños" in my example), I show a hidden text and two buttons. When clicking...
by Carlota
Thu Oct 09, 2014 8:30 am
Forum: Issues
Topic: Delete localstorage array entries in new Builder - Model and Storage new features
Replies: 5
Views: 541
 
Jump to post

Delete localstorage array entries in new Builder - Model and Storage new features

Thank you for your fast response, Evgene! One related question, which is the best approach to reset the whole localstorage array (in my example "storageArray" using as Model "storageArray_model"))? Is it valid the following code? var auxiliarArray = Apperyio.getModel('storageArra...

Go to advanced search