Search found 300 matches

Go to advanced search

by obullei
Fri Jun 13, 2014 3:53 am
Forum: Issues
Topic: Lost config.xml modify
Replies: 15
Views: 1332
 
Jump to post

Lost config.xml modify

Hello Diego,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
Please also provide all your steps to find out your issue.

by obullei
Fri Jun 13, 2014 2:43 am
Forum: Issues
Topic: Data base and Push notification to a range of users depending of their location
Replies: 3
Views: 324
 
Jump to post

Data base and Push notification to a range of users depending of their location

Hello Andre! Yes it is possible. You need to add to your app data base collection "Users" - field "Location" and record user data ( you should inform users about this record). You can also analyze this collection in the server script, that will send a push. Using field "Loca...
by obullei
Fri Jun 13, 2014 2:33 am
Forum: Issues
Topic: App crashing with second facebook logon when drop down selected
Replies: 5
Views: 533
 
Jump to post

App crashing with second facebook logon when drop down selected

Hello!

Could you provide more details about your problem?
Please also provide screenshots how your app crashes.

by obullei
Fri Jun 13, 2014 1:57 am
Forum: Issues
Topic: REST Service Threading
Replies: 3
Views: 487
 
Jump to post

REST Service Threading

Yes, it has always been so.

by obullei
Fri Jun 13, 2014 1:35 am
Forum: Issues
Topic: REST Service Threading
Replies: 3
Views: 487
 
Jump to post

REST Service Threading

Hello!

REST service runs in separate thread by default (asynchronously).
Please describe the problem you want to solve?

by obullei
Fri Jun 13, 2014 1:26 am
Forum: Issues
Topic: Validating form fields - setting textarea CSS with javascript
Replies: 13
Views: 1392
 
Jump to post

Validating form fields - setting textarea CSS with javascript

Hello Chris!

Could we help you with something else?

by obullei
Thu Jun 12, 2014 9:37 pm
Forum: Issues
Topic: Servercode editing almost impossible.
Replies: 9
Views: 896
 
Jump to post

Servercode editing almost impossible.

Hello!

Could you explain with more details what problem do you have?
If it is possible, please provide the screenshots of the problem with some explanations?

by obullei
Thu Jun 05, 2014 12:42 pm
Forum: Issues
Topic: How to remove list item image and keep the header always visible
Replies: 4
Views: 585
 
Jump to post

How to remove list item image and keep the header always visible

Hello! You can just set fixed position either for header or footer: http://prntscr.com/3pv4ab There is not simple way to make component be always visible. However you can use css attribute that set fixed position for the component but other component could be covered by it: code var element = $(&quo...
by obullei
Thu Jun 05, 2014 11:15 am
Forum: Issues
Topic: Filtering a database based on user input from checkboxes and date filter
Replies: 4
Views: 439
 
Jump to post

Filtering a database based on user input from checkboxes and date filter

Hello! This reference should help you to understand query: http://devcenter.appery.io/documentat... . You can implement following steps: 1 Fill the same meanings in your checkbox fields "Value" and "Text": 2 This code you should call before calling your database query (it can be ...
by obullei
Thu Jun 05, 2014 10:23 am
Forum: Issues
Topic: white bar on launch image
Replies: 37
Views: 2928
 
Jump to post

white bar on launch image

Hello!

Please look here: http://stackoverflow.com/a/19709974
Here you can find recommendations how to solve this problem.

Go to advanced search