Search found 13 matches

Go to advanced search

by Erin Rasmussen
Fri Jul 18, 2014 12:17 pm
Forum: Issues
Topic: Loading multiple images from database to List
Replies: 7
Views: 1619
 
Jump to post

Loading multiple images from database to List

Hi,

I somehow got it to work. I just deleted the image object I had and then replaced it with a new one and it works now

by Erin Rasmussen
Thu Jul 17, 2014 5:23 pm
Forum: Issues
Topic: Loading multiple images from database to List
Replies: 7
Views: 1619
 
Jump to post

Loading multiple images from database to List

The second image is the js for the event of query success

by Erin Rasmussen
Thu Jul 17, 2014 1:54 pm
Forum: Issues
Topic: Loading multiple images from database to List
Replies: 7
Views: 1619
 
Jump to post

Loading multiple images from database to List

Hi, So what I'm trying to do is using a search bar, search for all entries in the database that match the string entered in the search. Then, all the possible matches are shown in a Collapsible which contains various pieces of information as well as an image of the item. I have the search query work...
by Erin Rasmussen
Wed Jul 16, 2014 9:49 pm
Forum: Issues
Topic: Saving session information after user has quit the app
Replies: 2
Views: 540
 
Jump to post

Saving session information after user has quit the app

Thank you! This is exactly what I needed

by Erin Rasmussen
Wed Jul 16, 2014 7:23 pm
Forum: Issues
Topic: Saving session information after user has quit the app
Replies: 2
Views: 540
 
Jump to post

Saving session information after user has quit the app

I'm wondering if it is possible to save information that a user has entered so that it is available the next time they use the app. My goal is that the user only has to log-in the first time they use the app so that every time after they won't need to re-enter the information

by Erin Rasmussen
Tue Jul 15, 2014 1:38 pm
Forum: Issues
Topic: Loading image from database
Replies: 11
Views: 2404
 
Jump to post

Loading image from database

I figured it out. I used localStorage.getItem() and saved it to var2 and saved the first half of the path to var1. Then I used var1.concat(var2). Thank you for all the help!

by Erin Rasmussen
Tue Jul 15, 2014 1:27 pm
Forum: Issues
Topic: Loading image from database
Replies: 11
Views: 2404
 
Jump to post

Loading image from database

I should be more specific, I'm using concat() to append my path string, but I can't figure out how to call the local variable that I have the file name stored in.

by Erin Rasmussen
Tue Jul 15, 2014 1:12 pm
Forum: Issues
Topic: Loading image from database
Replies: 11
Views: 2404
 
Jump to post

Loading image from database

After the success of a service, I am launching a java script to change the picture.
And thank you, the databaseID was what I was missing. It's loading the file now.

If I were to use a variable for the file name, how could I add that to the end of the rest of the path string?

by Erin Rasmussen
Mon Jul 14, 2014 9:05 pm
Forum: Issues
Topic: Loading image from database
Replies: 11
Views: 2404
 
Jump to post

Loading image from database

This is the code I'm using. I decided to try uploading using a static file name and getting that to work before I use a variable for the file name. When I test the app, the image doesn't load. Is there something I'm doing wrong? https://d2r1vs3d9006ap.cloudfront.net/s3_images/1076396/screenshot2_inl...

Go to advanced search