Search found 7 matches

Go to advanced search

by richsaw
Thu Feb 23, 2012 9:07 pm
Forum: Issues
Topic: Saving state and data for user next use
Replies: 11
Views: 2720
 
Jump to post

Saving state and data for user next use

Thanks Max, I'll have a play :)

by richsaw
Wed Feb 22, 2012 8:16 pm
Forum: Issues
Topic: Saving state and data for user next use
Replies: 11
Views: 2720
 
Jump to post

Saving state and data for user next use

Thanks Max, In this case I'd like a user to set the visibility of an image by clicking it. To save this state do I then add an action to the click event that saves a local storage variable - in this case imagex 'visible'. Then on page load add an event that retrieves the local storage variable image...
by richsaw
Tue Feb 21, 2012 6:40 pm
Forum: Issues
Topic: Saving state and data for user next use
Replies: 11
Views: 2720
 
Jump to post

Saving state and data for user next use

Hi, I'm wondering how the state of a screen can be saved so that when a user next opens the app they will be directed to the last screen they were on and any data changed on that screen as they last viewed it?

by richsaw
Thu Feb 16, 2012 10:50 pm
Forum: Issues
Topic: Basic javascript
Replies: 6
Views: 1481
 
Jump to post

Basic javascript

Thanks. Just what I needed, I understand it now. I was calling a variable for todays date and it works calling the today variable :) precode var now = new Date(); var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'); today = days[now.getDay()] Tiggr('m...
by richsaw
Thu Feb 16, 2012 9:46 pm
Forum: Issues
Topic: Basic javascript
Replies: 6
Views: 1481
 
Jump to post

Basic javascript

Genius! Simple always best. Thanks :) The other question is lets say I have a JS code that outputs the day of the week. 'Monday'. How do I enable that variable to be output in a specifc label or grid on Load? Instead of an Alert as in the js api here: http://help.gotiggr.com/documentation... and whe...
by richsaw
Thu Feb 16, 2012 5:48 pm
Forum: Issues
Topic: Basic javascript
Replies: 6
Views: 1481
 
Jump to post

Basic javascript

Mobile app builder

by richsaw
Thu Feb 16, 2012 5:15 pm
Forum: Issues
Topic: Basic javascript
Replies: 6
Views: 1481
 
Jump to post

Basic javascript

Enjoying getting to grips with tiggzi but my javascript knowledge leaves a little to be desired. I'm initially trying to do something relatively basic: On a screen i have a blank grid with 7 rows and 10 columns. When a user clicks on a grid cell i'd like an image to appear in that cell. If they pres...

Go to advanced search