↧
Current window not preserved on back button click in Android
Hi. I'm using Android APIs 2.2 and Titanium 1.5.1. I'm trying to implement a button which fires an event to current window (for example, winA). A modal window, winB can be accessed from winA. To get...
View ArticleHow to Check whether window property exists
Hey , I have the following code Titanium.UI.createWindow({ url:'somenewcode.js', title:'your new window', oldWin:Ti.currentWindow // this gets you a pointer }); I want to check whether the oldWin...
View Article"undefined" Errors with closing window
I'm getting "undefined" error messages for this few days when I tried to close window from the child window which opened from index.js. Could anybody tell me which part is making trouble. Thank you....
View Article