order of events and passing ids
Hi, I've just started exploring your service, so I may overlook somethings. I just finished the html5 database sample (http://help.gotiggr.com/getting-start...).
Upon pressing the delete button, the first time, the message is not deleted. However, the second time, the message is deleted.
I notice the following: though I explicitly created the 'delete service' action event, after the 'set local storage' action event, upon reloading the project, the order of the events is reversed (so the delete service is invoked before the setting the id variable).
Checking the javascript code (after downloading) seems to confirm this, that the delete service is invoked after setting the variable. This would also explain why the pressing the button for a second time does delete the item from the database.
Am I missing something or is this a bug, and if so, is there a workaround?
kind regards,
Maarten