Search found 117 matches

Go to advanced search

by KorryRogers
Sat Aug 23, 2014 4:10 am
Forum: Issues
Topic: Can't Add Database Service
Replies: 1
Views: 402
 
Jump to post

Can't Add Database Service

I'm keep getting this error every time I try to add a database service:

"Getting data from database failed. Please try again. If this error happens again, let us know about it by emailing a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a."

Help! :)

by KorryRogers
Fri Aug 22, 2014 5:48 am
Forum: Issues
Topic: Replace an Image
Replies: 1
Views: 433
 
Jump to post

Replace an Image

I've got a logo image in the header of all my app pages. I want to change it. I've been trying to replace the image in the image bin, but it gets renamed, and when I change the original image name first, it changes the references to it on all the pages. I'd rather not have to go to each individual p...
by KorryRogers
Sat Aug 16, 2014 2:50 pm
Forum: Issues
Topic: Show Select Box After Successful JSON Service Call
Replies: 3
Views: 606
 
Jump to post

Show Select Box After Successful JSON Service Call

There are no error. I found a work around by adding another action to the success of the service that changes the visible property on that select box. I'm still curious as to why the .show() didn't work though.

by KorryRogers
Fri Aug 15, 2014 1:23 pm
Forum: Issues
Topic: Show Select Box After Successful JSON Service Call
Replies: 3
Views: 606
 
Jump to post

Show Select Box After Successful JSON Service Call

I've got a select box on my page named selectRegion2. By default, it his not visible. The data for this box is loaded via a JSON call. I pass a variable into the call and if there are no results, the page returns a 403 error so the call isn't successful. When there is data, the call is successful an...
by KorryRogers
Fri Aug 15, 2014 3:11 am
Forum: Issues
Topic: Setting the Chosen Option from a Select Box from Local Variable
Replies: 4
Views: 739
 
Jump to post

Setting the Chosen Option from a Select Box from Local Variable

Well, I got it working by adding the JS to the run on the success of the service call. I'd still like to know why it didn't work on the page load though. Thoughts?

by KorryRogers
Fri Aug 15, 2014 3:06 am
Forum: Issues
Topic: Setting the Chosen Option from a Select Box from Local Variable
Replies: 4
Views: 739
 
Jump to post

Setting the Chosen Option from a Select Box from Local Variable

After playing around with it some more, If I change the JS script to run on scroll instead of load, it works just fine. Any ideas why it's not running on load?

by KorryRogers
Fri Aug 15, 2014 2:53 am
Forum: Issues
Topic: Setting the Chosen Option from a Select Box from Local Variable
Replies: 4
Views: 739
 
Jump to post

Setting the Chosen Option from a Select Box from Local Variable

I've currently got a select box named selectGameDates on a page who's options are loaded from a JSON call. When an option is selected, I store the value in a local storage variable called gameDate. I then reload the page and pass that new date into the JSON service. This all works fine except that I...

Go to advanced search