Forging-Titanium
Forging-Titanium copied to clipboard
A weekly screencast series on Titanium development topics
remove the event handler of the windowToAdd 'close' event after its execution https://github.com/appcelerator-developer-relations/Forging-Titanium/issues/3
I opened up 15 windows and then clicked on the Home button and the app crashed and I can't start it again even after cleaning my project.
Completely broken, obvious layout problems. Any easy fixes? Tony I think you saw my centred menu implementation, here is a gist, I have managed to centre the menuButton, but the...
Hi, the demo crashes, because there is an error line 3 controller is not found. i quess it should be the navController. line 15 TestWindow is not found... well to...
the picker in modal windows seems to appear and disappear. it seems, it lays behind my window
I got the null values for TYPE_PICKER AND TYPE_DATE. What's the problem? I added a alert statement after Ti.API.debug(e) within forms.addEventListener. Any suggestion. Thanks.
How would I implement this inside a tabGroup??? I have a tabGroup at app.js and I would like to have a NavigationController inside each tab. How would I do that?...
The code throws the following error: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK and essentially starts the app again. I'm trying to use the notification to get back from a...
Hi Kevin, I had to comment out line 12 of NavigationController.js to get things to correctly function across the two platforms, not sure exactly what's going on, but if i...