Search found 16 matches

Go to advanced search

by Matt Oakes
Fri Mar 15, 2013 1:55 pm
Forum: Issues
Topic: Navigate to URL won't accept any URLs!
Replies: 3
Views: 350
 
Jump to post

Navigate to URL won't accept any URLs!

One more thing... linking to a URL from a button or label seems to work but linking from a picture doesn't. I suppose it's not a great problem - I can just use a button or label instead!

Matt

by Matt Oakes
Fri Mar 15, 2013 1:50 pm
Forum: Issues
Topic: Button not working but programmed correctly. Is this a bug?
Replies: 10
Views: 866
 
Jump to post

Button not working but programmed correctly. Is this a bug?

Hi,

I'm a teacher and the project is one of my students'. Here it is:

http://project.tiggzi.com/mobile-fram...

Thanks,

Matt

by Matt Oakes
Fri Mar 15, 2013 1:49 pm
Forum: Issues
Topic: Navigate to URL won't accept any URLs!
Replies: 3
Views: 350
 
Jump to post

Navigate to URL won't accept any URLs!

Hi, When I use the "On Click" and "Navigate to Link", Tiggzi won't accept anything I type in the box. Whatever I put in, it always says: Field "URL" cannot be empty or contain invalid url value. Cannot save event without completed data. Discard changes? I've tried all s...
by Matt Oakes
Fri Mar 15, 2013 1:43 pm
Forum: Issues
Topic: Button not working but programmed correctly. Is this a bug?
Replies: 10
Views: 866
 
Jump to post

Button not working but programmed correctly. Is this a bug?

No error that I can find, it's just hanging.

by Matt Oakes
Fri Mar 15, 2013 11:48 am
Forum: Issues
Topic: Button not working but programmed correctly. Is this a bug?
Replies: 10
Views: 866
 
Jump to post

Button not working but programmed correctly. Is this a bug?

Hi, I'm trying to make an intro screen with a picture and a button on it. On pressing the button, the app should navigate to another screen. In "Test", the button does not work - it just hangs with the circle rotating in the middle and the screen greyed out. The button is definitely config...
by Matt Oakes
Mon Mar 11, 2013 5:31 pm
Forum: Issues
Topic: Trouble with JavaScript
Replies: 2
Views: 304
 
Jump to post

Trouble with JavaScript

That works!

You're ace :-)

Thanks!

by Matt Oakes
Mon Mar 11, 2013 5:05 pm
Forum: Issues
Topic: Trouble with JavaScript
Replies: 2
Views: 304
 
Jump to post

Trouble with JavaScript

Hi, I'm struggling to do a simple job with JavaScript. I've looked online for answers but with no luck. I have managed to create an input with a button that assigns whatever the user enters to a variable called "Answer". I now need a couple of lines that will compare this to a predetermine...
by Matt Oakes
Mon Mar 11, 2013 4:55 pm
Forum: Issues
Topic: If statements in Java
Replies: 8
Views: 697
 
Jump to post

If statements in Java

Sorry to be a pain, but I still can't get this to work. I've been looking at online tutorials for JavaScript without much luck. Assuming that Answer is the local storage variable and the label which I want to unhide is called Output, what would the second line of code be? When "James Bond"...
by Matt Oakes
Mon Mar 11, 2013 4:55 pm
Forum: Issues
Topic: If statements in Java
Replies: 8
Views: 697
 
Jump to post

If statements in Java

Sorry - the line should read:

if (localStorage.getItem('Answer') == 'James Bond')

by Matt Oakes
Thu Mar 07, 2013 8:22 pm
Forum: Issues
Topic: If statements in Java
Replies: 8
Views: 697
 
Jump to post

If statements in Java

So, should this work for the first line?

if (localStorage.getItem('Answer') = 'James Bond')

Where Answer is the variable.

What, then, is the command for setting a label to visible?

Thanks,

Matt

Go to advanced search