opening a window in app.js shows animation from top left?
since todays release my startup animation is borked. i used to display a window within app.js that is displayed after the default.png was loaded (it's the same picture, but will stay until a region of...
View ArticleSplitView with NavGroup regression? (works under 1.2, not under 1.3)
I have a splitview ipad app with a tableview in the master window. I set up the root tableview, then open another window containing a tableview so that the navgroup is effectively already "drilled...
View ArticleAndroid: window.width/height no longer contains a value in SDK 1.6.0
Hi, today I switched from 'Titanium SDK version: 1.6.0 (01/29/11 17:49 f9036efc1f4a524603bf)' to 'Titanium SDK version: 1.6.0 (02/14/11 16:58 4056f5d...)' cause the latest SDK contains a fix for...
View ArticleTi.include seems to be busted in SDK 1.8.0.v20111003072623
Has anyone else tried Ti.include using yesterday's CI build (1.8.0.v20111003072623)? Previously, I was using 1.8.0.v20110913141920 and Ti.include worked fine. The problem I'm having is that variables...
View ArticleiPhone Ti 1.8.0 - NavBar doesn't change height on rotation of the device when...
Hi all, my environment: Latest build of Titanium Mobile 1.8.0 (timestamp=10/14/11 14:14, githash=03b8453) iOS Simulator Version 5.0 (272) MacOSX 10.6.8 Xcode Version 4.2 Titanium Studio build:...
View Article1.8.0.1 - createPendingIntent missing from Ti.Android
I am recompiling a working app with the new SDK 1.8.0.1. This app has Android notifications in it. When I run the part where a notification is created, I get this error:Uncaught TypeError: Object...
View Article1.8.0.1 regression - AlertDialog, when dismissed, doesn't refocus window
In 1.7.5, when the user made a choice from a Ti.UI.AlertDialog, the window that was underneath the AlertDialog received a focus event. With 1.8.0.1 (V8, Android 2.2), that focus event never occurs....
View ArticleAndroid: JSS not working with 1.8.0.1 release (v8 and rhino) - Regression
Hey, my JSS definitions are no longer working since the 1.8.0.1 release. It picks up the JSS definitions from app.js but not from another window bootstrap.js. See example:...
View ArticleiOS Regression 1.7.0: Using more than 3 Views inside a ScrollableView ends in...
Hi all, I'm trying to use Tableviews inside a ScrollableView. But when adding more than three views to a ScrollableView, the first two added TableViews do no longer contain any data/rows. They get...
View ArticleRestoring missing studio features
Hi, Since the last update to Titanium Studio, I've noticed a couple of things stop working. jsLint no longer validates any files that aren't in a project. I don't do all my coding in a project,...
View ArticleButton Regression in 2.0.2GA
I have a problem with buttons in 2.0.2GA on Android 2.2. I have buttons with no title and only an image. var win = Titanium.UI.createWindow({ backgroundColor : '#1f1f1f', fullscreen : true,...
View ArticleiOS: Window title not visible when closing and opening a window using animations
Closing a window and opening another window both using animations results in a not displayed window title. Disabling the animation in openWindow() will make the title appear again. It seems to be a...
View Article