Search found 17 matches

Go to advanced search

by sunil_rinku
Tue Apr 22, 2014 1:40 pm
Forum: Issues
Topic: Cannot Edit Button Event.
Replies: 12
Views: 1549
 
Jump to post

Cannot Edit Button Event.

This is the code I am talking about This code is invoked onclick event when data returns. I got this from source code. ------------------------ 'onSuccess': function(data) { if (data.code == 1) { Appery.navigateTo('MemberPage', {}); } else { alert('Login Failed. Please try again.'); }; }, ----------...
by sunil_rinku
Tue Apr 22, 2014 1:22 pm
Forum: Issues
Topic: Cannot Edit Button Event.
Replies: 12
Views: 1549
 
Jump to post

Cannot Edit Button Event.

What About the code I have put into event. Where an I fetch it?

I just want to get old code and might create new event see if it works.

by sunil_rinku
Tue Apr 22, 2014 1:06 am
Forum: Issues
Topic: Cannot Edit Button Event.
Replies: 12
Views: 1549
 
Jump to post

Cannot Edit Button Event.

Just wondering, any update on this? Or idea when it can be resolved?

I cannot move my work forward without solving this issue.

Thanks again for help.

by sunil_rinku
Mon Apr 21, 2014 7:51 pm
Forum: Issues
Topic: Cannot Edit Button Event.
Replies: 12
Views: 1549
 
Jump to post

Cannot Edit Button Event.

But I already have code within it that is already working! I just need to append some more. When the REST service returns data it redirects to Dashboard page. If i go by your logic I have to rewrite my code and find the logic related to service executing manually. Can you please tell me why it is no...
by sunil_rinku
Mon Apr 21, 2014 6:41 pm
Forum: Issues
Topic: Cannot Edit Button Event.
Replies: 12
Views: 1549
 
Jump to post

Cannot Edit Button Event.

I have already created event, but I need to manipulate response that I get from API.

See attached. Image

by sunil_rinku
Mon Apr 21, 2014 1:02 am
Forum: Issues
Topic: Cannot Edit Button Event.
Replies: 12
Views: 1549
 
Jump to post

Cannot Edit Button Event.

I have a attached login event to REST service and there is code I execute when something is returned via service. Somehow I am not able to edit the event. Here is my URL http://appery.io/app/project/066d1790... page is Login. I have already tried ctrl+F5 no change. And attached is the screenshot. It...
by sunil_rinku
Sun Apr 20, 2014 4:28 pm
Forum: Issues
Topic: Login to WP database that is hosted on another domain.
Replies: 3
Views: 664
 
Jump to post

Login to WP database that is hosted on another domain.

Hey,
I guess your common logic will work. Just wanted to make sure I am on right path.

What is LSV by the way? Do you suggest cookie or HTML5 session?

Regards,
Sunil

by sunil_rinku
Tue Apr 15, 2014 2:39 am
Forum: Issues
Topic: Appery.io is undefined
Replies: 6
Views: 838
 
Jump to post

Appery.io is undefined

This solves my problem. Thanks for the help.

by sunil_rinku
Tue Apr 15, 2014 2:38 am
Forum: Issues
Topic: Login to WP database that is hosted on another domain.
Replies: 3
Views: 664
 
Jump to post

Login to WP database that is hosted on another domain.

I want to call Wordpress sevice and login user to appery APP. I have to use mysql database for now and php for now. I know there is CORS avaialble and I can accept the request and return session IDs if user is valid. But, every time I made request to my page it regenerates session ID. is there any w...

Go to advanced search