Search found 21 matches

Go to advanced search

by Alan Fernandez
Mon Jun 22, 2015 7:30 pm
Forum: Issues
Topic: Is it possible to create with Appery.io an App that would send notifications if the phone fell into the ground?
Replies: 9
Views: 2031
 
Jump to post

Is it possible to create with Appery.io an App that would send notifications if the phone fell into the ground?

Alberto if I correctly understand what you are asking for, then what you need is access to the phone's accelerometers and some algorithm to determine what is happening to the phone. Something like this: http://stackoverflow.com/questions/30... So what you should ask the Appery support is whether App...
by Alan Fernandez
Wed Oct 01, 2014 12:30 am
Forum: Issues
Topic: Drop Down Menu Filtering With Search Field
Replies: 1
Views: 472
 
Jump to post

Drop Down Menu Filtering With Search Field

I have a dynamically generated drop down "Select" component which presents the user with a list of teachers. (Generated with a "List" service) My problem is, the list is big and scrolling through it would take too long. Can I link the "Search" input component to my drop...
by Alan Fernandez
Thu Sep 11, 2014 7:31 pm
Forum: Issues
Topic: Mapping LocalStorage Array to List Component
Replies: 11
Views: 2196
 
Jump to post

Mapping LocalStorage Array to List Component

That check-box... That was the problem, thanks!

by Alan Fernandez
Tue Sep 09, 2014 11:16 pm
Forum: Issues
Topic: Mapping LocalStorage Array to List Component
Replies: 11
Views: 2196
 
Jump to post

Mapping LocalStorage Array to List Component

The problem isn't on my LSVs nor is it on the If statement as both are working. At the end of the code, responseData does have a value so everything is working till that point. I'm sure that the problem is on the last lines of code: settings.success({"teacherDetails":responseData}); settin...
by Alan Fernandez
Sun Sep 07, 2014 2:53 am
Forum: Issues
Topic: Mapping LocalStorage Array to List Component
Replies: 11
Views: 2196
 
Jump to post

Mapping LocalStorage Array to List Component

Hi, the service has stopped working and I'm not sure why... The code I am using is: pre Appery.teacherDetailsService = Appery.createClass(null, { init : function(requestOptions) { this.__requestOptions = $.extend({}, requestOptions); }, process : function(settings) { ...
by Alan Fernandez
Tue Sep 02, 2014 8:20 pm
Forum: Issues
Topic: Deprecated Methods
Replies: 3
Views: 718
 
Jump to post

Deprecated Methods

Okay so any errors that I experience shouldn't be connected to these messages right?
For example on one of my pages the dynamically generated lists aren't working. Nothing to do with this right?

by Alan Fernandez
Tue Sep 02, 2014 6:48 pm
Forum: Issues
Topic: Deprecated Methods
Replies: 3
Views: 718
 
Jump to post

Deprecated Methods

I've began getting these errors on opening the app test page: Use of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead. Use of getPreventDefault() is deprecated. Use defaultPrevented instead. Use of getAttributeNode() is deprecated. Use getAttribute() instead. What...
by Alan Fernandez
Mon Aug 18, 2014 6:45 pm
Forum: Issues
Topic: Retrieve files from Non-File Collection
Replies: 3
Views: 680
 
Jump to post

Retrieve files from Non-File Collection

In the appery database there is a "File Collection" and you can create other collections yourself. I created a collection and added a column called "Image" and its type: "File" I would like to retrieve that file from that collection. a href="http://s29.post https:/...
by Alan Fernandez
Mon Aug 18, 2014 5:25 am
Forum: Issues
Topic: Retrieve files from Non-File Collection
Replies: 3
Views: 680
 
Jump to post

Retrieve files from Non-File Collection

How do you retrieve an image from a collection in the database, NOT THE FILE COLLECTION, and store it locally so that it can be displayed in an image component? Using just a request doesn't display the image, it shows a broken image link. I've browsed the forum but found only how to do it with the f...
by Alan Fernandez
Thu Aug 14, 2014 3:07 pm
Forum: Issues
Topic: Mapping LocalStorage Array to List Component
Replies: 11
Views: 2196
 
Jump to post

Mapping LocalStorage Array to List Component

Nvm, I had the response incorrectly set up.

Thanks for your help Yurii!

Go to advanced search