Guest User

Untitled

a guest
Jun 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. selectDialog.addEventListener('click', function(ev) {
  2. if (ev.index == 1) {
  3. win1.open();
  4. win2.animate({view: win1, transition: Ti.UI.iPhone.AnimationStyle.FLIP_FROM_RIGHT});
  5. }
  6. });
  7. selectDialog.show();
Add Comment
Please, Sign In to add comment