Search found 11 matches

Go to advanced search

by Jon Fusco
Fri Feb 20, 2015 4:23 pm
Forum: Issues
Topic: Can Anyone Help Me Create A REST Service For Amazon Marketplace API?
Replies: 1
Views: 302
 
Jump to post

Can Anyone Help Me Create A REST Service For Amazon Marketplace API?

Hello, Any help here would be awesome of the responder. I am having trouble getting a response to the Amazon Marketplace API (the one for sellers on the marketplace). I just get confused when it comes to what I need to request for a proper response. I have an account and a developer key, etc. What d...
by Jon Fusco
Thu May 29, 2014 1:34 pm
Forum: Issues
Topic: Photos in Camera Service with Data URLs How Can I view them?
Replies: 2
Views: 231
 
Jump to post

Photos in Camera Service with Data URLs How Can I view them?

I'm new to this so if this is an obvious question I apologize. I saw a tutorial about how to download a File from the Filemanager within Appery but nothing for the PhoneGap camera service specifically. My image files are in another collection called "inventory". I have my camera service se...
by Jon Fusco
Sat May 10, 2014 3:35 pm
Forum: Issues
Topic: How can I import a database collection that is over 4MB?
Replies: 2
Views: 273
 
Jump to post

How can I import a database collection that is over 4MB?

I built a database collection in Appery that uses alot of camera services to take pictures and the data URLs are really long. So when I exported a database to CSV that was only previously 2MB the image data URLs have increased the collection size to 12MB and now I cannot import my CSV collection. An...
by Jon Fusco
Thu May 08, 2014 6:29 pm
Forum: Issues
Topic: Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded
Replies: 8
Views: 527
 
Jump to post

Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded

So here's the solution: Events: Add Custom Javascript Run Javascript "On Page Show" $(document).bind('mobileinit', function() { $.mobile.loader.prototype.options.text = "loading"; $.mobile.loader.prototype.options.textVisible = true; $.mobile.loader.prototype.options.theme = &quo...
by Jon Fusco
Thu May 08, 2014 5:30 pm
Forum: Issues
Topic: Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded
Replies: 8
Views: 527
 
Jump to post

Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded

It actually seems to be working now. I will repost if this changes. But to anyone interested in implementing this use the exact steps above.

I was using the Appery.io Tester on iOS and I think it maybe just needed to be refreshed.

by Jon Fusco
Thu May 08, 2014 4:52 pm
Forum: Issues
Topic: Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded
Replies: 8
Views: 527
 
Jump to post

Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded

Thank you again, I feel so close but it still is not working in Appery. I actually got it to work on it's own without Appery where my confusion lies is why I cannot implement it in Appery. Here are my exact steps as you were so kind to outline above: Create -- Custom Javascript Create Blank Javascri...
by Jon Fusco
Wed May 07, 2014 4:03 pm
Forum: Issues
Topic: Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded
Replies: 8
Views: 527
 
Jump to post

Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded

Thank you for the reply. I should have explained I have very little experience with javascript/jQuery and I would not be able to implement that. Could someone just post a code snippet here for me that I could cut & paste then tell me when to invoke javascript on the page? Like if it is "On ...
by Jon Fusco
Wed May 07, 2014 3:02 pm
Forum: Issues
Topic: Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded
Replies: 8
Views: 527
 
Jump to post

Javascript/jQuery Loading Spinner - Wait Until Entire Page Is Loaded

Hello, I want to add a loading spinner when a user searches our database that will spin until the entire page and all database entries have loaded. The user would not be able to enter data until the entire page was loaded. Similar to how the Appery.io iOS app has one as you log in. A bonus would be ...
by Jon Fusco
Mon Apr 14, 2014 2:15 am
Forum: Issues
Topic: Query Products Database Dropdown Based On LocalStorage Variable
Replies: 6
Views: 810
 
Jump to post

Query Products Database Dropdown Based On LocalStorage Variable

Rick, you are the M-A-N. I was able to do it using that last line of code exactly as you said.

return '{"LoadID":"'+ jsLoadID+'"}';

Maybe you are not an amateur? Thank you that made my night! It worked with a list REST too after I added the "where" parameter.

by Jon Fusco
Mon Apr 14, 2014 12:29 am
Forum: Issues
Topic: Query Products Database Dropdown Based On LocalStorage Variable
Replies: 6
Views: 810
 
Jump to post

Query Products Database Dropdown Based On LocalStorage Variable

To add to this what I would like to do is very similar to the warehouse app tutorial except instead of scanning a barcode we would like to select from a dropdown and display multiple results, not just a single result like in this tutorial.

http://docs.appery.io/tutorials/wareh...

Go to advanced search