Search found 11 matches

Go to advanced search

by David Lewis
Wed Mar 25, 2015 5:16 pm
Forum: Issues
Topic: Set variable in local storage? (New update)
Replies: 10
Views: 2833
 
Jump to post

Set variable in local storage? (New update)

No errors. It's simple math code in JS. It keeps getting stuck on the loading icon in between the input page and output page.

by David Lewis
Mon Mar 23, 2015 5:36 pm
Forum: Issues
Topic: Set variable in local storage? (New update)
Replies: 10
Views: 2833
 
Jump to post

Set variable in local storage? (New update)

It is still getting stuck with a gray, swirling loading icon now. My code pretty much matches yours, but the final page will not load for some reason

by David Lewis
Wed Mar 04, 2015 8:38 pm
Forum: Issues
Topic: JavaScript won't output values (Check code please)
Replies: 5
Views: 1287
 
Jump to post

JavaScript won't output values (Check code please)

Now it's showing this: Image

by David Lewis
Wed Mar 04, 2015 5:11 pm
Forum: Issues
Topic: JavaScript won't output values (Check code please)
Replies: 5
Views: 1287
 
Jump to post

JavaScript won't output values (Check code please)

You're going to have to dumb it down a bit please.

by David Lewis
Wed Mar 04, 2015 2:03 am
Forum: Issues
Topic: JavaScript won't output values (Check code please)
Replies: 5
Views: 1287
 
Jump to post

JavaScript won't output values (Check code please)

Can someone check my code blocks? INPUT: var majd = Number(Apperyio("majd").val()); if (majd === 0) { alert ("Please enter number 0."); return; } var TPI = Number(Apperyio("TPI").val()); if (TPI === 0) { alert ("Please enter number 0."); return; } var n = Numb...
by David Lewis
Tue Mar 03, 2015 4:00 pm
Forum: Issues
Topic: Set variable in local storage? (New update)
Replies: 10
Views: 2833
 
Jump to post

Set variable in local storage? (New update)

As I said, I'm new to JavaScript. I'm trying to pull user input into basic calculations, then print the results to another page in the app. I tried copying your site's basic tip calculator format, but the output does not appear on the screen.

by David Lewis
Mon Mar 02, 2015 1:08 pm
Forum: Issues
Topic: Set variable in local storage? (New update)
Replies: 10
Views: 2833
 
Jump to post

Set variable in local storage? (New update)

Sure. Here is the relevant code, then the screenshot (see other reply) of the Event window. My app is a basic calculator, so it needs to pull in user input. I could just be coding wrong (new to Javascript). var majd = Number(Apperyio("majd").val()); if (majd === 0) { alert ("Please en...
by David Lewis
Sun Mar 01, 2015 11:53 pm
Forum: Issues
Topic: Set variable in local storage? (New update)
Replies: 10
Views: 2833
 
Jump to post

Set variable in local storage? (New update)

Since the update, some of the features for setting local variable are not working. For example, I try to set a variable using the Events area, but the Value input only has a dropdown menu with no options. I only ask because all of the tutorials are from over a year ago, and the UI has changed consid...
by David Lewis
Sun Mar 01, 2015 11:50 pm
Forum: Issues
Topic: How to switch page order, or does it matter?
Replies: 3
Views: 650
 
Jump to post

How to switch page order, or does it matter?

Thanks

Go to advanced search