Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Fri Aug 30, 2013 4:27 pm
Forum: Issues
Topic: Complicated REST POST using Services UI
Replies: 2
Views: 458
 
Jump to post

Complicated REST POST using Services UI

You can use request parameters from json by executing you REST Service from code: preservice_name.execute({ success: function( PlainObject data, String textStatus, jqXHR jqXHR ) { //Success handler here }, error: function( jqXHR jqXHR, String textStatus, String errorThrown ) ...
by Serhii Kulibaba
Fri Aug 30, 2013 3:45 pm
Forum: Issues
Topic: Complicated REST POST using Services UI
Replies: 2
Views: 458
 
Jump to post

Complicated REST POST using Services UI

Hello Andrew!
It is imposible to import request parameters from json by Appery IU.

by Serhii Kulibaba
Fri Aug 30, 2013 3:40 pm
Forum: Issues
Topic: New Appery.IO & Windows Phone
Replies: 18
Views: 1878
 
Jump to post

New Appery.IO & Windows Phone

Hi! Yes, Windows Phone has some problems with page loading and showing. You can try add code for executing by timeout: prefunction allActionsOnLoad() { //here is your code, for example alert navigator.notification.alert("LOAD", function(){}, "It's alive...
by Serhii Kulibaba
Fri Aug 30, 2013 3:08 pm
Forum: Issues
Topic: trigger pagechange event
Replies: 1
Views: 389
 
Jump to post

trigger pagechange event

Hello!
You can add event "Page hide" for page. It triggered, when user changes the page.

by Serhii Kulibaba
Fri Aug 30, 2013 2:49 pm
Forum: Issues
Topic: change text colour on button
Replies: 6
Views: 565
 
Jump to post

change text colour on button

Hi Michael!
Change next CSS for green button:
pre.green{
color:#ffffff;
text-shadow: none;
}
.green:hover{
color: #ffffff;
text-shadow: none;
}
/pre

by Serhii Kulibaba
Thu Aug 29, 2013 9:08 pm
Forum: Issues
Topic: Passing variable value to setDetailContent
Replies: 1
Views: 393
 
Jump to post

Passing variable value to setDetailContent

Hello Ravi Wayne!
Yes, it is possible.
You can pass a variable setDetailContent() as full path to file ("http://example.com"), and path to page from your project. ("Screen1.html").

by Serhii Kulibaba
Thu Aug 29, 2013 7:47 pm
Forum: Issues
Topic: Update user password on user interface
Replies: 37
Views: 4531
 
Jump to post

Update user password on user interface

Hello! To change user's password, create new REST service with next settings: URL: https://api.appery.io/rest/1/db/users... Method: put DataType: json Settings: the same as login service Set next request parameters: user_id = empty X-Appery-Database-Id = {database_id} X-Appery-Session-Token = empty ...
by Serhii Kulibaba
Thu Aug 29, 2013 3:11 pm
Forum: Issues
Topic: Twitter Mapping Problems
Replies: 11
Views: 1699
 
Jump to post

Twitter Mapping Problems

Please share your project with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a

by Serhii Kulibaba
Wed Aug 28, 2013 8:58 pm
Forum: Issues
Topic: Buttons in a grid with custom icons?
Replies: 8
Views: 959
 
Jump to post

Buttons in a grid with custom icons?

Hi Brian! To create buttons, as you want, you should set Properties for Buttons: Inline: checked Icon: None Text: Keep empty push More Properties - add "padding" with value=0 Next changes will not visible in Appery Editor, but they will be in preview and application: Add event "Load&q...
by Serhii Kulibaba
Wed Aug 28, 2013 6:24 pm
Forum: Issues
Topic: Help with Setting Bounded LocalStorage
Replies: 9
Views: 1544
 
Jump to post

Help with Setting Bounded LocalStorage

Please, rename all variables according to rule above. And use it in the future.

Go to advanced search