Search found 74 matches

Go to advanced search

by Shaun Summers
Thu Jul 09, 2015 12:13 pm
Forum: Issues
Topic: Binary app for Android - where is the App Settings screen?
Replies: 2
Views: 497
 
Jump to post

Binary app for Android - where is the App Settings screen?

Great. Thanks. Seems so obvious now!

by Shaun Summers
Thu Jul 09, 2015 11:56 am
Forum: Issues
Topic: Binary app for Android - where is the App Settings screen?
Replies: 2
Views: 497
 
Jump to post

Binary app for Android - where is the App Settings screen?

Hello, I'm ready to publish to Google Play. On the appery support pages it says that I need to "“check 'Release' in App Settings Android binary. " I found another help page with a screen shot. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1234547/AndroidBinary1_inline.jpg?1436442742 My p...
by Shaun Summers
Thu Jul 09, 2015 8:09 am
Forum: Issues
Topic: Why can't I invoke a service when a user clicks on the Collapse Block Header?
Replies: 4
Views: 617
 
Jump to post

Why can't I invoke a service when a user clicks on the Collapse Block Header?

I have tried running the javascript on page load:

Apperyio("").closest('[data-role="collapsible"]').find('h3').click(list_countries.execute({}));

But it seems to execute the service regardless of whether the header is clicked. What am I doing wrong?

by Shaun Summers
Thu Jul 09, 2015 7:43 am
Forum: Issues
Topic: Why can't I invoke a service when a user clicks on the Collapse Block Header?
Replies: 4
Views: 617
 
Jump to post

Why can't I invoke a service when a user clicks on the Collapse Block Header?

Thank you. Where/when should I execute the javascript (on page load?)

Regards, Shaun.

by Shaun Summers
Wed Jul 08, 2015 3:20 pm
Forum: Issues
Topic: Why can't I invoke a service when a user clicks on the Collapse Block Header?
Replies: 4
Views: 617
 
Jump to post

Why can't I invoke a service when a user clicks on the Collapse Block Header?

I would like to load a selection list for a field that is in a Collapsable Block but only if the user clicks the block header to open it up. I can use the other elements of the collapsable block for an on click event (the body, content, ...) but not the header. The problem with using the other eleme...
by Shaun Summers
Wed Jul 08, 2015 1:17 pm
Forum: Issues
Topic: Password reset doesn't work is login is email address.
Replies: 8
Views: 1084
 
Jump to post

Password reset doesn't work is login is email address.

My bad! Just worked it out. You need to replace this line in two places. In the server code file ResetPassword AND in the server code file SendEmail. SendEmail is the code that runs when you request a secret code. ResetPassword then runs when you choose a new password (and it picks up the username f...
by Shaun Summers
Wed Jul 08, 2015 1:03 pm
Forum: Issues
Topic: Password reset doesn't work is login is email address.
Replies: 8
Views: 1084
 
Jump to post

Password reset doesn't work is login is email address.

I have found what BananaGator was refering to (thanks!) I also found a previous question ( https://getsatisfaction.com/apperyio/... ) on this which was answered by Appery and fixed the issue. However, the WHERE... from that question and the WHERE code in the file I'm looking at is not the same and t...
by Shaun Summers
Wed Jul 08, 2015 10:49 am
Forum: Issues
Topic: Valid email address code not working.
Replies: 4
Views: 554
 
Jump to post

Valid email address code not working.

I got another work around to work. I've posted it here in case it is useful for somebody else: if ($.trim(Appery("Country_Select").val()) !== "Not_selected") { if ($.trim(Appery("loginInput").val()) !== "") { if (Appery("passwordInput").val() == Appe...
by Shaun Summers
Wed Jul 08, 2015 9:41 am
Forum: Issues
Topic: Valid email address code not working.
Replies: 4
Views: 554
 
Jump to post

Valid email address code not working.

Thanks for the answer. I'm afraid I don't really understand where to include the code that you've given me in the original code that I posted (I've just been following the tutorial...)

Shaun.

Go to advanced search