Search found 29 matches

Go to advanced search

by Nick7420609
Tue Mar 31, 2015 5:04 am
Forum: Issues
Topic: Is it possible to show button with effect?
Replies: 1
Views: 536
 
Jump to post

Is it possible to show button with effect?

Figured it out :

Apperyio('component_name').slideDown(500);

Easier than I thought :-)

by Nick7420609
Tue Mar 31, 2015 4:40 am
Forum: Issues
Topic: Is it possible to show button with effect?
Replies: 1
Views: 536
 
Jump to post

Is it possible to show button with effect?

I'd like to show/hide button/component on event

Apperyio('button_name').show();

This works, but is it possible to apply effect, such as "slideup", "fade", etc?

Thanks

by Nick7420609
Mon Mar 30, 2015 1:31 pm
Forum: Issues
Topic: same code - JS vs Apperyio - different results
Replies: 7
Views: 1694
 
Jump to post

same code - JS vs Apperyio - different results

Hi Yurii,

Thank you very much, this worked like a charm!

by Nick7420609
Sun Mar 29, 2015 7:41 pm
Forum: Issues
Topic: same code - JS vs Apperyio - different results
Replies: 7
Views: 1694
 
Jump to post

same code - JS vs Apperyio - different results

Egor, I think you misunderstood my goal, so I'll explain in more details : The service needs to be a model with 2 properties : Service: page: page1 status: 0 That's why I have a such a model. So what I'm trying to do is, the following : Iterate through a list of pages ( service_selections = ['page1'...
by Nick7420609
Sun Mar 29, 2015 6:42 pm
Forum: Issues
Topic: same code - JS vs Apperyio - different results
Replies: 7
Views: 1694
 
Jump to post

same code - JS vs Apperyio - different results

Egor, also I'd like to mention that the application is shared with support, in case you need to reproduce to see the results.

thanks

by Nick7420609
Sun Mar 29, 2015 6:32 pm
Forum: Issues
Topic: same code - JS vs Apperyio - different results
Replies: 7
Views: 1694
 
Jump to post

same code - JS vs Apperyio - different results

Hi Egor,

What is LSV?

I have a static data in the array "var service_selections = ['page1', 'page2', 'page3', 'page4'];

not sure what the mapping has to do, when using static data

by Nick7420609
Sun Mar 29, 2015 4:53 am
Forum: Issues
Topic: is this possible with Appery.io?
Replies: 10
Views: 2413
 
Jump to post

is this possible with Appery.io?

Thanks Egor!

by Nick7420609
Sat Mar 28, 2015 10:44 pm
Forum: Issues
Topic: same code - JS vs Apperyio - different results
Replies: 7
Views: 1694
 
Jump to post

same code - JS vs Apperyio - different results

Very confused, hope someone can help to understand why I'm getting different results when running in JS vs Apperyio model? As you can see on the results, when using Apperyio approach, it saves 4 times but always has the last ( page4) page for some reason. Model : https://d2r1vs3d9006ap.cloudfront.ne...
by Nick7420609
Tue Mar 24, 2015 9:44 pm
Forum: Issues
Topic: ajax calls remove "?" from request
Replies: 3
Views: 756
 
Jump to post

ajax calls remove "?" from request

Hi Yurii, Thank you very much for the details. I've tried taking this approach, and it works if I add the {userName} in query string and adding a default value during the "test", however I'm having trouble passing the parameter, as it's not clear or even mentioned on the document, how to a...
by Nick7420609
Tue Mar 24, 2015 7:19 pm
Forum: Issues
Topic: mapping from local storage works on appery.io simulator but not on iphone5s
Replies: 0
Views: 906
 
Jump to post

mapping from local storage works on appery.io simulator but not on iphone5s

I'm having puzzling issue, where my mapping works perfectly on appery.io simulator, but variables are showing up as "undefined" when testing on a iphone device as a binary app(built with xcode) or even when accessing on a mobile using appery.io app. Please note that I've used this tutorial...

Go to advanced search