Tiggzi is down at the moment... I understand the need for scheduled maintenance, or is this an unplanned outage? Is the maintenance schedule available somewhere? Also, it seems that while I can still access my published mobile web app, there is no access to my tiggzi database, so I can't log in... I...
I have data in a TIggzi database that has three columns. when I get the data from the rest service, it comes through as JSON objects e.g. { " id":"516ea545e4b055aafd1f6355", "Hour":"08:00", "LY":".05", "TY":"0.2" }, { &q...
Sorry Max, all the Google API documentation seems to rely on having a persistent variable containing the map object, which is then updated by subsequent events on the web page (adding markers etc.). I still don't understand how to create and retain this variable for the life of a page in my Tiggzi a...
Sorry Max, all the Google API documentation seems to rely on having a persistent variable containing the map object, which is then updated by subsequent events on the web page (adding markers etc.). I still don't understand how to create and retain this variable for the life of a page in my Tiggzi a...
Thanks Max. There is an API that does this - you can create a marker and then call setMap to apply it to the map. My problem is that I don't know how to refer to the existing map object - Tiggr('googlemap1').get(0) seems to point to the div, not the map inside it. On a web page they get round ths by...
Thanks Max. There is an API that does this - you can create a marker and then call setMap to apply it to the map. My problem is that I don't know how to refer to the existing map object - Tiggr('googlemap1').get(0) seems to point to the div, not the map inside it. On a web page they get round ths by...
Hi, I have a question about Google Maps - apologies if this is obvious. Is it possible to refer to an existing map in the UI, and amend it, or do I need to create a new map each time I change it? All the examples I have seen require creating a new instance of a map object. I don't want to do this, a...
I'm not sure if anyone else has had this problem, but I find that my local variables (all except one of them) disappear when I close the builder, and then re-open it. The variables still work, bizarrely. Where I have set a property to be updated from the local variable, it stil functions, but the lo...