Community Questions & Answers
TableView rendering async since 1.5.0?
One of the features of 1.5.0 for iOS would be an increase in the performance of TableViews. However, while the TableViewRows get rendered indeed a fraction of a second faster, the labels in it look like they get 'slapped' on after rendering the tableview....
Problem when adding a label to button in Android
Hi, I have created a function like this for creating buttons on a window : ~~~ function createButton(labelCaption, link) { var b =...
New Android Menu creation for 1.5.0 not working on first window
I just started migrating from the old way of creating menus in Android to the new one in 1.5.0 and I can't get it working. My application creates a window when it starts (no tabs like the KS sample). Basically I start the window like this in the app.js...
HTTPClient Properties bug in SDK 1.5.0??
Just find that in IPhone HTTPClient Properties Properties location return null in SDK 1.5.0, it was ok in 1.4.x, is it a bug or something changed in this new released SDK 1.5.0??? //------------ Ti.API.info(this.location) just return null
Cross-platform layout using JSS on Ti 1.5.0 ..... HELP!!!!
Following the instructions in the guides for the "cross-platform layout using JSS" ... the styles don't seem to get applied to either the window or the button.. is there something that i am missing ??? Please help. app.js ~~~ var window =...
iOS - SDK 1.5.0 - Table rows are lost on window close (when using a tabGroup)
Hi All, The following code works up until SDK 1.4.3 (continuous build). However, in SDK 1.5.0 (tested on the latest build Dec 6 2010 11:10 r52a4db34), tableViewRows are lost when returning to the previous window (using the title bar's default back button)...
Android emulator constantly rebooting
Hi there, and thanks for reading! After switching to Titanium 1.2.2 and Mobile SDK 1.5.0, I've noticed some erratic behaviour on the Android emulator: - emulator restarts with no reason, sometimes after a runtime error, sometimes right after launching my...
Titanium SDK 1.5.0 and 1.5.1 won't build
[INFO] Compiling JavaScript...one moment [INFO] No JavaScript errors detected. [INFO] One moment, building ... [INFO] Titanium SDK version: 1.5.1 [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 4.0 [INFO] Performing full rebuild. This...
Titanium Developer 1.2.2 Install Error with 1.5.1 SDK install
I've been doing development with OSX Titanium Developer 1.2.2, Titanium SDK 1.4.2 and iOS SDK 4.0 and after the Titanium SDK 1.5.1 installed, I could no longer Run on Device. I now get a cryptic 'Install Error' message. I didn't have this issue when 1.5.0...
Android VS iPhone orentation
Orientation on iPhone was a breeze. Worked straight away. But after two days of reading and trying and fixing, my code when running on Android device or emulator will not pick up the orientation change... Feels very frustrating when i know the code works...
Ti.Filesystem not working in 1.5.0
Hello, As I can't make the Ti.Locale.getString() function work whatever I do I tried to re-create it with a simple xml file and a custom function. But when I try to load locally my xml file I always get the same error: > [ERROR] Script Error = Result...
Popover Messed up after 1.5.0
I updated a few things with one of my apps today including building it now with 1.5.0 most of the issues I have had were fixed. But I ran across a new and pretty serious issue and I would like to know if anyone else has seen this or know of a fix. I have...
SDK 1.5.0 IPhone bug? AudioPlayer event change does not work
createAudioPlayer event change does not work in 1.5.0, the state in change can not be triggered. which was ok in 1.4.2 var streamer = Ti.Media.createAudioPlayer(); streamer.addEventListener('change',function(e) { stateLabel.text = 'State:...
1.5.0
Today I installed the new version of the mobile sdk 1.5.0...I did a full fresh rebuild and my applications now dont work. There arent any warnings or errors, but the tables are acting extremely strange and not allowing me to dynamically change the...
SDK 1.5.0 - Compatible wit iOS 4.2?
I checked the release notes and besides the plethora of android stuff (great for iOS devs to get to wait so long for a massice android update btw) I didn't find any mention if the newest iOS version is supported yet.
Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY on new KitchenSink Android why?
When I try and run the new KitchenSink for 1.5.0 I get the following error: [ERROR] Failed installing com.appcelerator.kitchensink: pkg: /data/local/tmp/app.apk [TRACE] Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY] Further up I found this: [TRACE]...
Error on "Stop" - 1.5.0
Whenever I use Titanium Developer to **Stop** my iOS Simulator, I get this in the console: ~~~ [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py", line 1112, in...
Cross-platform layout using JSS on Ti 1.5.0 ..... HELP!!!!
Following the instructions [here](http://developer.appcelerator.com/guides/en/ui_design.html) under the "cross-platform layout using JSS" section... the styles don't seem to get applied to either the window or the button.. is there something that...
[1.5.0] Setting title on toolbar button fails
I have a project (iOS) that I have recompiled under 1.5.0 Since rebuilding I cannot change the title text on a button that is part of a toolbar set. It works fine when I build under 1.4.1.1 I create the button object, add it to a toolbar, add the toolbar...
Kitchen Sink 1.5.0-update1
Kitchen Sink 1.5.0-update1 is not working for iOS simulation and device emulation (Kitchen Sink 1.5.0 is working)
Application crashing when opening map
I've previously asked a question about a problem we were having with out application causing it to crash when working with Google Maps. I've located the problem occurring not when looking up GPS coords but when going from one map view to another. We have...
Error compiling iOS project with 1.5.0 RC1 SDK
I'm getting following error when I compile my iOS project with the 1.5.0 RC1 SDK and Titanium Developer 1.2.2: ~~~ [ERROR] Error: Traceback (most recent call last): File "/Library/Application...
continuous 1.5.0 on android ... ti.Platform.name crash
I am getting a fatal error on Continuous 1.5.0 on ANDROID when I call this: Ti.Platform.name no problems on iPHONE.
Titanium.API methods not working in 1.5.0
hi, i was just trying out the 1.5.0 SDK for android and noticed that Ti.API.info/debug methods are not tracing out anything. is Ti.API broken in 1.5.0 or did anything change?
Nightly build 1.5.0 Help !!!!!
can somebody give me pointers on getting started to use JSS files for application development... Any pointers , Advices and Tips will be Appreciated...
Toolbars on 1.5.0?
~~~ var search_page = Ti.UI.createWindow({ title:'Search: '+searchBar.value, barColor:'#000' }); var search_webView = Ti.UI.createWebView({ ...
XHR pulling from MySQL DB Problems
So I am using the latest build of 1.5.0. Whenever I open a page that has an HTTP client that pulls remote MySQL database information via PHP, I get this in the console: ~~~ Entity: line 1: parser error : Start tag expected, '<' not...
Basic 1.5 infos ?
Hello, Where can i get some basic Info about 1.5 Api changes/Info. I am working with 1.5 (continuous builds) for a few weeks now and i am missing some basic Infos for example about JSS usage. 1.How do i use the font properties in the JSS file? 2.Why...
Latest 1.5.0 build - Huge Install Error?
[http://pastie.org/private/sjvh7aggpjj6piauqzie2a](http://pastie.org/private/sjvh7aggpjj6piauqzie2a) Quite... Long. It causes the error box to be quite enlarged and cover half my screen. I am building on the [latest 1.5.0...
SDK 1.5.0 Nightly Builds - Close Bug?
For some reason, while using the [latest nightly build](http://github.com/appcelerator/titanium_mobile/commit/6713f679deac5027cdf5bc4fb28dd4e5eb84663b), when I close the App from the Simulator using Titanium Developer I get...
Problem building with latest 1.4.2 and 1.5.0 builds
Has anyone had a problem using the latest nightly builds of Ti Mobilesdk? Perhaps I'm doing something wrong... downloaded, unzipped (as root) latest Mac OS X builds for 1.4.2 and 1.5.0 into /Library/Application Support/Titanium, but that results in some...
Showing 1-31 of 31