Community Questions & Answers
Kitchen Sink 1.3 not loading
I tried to load the Kitchen Sink 1.3 version and got an error saying it failed to install. [ERROR] Failed installing com.nolanwright.kitchensink: pkg: /data/local/tmp/app.apk [TRACE] Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]. I have the 1.3...
The application quit not programatically bug looks not fixed yet.
I create a window at app.js use following codes. ~~~ var win=null; win = Titanium.UI.createWindow({ url:'win/homeWindow.js', backgroundColor:'#000000', navBarHidden:true, fullscreen:true }); win.orientationModes =...
What is going to happen to Titanium Developer?
What is going to happen to Titanium Developer 1.3 ? I don't want to use the bloated thing Titanium Studio is. I just want to code my stuff in my favorite text editor of choice, textmate, and hit build once in a while in Ti Developer. Is Appcelerator...
Titanium Dev 1.3 & SDK 1.6RC1
I have downloaded the KitchenSink for SDK 1.6 and it works great, but when I run it in the simulator, it opens by default as an iPad app. I understand that support for universal apps is now included in the SDK but without Dev 1.3 how do we specify which...
Install Error by building for iPhone Device
Hey everybody, i got a strange issue which i cant solve. i got an app which i compiled and ran on my device like 50 times. now i cant build it anymore. i used the project with another ressource of an other app i made and it works fine. i tried -...
Mootools 1.3 problems.
Hello, Anyone succeded to run mootools 1.3 on titanium? I was able to run mootools 1.2.5 but the new 1.3 seems to not register the methods. For example I can't use Array.flatten( ... ) In my opinion the the layout of 1.3 files that have code inside a...
Titanium 1.3 and 1.4 stuck in loading...
I did the steps necessary shown in the below link: http://developer.appcelerator.com/question/57921/bug-iphone-sdk-stuck-on-loading But still when I try to launch my app, SDK: is STUCK in loading... forever. I recently installed iTunes 10, so I guess...
run on device iOS 3.2 + Titanium 1.3
I was able to build my application and install it on my device. I am facing the same issues that Chris Johnson faced here: http://developer.appcelerator.com/question/39361/run-on-device-iphone-problems My application exits after displaying the splash...
iOS4 + Titanium Mobile 1.3 or 1.2 Not building.
I am trying to build my app in Appcelerator, it was working before I installed iOS4 SDK, I decided I would re-install my OSx and start from scratch. I am getting the same problem with Kitchen Sick --- [INFO] One moment, building ... [INFO] Titanium SDK...
Is Titanium SDK 32-bit v1.3x available for Linux?
The main download link seems to only go to version 1.2.1. The sample code seems to be tailored for 1.3. Am I missing something? If not, when should I expect the Linux version to be updated? Thanks.
1.3 to
HAHA, Some how my title got cut off.. suppose to be "1.3 to 1.3.2" I have a few issues and questions about this newly pushed out 1.3.2 sdk. 1. Why did you release it as 1.3.2 if it will inevitably be 1.4? Just doesn't make sense, the whole...
Session did end with error (null)
I have the code [here](http://pastie.org/1028409) which works most of the time. On occasion, if it is called more than once in an application, it will crash with the error **Session did end with error (null)** right after the "execute...
1.3 android app won't launch
So I just found out that titanium has a bug (one of many, it would seem) on android parsing JSON arrays - the bug being that it simply can't. In an attempt to fix this problem, I switched my app from sdk 1.2 to 1.3 (I read that it was fixed in 1.3) by...
App crash on textarea in 1.3 with error _WebTryThreadLock
I'm running the new 1.3 SDK, and whenever I open a window with a textarea in it (either blank or populated with data from an sqlite database), and then go back a window, the app will crash when I click back a second time. This is the error that I am...
1.3 Android: OnClick Event not fired on ImageView inside ScrollView
Title says it all. The nesting is as follows: Win->ScrollView->View->ImageView OnClick fires fine if the ImageView is only within another view. As soon as the View is inside a ScrollView, the OnClick event is not fired. I believe this was...
Packaging Error - Build Failed (Missing app)
Hi Folks, Anyone got any ideas how to fix this problem? Whenever i try to build my app i get Build Failed (Missing ap at /Users/.............../UK Undiscov.app/UK Undiscov). Please see output for more details. A) I cannot see any output! B) I dosent...
[Bug!]Fullscreen and navBarHidden cause application quit not programatically
I posted the question about "The application quit not programatically".I paste the code : ~~~ var win=null; win = Titanium.UI.createWindow({ url:'win/homeWindow.js', backgroundColor:'#000000', navBarHidden:true, ...
[BUG!!] "Install Error", Can't Run On Device , Ti 1.3
i'm having the same issue as this post, when trying to "run on device" with mobile sdk 1.3 : https://developer.appcelerator.com/question/25211/bug-cant-run-app-on-device-with-mobilesdk-130 tried kevin's suggestion and created a new project,...
Random app crash
I've been clueless with this one and have no leads to go on, during the last two weeks of development it crashes randomly, usually -10 seconds after opening the app. How ever it doesn't crash the next time I open it. The app basically gets a list of...
3 Bugs in Titanium 1.3 Android
1.The application quit not programatically . -------------------------------------------- I create a window at app.js use following codes. ~~~ var win=null; win = Titanium.UI.createWindow({ url:'win/homeWindow.js', backgroundColor:'#000000', ...
1.3 install bug and the work around - it doesn't work.
I'm referring to this... http://twitter.com/appcelerator/status/13987698272 Does anyone know of any other work arounds or how to fix this issue? Would a fresh install help ect.
Mobile SDK 1.3 (android) - shutdown event ?
... still does not work in Mobile SDK 1.3 (android) ~~~ // trap app shutdown event Titanium.App.addEventListener('close',function(e) { Ti.API.info("The application is being shutdown"); }); ~~~ Are you aware of any workarounds ? regards rudolf
[Videoplayer Bug / 1.3]controller hide not work
The property Titanium.Media.VIDEO_CONTROL_HIDDEN not work on mobile SDK 1.3 android,but same code work on 1.2. The code : ~~~ movieControlMode:Titanium.Media.VIDEO_CONTROL_HIDDEN ~~~
Can not test kitchensinkipad...
Hi there, i wanted to test the kitchensink-ipad app with the emulator. But the Test&Package tab is like disabled, the "Run Emulator" tab ist grey, no options to select. I restarted, deleted, reimported, but no way to try. The kitschensink...
Where can I get the KitchenSink for 1.20 ??
Where can I download the old Kitchen Sink for 1.20 as I cannot get my apps to build under 1.3 and I need to go backwards on some things to make my app work again. What a pain, it was almost ready to submit to the store and I stupidly rushed into 1.3,...
Defaulting to Tab 2 not tab 1 in 1.3
I have two apps that I know work and on sale in the iTunes store. I tried re-compiling them under 1.3 and they both exhibit the same issue. Both are using tabs and even though the code specifies they should open with Tab 1 being selected and on view they...
SDK 1.3 Breaking iPad backwards compatibility?
I'm developing an iPhone app, which compiled using iPhone SDK 3.1 was working in the iPad emulator prior to changing my application to the Titanium 1.3 SDK. The basic error is as follows: 2010-05-20 16:35:06.165 MY PROJECT[32876:207] ERROR: unable to...
Can't Install to Device (iPhone) with 1.3.0
Installed Titanium 1.3 yesterday and have not been able to install to device when selecting version 1.3 of the SDK. Running in the emulator works fine. Tried everything I can think of: - Rebooted machine - Restarted titanium developer - Cleared titanium...
Buttons in scrollableView not work in Ti 1.3, Bug?
It's good to add touch and scroll feature on scrollableView in Ti 1.3. But I found the buttons(Button,ImageView,View) in my scrollableView are all not work. Is it a bug? And when will it be fixed?
How do I upgrade to Titanium 1.3?
I don't understand how to upgrade. I don't see any option to in the Titanium Developer app, and downloading Titanium from the Appcelerator site and installing it, it still says it's 1.2.1. Any help?
Download 1.3 update
Hi, when i try update titanium to 1.3 they report me a error "Download file extraction failed. Possibly it was corrupted or couldn't be properly downloaded." Scenary: Mac OS X 10.6.2 TITANIUM 1.2 Can anyone help me? Thanks!
KitchenSync-iPad shows a blank screen for Run Emulator
I have updated/downloaded the latest Titanium developer (1.2.1) and SDK (1.3) and cloned KitchenSync from Github. When I add the project to Titanium Developer and click "Test & Package" and "Run Emulator" I get no buttons, just one...
Am I an idiot? I can't figure out how to download 1.3 wtf?
When I download I get 1.2.1. The click here to upgrade in the app also throws an error. What am I missing?
iPad KitchenSink frustration
With the release of 1.3 I was expecting a richer KitchenSink as well, but I'm entirely frustrated with the limited examples it currently offers, especially over splitview navigation. I cannot for the life of me using main_tests figure out how to create...
I can't update to 1.3 !
Hello, I launched the 1.3 update today, and it didn't work, i uninstall and reinstall titanium and i'm sill in 1.2.1. Can you give me an URL to download the 1.3 dmg? Thank you, Alexander
iPad top window offset - fixed
I know the top offset problem been an issue for many of us that's developing an iPad as the device requires full orientation modes support per Apple. The problem is if the app open in any orientation rather than top-down portrait mode, there's about 20...
text not show right in TextField
The text in Textfield looks not easy to position.Is it possable to modify the vertical align or set the top/bottom pedding in a textField?I tried the "verticalAlign" but not work at all. The screenshot is : ![text in...
Android mobile app won't compile after 1.3 update
Hi, Not again :-) Today I chose the option to update to titanium mobile SDK 1.3 in Titanium Developer 1.2.1. 1.3 installed well. After selecting one of my projects and changing the mobile SDK from 1.2 to 1.3, "test & package" and...
iPhone: 1.3 bug with movie playback
Hi guys, I've just updated Titanium SDK to 1.3 and I soon found out that the movie playing method that was working before is broken. The debugging log is producing the following warning message. ~~~ [WARN] Invalid type passed to function. Tried to...
1.3: ImageViews in TableView jumping on load
The images have both left and top set to 10 and width/height set to 48. The row has a static className set. In 1.2 all is well: [image](http://grab.by/grabs/fa1561e839d78297cb06b9315746ddf2.png) in 1.3, the images jump around on...
Movie not close after finish in KS 1.3
I'm setup a movie as intro of my app.It will not close after complete.I follow the code in KS 1.2/1.3. The code not work at even in KS. ~~~ activeMovie.addEventListener('complete',function() { Titanium.UI.createAlertDialog({title:'Movie',...
Ti 1.3 not work on windows xp
After I upgrade sdk to 1.3.The project can't be running anymore.It stops at : ~~~ [INFO] Launching Android emulator...one moment [DEBUG] From: E:android-sdkandroid-sdk-windowstoolsemulator.exe [DEBUG] SDCard: C:Documents and...
iPad KitchenSink crashing on device
I've installed the kitchen sink onto my iPad and it keeps crashing on launch. It seems to work fine in the emulator, what could I be missing?
Titanium 1.3 out - a few comments...
I refrained from posting this on the announcement but: I'm glad to see some emphasis on Android - but there's a long way to go to bring it just to parity with Apple development. It'll be great when the day arrives that the kitchenSink doesn't have to...
Kitchen Sink 1.3 has test app code
I think the test app code got loaded into the Kitchen Sink zip file. I downloaded this file: http://timobile.appcelerator.com.s3.amazonaws.com/KS-1.3.0.zip and when I run it on iphone or android, it's just the test app with window 1/2. I compared the...
Update to Ti developer 1.3 not working
I get the message at the top right corner that the new version was available, clicked on it, then te download and everything goes normal, but after that, nothing happens and still running 1.2.1 ... any ideas on how to the update from somewhere else?
When will sdk 1.3 come out?
When will the Titanium SDK 1.3 be available for developers?
1.3 Confusion
So I'm confused, what happened to mobilesdk 1.3? Am I missing something? I can't seem to find a place to download it anywhere on the site. Is this an upgrade only available to premium subscribers? Or is it not available yet?
Showing 1-48 of 48