Completely new to tiggzi. I added a screen, added a REST service and saved. But I am unable to see the service getting listed for the button (added to the screen) click event. Any hints?
Completely new to tiggzi. I added a screen, added a REST service and saved. But I am unable to see the service getting listed for the button (added to the screen) click event. Any hints?
Can you attach a screen shot of Data tab and also Events tab (expand the services drop down list)?
Data tab is empty, I am not binding the data to any controls, I am getting the username password from the screen and trying to post to a REST service.
Events tab also is empty, this is the first event I am trying to add. The expanded drop down has 'Invoke Service', but when I select that, the next drop down is empty.
You need to add the service to the page:
http://docs.tiggzi.com/documentation/... (the screen shot in the docs is a little bit old, but it works exactly the same). Once you add the service to the page, you will be able to use it when defining an event.
Awesome, thank you.