Community Questions & Answers
now i wont to share with intent
now i wont to share all news window from my app can any one help me
Installed Titanium and cannot get the Kitchen Sink to run in the Android emulator
I installed Titanium (build: 3.1.0.201304151600) and the Android SDK on my Windows 7 x64 machine and am trying to get the Kitchen Sink to run, but it's failing and this is all that I am seeing in the console: ~~~ Titanium Command-Line Interface, CLI...
Kitchen Sink error
After installing kitchen sink, when i run that iam getting this rror please help me [ERROR] [ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/iphone/builder.py", line 1379, in...
Alloy TabGroup Tab slide animation in Android
I kinda just started and run the kitchen sink on Android, I like its tabgroup slide-able, but I am not sure how to do it in Alloy. I cant find any special setting made by kitchensink to the tabgroup, and when I simply create as many tabs as possible, it...
Cannot stop recording audio in KitchenSink and my app
If I fire up KitchenSink on iPhone and goto Phone Tab, Sound, Record and hit Start Recording...I am unable to stop the app recording, I hit Stop Recording and the time continues counting. My app has a function to record audio loosely based on the Kitchen...
Cannot record the sound in KitchenSink
I want to record the sound or voice on my app and play this sound.I test the feature on the KichenSink but it can't be work. In the Ti SDK 2.0.2GA to 2.1.2GA with Xcode 4.5. The app will be crash when I turn on the record tab. In the Ti SDK 2.0.1GA2 and...
Kitchensink, [TRACE] Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
Android 1.6 -> 2.2 TI SDK 1.5.1 -> 1.6.0 Hi all. After pouring through all the posts here, I finally got it all working - kinda sorta halfway :) My app builds and runs just fine almost (I'll explain that stuff in a different post). My problem is...
Latest Kitchen Sink Controls
I want to show latest controls in my app like the new kitchen sink have.. i-e Slider / Textbox with blue border.. When I run kitchen sink in my HTC one X its shows all controls when I add same control in my app i doesn't show up
Downloaded Kitchensink 2.1.0, now working on my android device?
Hi Everyone, I downloaded kitchensink 2.1.0 on my android device and it's not working. My phone is Samsung SCH R720 Admire. When I uploaded the app to my phone it downloaded two versions of the app. One called "KitchenSink" and the other...
Kitchen sink and CommonJS
I noticed that the Kitchensink has consistently been upgraded and improved upon as I learn JS and Titanium. 5 months and I am still not there. "Trying to draw an owl" now. After finally getting the latest version of KS up and running after half...
TableView element displacement on scroll
This occurs in latest build of 3.1.0, but works okay in 2.1.4GA. In Kitchen Sink, Base UI --> Views --> Table Views --> Refresh Table View, Update Row Objects, & Table with Controls. Scroll up & down about 5-10 times in each direction...
Installation problems
Host Operating System: Windows XP Titanium Studio: Titanium Studio, build: 3.0.2.201302191606 (c) Copyright 2012-2013 by Appcelerator, Inc. All rights reserved. Build: jenkins-titanium-rcp-master-372 (origin/master) Date: 19 February 2013, 16:09:49 My...
unable to build ios app from kitchen sink example
installed titanium with all steps shown in docs properly wothout any errors. now trying to build my first ios app from unmodified kitchen sink example (i'm on mac os 10.7.5). build directed to ios iphone simulator. here's the log: ~~~ Titanium...
Unable to Run Kitchen Sink
Hello, This is my second attempt to develop mobile apps. My first attempt was on ubuntu and I was able to start learning, but my project was cancelled. Now I want to pursue this track on my own and want to develop open source apps/games. I am now on...
Animation styles for android Application...not for ios.
Hi Friends, How to do android animation styles such as like ios flip animation and curl animation. I tried all basic Animations styles using CreateAnimation,animate function,2Dmatrix api which are not helping me to do it in android...
Android Appearance stuck in 2.2?
Hello, I'm new to Titanium. I was checking out the tutorials and loaded the Kitchen Sink example application. However, when I run it on the Android Emulator and on my phone (both which are setup for android 4.1.2) all of the controls render as if they...
Alloy: Kitchen Sink? Documentation? Samples?
I've created several apps using Titanium Studio the "traditional" way, and I'm pretty excited about Alloy. But I'm having trouble finding good examples, tutorials, documentation, etc. Where/how can I really sink my teeth into Alloy?
Iphone - Video Streaming .m3u8
down to the specific. everytime time i try to implement an m3u8 video playlist, the kitchensink video streaming examples either throw me a "video complete" alert or an infinite loading indicator. i honestly dont know what im doing wrong. any...
How to change the screen brightness?
Is there any way to adjust the screen brightness of iPhone and Android? Also, is there any way to read the current setting of the screen brightness? Thanks.
Why soap request return empty response?
Hi, I used the same way as kitchenSink to make web service call and get the result. The file suds.js is exactly the same. I have four service methods all return xmlDocument data type. Three of them are returning the xmlDocuments except the one. It errors...
RSS Reader
I have a question about RSS reading, I tried the KitchenSink example, but it returned an error, I copied the file rss.js (and renamed to app.js) from Kitchen Sink, together with strip_tags.js to the Resources folder. The Runtime error message returned...
Following the Kitchensink format, I get function error.
Hi, I followed the structure of the Kitchensink to create a new app. HEre is what I have done so far: 1. Created a New Project. 2. The app.js looks like this: http://pastie.org/6123422 3. Than I created the ApplicationWindow.js file inside the...
Cloning git repo has encountered an error and node is not recognized as an internal or external comand
Hello all. I am a new mobile developer and I'm trying to use a kitchen sink sample in titanium. I'm running windows 8 Pro. When I try to import the sameple I get the error at around 9% that says "cloning git repo" has encountered a problem. ...
Android: Mapview zoom buttons pixelated
Is it possible to get higher quality zoom buttons into a mapview? If I test the mapview kitchensink example on a Nexus 7 the zoom buttons are very pixelated/low quality.
Kitchensink Images are not displayed on Andriod Emulator
There are no images appearing in the Andriod Emulator under Image Views. It seems that there is a continous error in the log file for local images (Bitmap bounds could not be determined. If bitmap is loaded, it won't be scaled.) and for remote images (Max...
KichenSink is not running
hello guys!!! On running KichenSink application, i always get this message in console... why KichenSink is not running do you have any idea??? Could you please tell me, how can i run KichenSink for android in titanium??? ~~~ [INFO] logfile = E:\OPAC...
javascript include in webview not working
I'm trying to include a js file (jquery-1.3.2.js copied from KitchenSink webview example) in an html page hosted in a webview: ~~~ var webview = Ti.UI.createWebView(); webview.url = 'test.html'; win1.add(webview); ~~~ and the html page...
No git executable version 1.6.0 or greater found
I have just downloaded Titanium Studio for Mac OS X (build: 1.0.9.201202141208, jenkins-titanium-rcp-master-138 (origin/master), 14 February 2012, 12:10:43). After having watched a couple of the training videos, I am now trying to import the Kitchen Sink...
Android: Kitchen Sink basic camera crash
This is also happening in my app on the device = Sony Experia U (Model ST25i) . Android 2.3.7. Here is the code: ~~~ Titanium.Media.showCamera({ success:function(event) { doSomething(); }, error:function(error)...
titanium android sdk development
Hi, If you are working on Titanium framework for iOS, it gets pretty easy. You just have to open the Titanium xcode project. You can then modify Ti sdk sources and see the result/debug directly on Kitchen Sink Under android, i didnt find such a easy way....
how can i get combobox in android using titanium
hello guys, how can i get combo box in my application using android with titanium
Sync data from Web to mobile and vice-versa.
Hi, I am looking for some existing API call for syncing my web-app data to mobile and also the other way round. Does something exists in titanium. I don't want to have my own login for syncing the data, if it already exists. CRUD operations can be done...
[ERROR] Failed installing ....... pkg: /data/local/tmp/app.apk
Hello guys, I just installed the mobile development environment on my Linux laptop. Everything seems to be working properly for new projects, but trying to run the Kitchen Sink app on the Android emulator, always gives me a "failed installing"...
Putting App In Background KitchenSink
Hello all. New to Appcelerator. I'm looking to put my app in the background. I'm aware that info and a demo of this is available in the KitchenSink app, which I have installed. But for the life of me I cant figure out which sub category it would be in....
mp4 AudioPlayer iOS
Using 3.1.0 sdk: Trying to play a remote .m4a (audio mp4) file with AudioPlayer. The .m4a file was created with AudioRecorder. In KitchenSink Resources/ui/handheld/ios/phone/sound_session_module.js: replace: ~~~ var audio =...
Have tried a billion things to get Kitchen Sink to run in Android Emulator... What is happening?
I now get the following errors when trying to run the Kitchen Sink sample: [ERROR] JDK version 'javac' is not recognized as an internal or external command, operable program or batch file. detected, but at least 1.6.0 is required [ERROR] Application...
Camera Custom Overlay
Looking at the KitchenSink example, the camera custom overlay displays a red focal square when you are taking a photo with the camera. I'd like to figure out how to actually save that overlay with the photo taken. In other words, combine the overlay...
Android Emulator Problem [ERROR][ThrottleService(150) problem during onPollAlarm:
Hi i want to ask a question about a problem in my Titanium Studio. i am new by 2.1.2 and i installed Android SDK on Win7.. everything is fine, and i imported the learning project Kitchen Sink to titanium and i tried to run it on an android 4.0 API device...
KitchenSink on Android: Mission Impossible!
Why is it that hard for a new developer to get the KitchenSink example up and running on an Android emulator? I downloaded the recent Titanium Developer (1.2.1) and the latest KitchenSink example (1.2.0). I realized it won't work with the default Android...
Lots of errors - Kitchen sink wont run (android) + dashboard saying "page cannot be displayed"
Hi, im having many issues with titanium. Firstly kitchen sink will not run, here are the errors i am getting. http://pastebin.com/Vawjc0mK I have all the components required installed, such as the android sdk, python etc. Also for some reason my...
KitchenSink Camera option saving the photo 3 times (android) even with saveToPhotoGallery:false.
Why is this happening? Is it a bug? One of the photos is in this directory: /sdcard/dcim/Camera/KitchenSink. The other is in: mnt/sdcard/DCIM/Camera/KitchenSink. And the last one in the Camera folder. I changed nothing in the kitchensink code but the...
Android: OptionDialog Code Crashes in My App But Works in KitchenSink
Hi Guys, First, I have to say that so far this is the strangest behavior that I've run into using Ti Studio: I edited 'Kitchen Sink/Resources/ui/common/baseui/options_dialog.js' to look like below, built the Kitchen Sink app, and made sure the options...
Pull to refresh on ScrollView?
I am trying to replicate the [Kitchen Sink "Pull to Refresh" example](https://github.com/appcelerator/KitchenSink/blob/master/Resources/examples/table_view_pull_to_refresh.js) using a `ScrollView` instead of a `TableView`. [According to the...
Background back button
Hello! I am making an application, the basis I take the example Kitchen Sink. In app no Tabs, all done through with swipes. All registration will be created from the texture. I also want to replace the "back" button. I didthis by: ~~~ var b11 =...
Simulate an incoming call...
I'm not sure if this can be done or not but I'm going to ask. All I want to do is display a contacts information like when an incoming call comes in (iOS). Contacts name, the numbers being called from and the picture if one if on file. Also I'd like to...
Errors with Iphone/Ipad emulator
Hello I have somme troubles with my Iphone/Ipad emulator, I can use without problems my android emulator and that work but when I launch my application(KitchenSink, it's for begin ^^), that's what my Console say: `[INFO] One moment, building ... [INFO]...
TableViewStyle.GROUPED does not accept backgroundColor parameter
Hi, Whatever I put in the backgroundColor parameter including transparent, it simply disregards it. Also, the Table View With API -> Table View (Style 3) in the Kitchen Sink has the same problem. The example code has chip.jpg for the window...
KitchenSink on Android - won't load in emulator or install
Full trace here: [pastie](http://pastie.org/1174098) The emulator launches, but nothing else happens. Using Win 7, Titanium Developer 1.2.1 SDK 1.4.0 Android APIs 2.1-update1 (APIs 2.2 don't work either) Can anyone help? Is it this hard to get...
kitchen sink not working
Kitchen sink is not working for me. I have my other app working fine but I imported kitchen sink from within Titanium and when i go to run it the console flashes and nothing. any ideas?
TableView Row Count?
hi there, i have tableview which is loading new data while pulling down. Everything just fine it works but i want to make it total data === table.rowCount alert and i am not sure that setTimeOut function is ok? is there anyway to make it if the new data...