Search found 4 matches

Go to advanced search

by Ron5262221
Wed Dec 05, 2012 11:22 pm
Forum: Issues
Topic: How many screens is too many for a web app?
Replies: 4
Views: 1287
 
Jump to post

How many screens is too many for a web app?

I'd like to build a web app and export as jquery single page that could possibly contain 200 or so screens. Is this going to be so large that it would take an unreasonable amount of time to load.

What's the largest you've ever seen?

Thx

by Ron5262221
Sun Nov 25, 2012 3:13 am
Forum: Issues
Topic: Using local storage for image url
Replies: 5
Views: 5242
 
Jump to post

Using local storage for image url

Do I paste the above script in the "add JavaScript" inside the Data Mapping, or do I add this on event "success" ?

Exactly where and how would I paste the script????

by Ron5262221
Sat Nov 24, 2012 9:35 pm
Forum: Issues
Topic: Using local storage for image url
Replies: 5
Views: 5242
 
Jump to post

Using local storage for image url

Thanks. I'm assuming that this would be a javascript function. I'm pretty new to this, so could you share with me how to write the stringify function. I think it looks something like this but I'm not sure :

var r = JSON.stringify(value);
localStorage('key', r);

by Ron5262221
Sat Nov 24, 2012 2:30 am
Forum: Issues
Topic: Using local storage for image url
Replies: 5
Views: 5242
 
Jump to post

Using local storage for image url

I can map text data from my backend to local storage in my app and reuse the data on another page quite easily. However it doesn't work if the data is an image url. I can map the image url data to display correctly using both the image component and HTML panel, but if I save the url to local storage...

Go to advanced search