Page 1 of 2
Tutorial question about "set property" action
Posted: Wed Dec 26, 2012 3:37 am
by Jon
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.
I'm on the Android Hello World tutorial (http://help.gotiggr.com/getting-start...).
I'm on this step: Setting Up Variables, Events and Navigation, #8
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?
Tutorial question about "set property" action
Posted: Wed Dec 26, 2012 3:42 am
by maxkatz
Can you post a screen shot of the event just before you click Add event button?
Tutorial question about "set property" action
Posted: Wed Dec 26, 2012 3:58 am
by Jon
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...)
Tutorial question about "set property" action
Posted: Wed Dec 26, 2012 4:54 am
by maxkatz
Hmm.. just tried this and it worked fine.
You get the message when you click Add event?
Tutorial question about "set property" action
Posted: Wed Dec 26, 2012 2:32 pm
by Jon
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.
Tutorial question about "set property" action
Posted: Wed Dec 26, 2012 3:28 pm
by maxkatz
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
Tutorial question about "set property" action
Posted: Wed Jan 23, 2013 8:00 am
by Bob Fludder
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);
Tutorial question about "set property" action
Posted: Wed Jan 23, 2013 8:33 am
by Maryna Brodina
Hello! We are going to release new version today.
Tutorial question about "set property" action
Posted: Wed Jan 23, 2013 9:20 am
by Bob Fludder
Excellent. But what timezone ?
Tutorial question about "set property" action
Posted: Wed Jan 23, 2013 9:21 am
by Bob Fludder
Oh and forgot to ask. Is there a list of whats being fixed available ?