Jon
Posts: 0
Joined: Wed Dec 26, 2012 3:37 am

Tutorial question about "set property" action

Hi Tiggzi team,

First off, great world on the tutorials. I'm loving them. I had started off with Tiggzi by jumping right in, but I'm finding they fill in some holes for me.

I just got stuck though, and I'm curious if I'm missing something or if this is a bug after your recent GUI update. It's not a big deal, but I want to make sure I understand the interface.

  1. I'm on the Android Hello World tutorial (http://help.gotiggr.com/getting-start...).

  2. I'm on this step: Setting Up Variables, Events and Navigation, #8

  3. I keep getting this popup: "Cannot save event with not completed data! Discard changes?" and with a "yes" or "no" option.

    I've checked and rechecked my work and I can't see how I'm deviating from the instructions.

    What next?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Tutorial question about "set property" action

Can you post a screen shot of the event just before you click Add event button?

Jon
Posts: 0
Joined: Wed Dec 26, 2012 3:37 am

Tutorial question about "set property" action

Thanks for the quick reply, Max.

Attached is the picture.

(and I just ran into the exact same problem on the other "hello world" tutorial http://help.gotiggr.com/getting-start...)

Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Tutorial question about "set property" action

Hmm.. just tried this and it worked fine.

You get the message when you click Add event?

Jon
Posts: 0
Joined: Wed Dec 26, 2012 3:37 am

Tutorial question about "set property" action

Yes, that's correct. And the same thing happened at the exact same place for me on the "Building Hello World HTML5 Mobile App With Local Storage"

You're welcome to break into my apps and have a look around if that would help.

Or any other ideas would be great.

Much thanks.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Tutorial question about "set property" action

It appears to be a bug.. it will be fixed.

As a workaround, you can read the local storage variable via the API. Run this on page load:

code
var input = localStorage.getItem("name");
Tiggzi('enteredName').text(input);
/code

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Tutorial question about "set property" action

Looks as though this bug hasn't been fixed. Any idea when as I can't get the "workaround" to work either.
I've tried:
var varService = localStorage.getItem('wrkwthServer');
Tiggzi('URL').text(varService);

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Tutorial question about "set property" action

Hello! We are going to release new version today.

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Tutorial question about "set property" action

Excellent. But what timezone ?

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

Tutorial question about "set property" action

Oh and forgot to ask. Is there a list of whats being fixed available ?

Return to “Issues”