Upgrading error on emulator run
After upgrading Ti to the latest release, I am getting this error when attempting to run the app on the emulator [INFO] Compiling Android Resources... This could take some time [ERROR] [ERROR] System...
View ArticleAndroid Alloy animation new window
Hi, i'm trying to open a new window in Alloy, by first fade out the actual window and then fade it the new window, but the default animation when you open the new window keeps going on, any idea?,...
View ArticleV8Object: Runtime disposed, cannot set property 'userAgent'
Hi, While running application on Android device through appcelerator studio, application is not installing on device and its giving blank screen. Error log: -- Start application log...
View ArticleStudio does not detect any device
Good day, I am having a problem with the last update of Titanium Studio, since then, it does not recognize any devices or emulators attached to run/debud even when "adb devices" shows them. in "Run...
View ArticlenavBarHidden for all Windows using Alloy ?
I tried to set on my app.tss:"Window": { fullscreen: true, navBarHidden: true, backgroundColor: 'white' } But all my windows still have the top Action Bar, though the status bar is hidden. How can I...
View ArticleHelp need in TiShadow setup
Hi, I am trying to setup TiShadow in my Mac machine, I have followed below tutorial, http://www.stephenfeather.com/blog/tishadow-getting-started-part-1/...
View ArticleCould no the same product ID in inapp billing
platform : android sdk : 3.1.2 Hi I have implemented in app billing in android with real products. My problem is when I gave the test product it worked but when I gave the real product ID , e.notify is...
View ArticleAndroid build error
For some reason when I compile my app to run in the android simulator I keep getting this error. It used to work fine and I haven't changed the app in 6 months but I have upgraded SDK. Any ideas what...
View ArticleCrash on Nexus4 width SDK 3.2.3.GA
Hello, -when i made a simple app (classic/default project) on my Nexus4 (4.4.2) width SDK 3.2.3.GA there is a crash : [ERROR] : TiApplication: (main) [13410,13410] Sending event: exception on thread:...
View ArticleSince update to SDK 3.2.3GA, I could not be able to run Android Emulator...
I try to run a project that used to run on 3.2.3Beta, however since I updated the SDK to version 3.2.3GA. My Android Emulator could not be able to run any more. It shows this error message Titanium...
View ArticleTimed out waiting for emulator to be ready
Is there a way to increase the timeout with Appcelerator waiting for the Android emulator to start up? Mine takes slightly longer than it should (call it Antivirus or something-or-other) and it only...
View Articlehow to create a live tv app for android
Is it possible to create an android app that will alloy users to stream local tv channels?
View ArticleIs it possible to read a remote txt file on a web folder without download it...
Hi, I have a public web site an I have a txt file on in. Can I read its content without download it? Thanks for the attention.
View ArticleButton with Image and Background Image Issues
I'm trying to create a button with a scaled foreground image and a stretched background image (image buttons...). Essentially I want to make generic button backgrounds for when events are fired, and...
View ArticleAndroid Keyboard Glitch
I am having an issue with the android version of a Titanium application. On iOS it works fine. In the second window view when we click to enter a value in the following text field the keyboard will...
View ArticleGetting response in inapp billing
platform: android sdk :3.12 I have implemented in app billing sucessfully and payment is also done but Iam not letting to get the notifyId correctly. I mean notifyId should be productID after...
View ArticlePass variable from WebView to a Controller
Hi, i just have a problem, i have a WebView with some events, the event "save" saves an entire canvas like this: WebViewvar dataURL = canvas.toDataURL(); I use this canvas to write with my finger, the...
View ArticleWebview disassepar after scrolling pages in a ScrollableView
I am developing an application using SDK 3.2.2 and Alloy Framework for Android , i have a scrollableView, each view of the scrollableView is structured like the following : <view...
View ArticleWhen remove element it still has a parent on Android
Hi, there! I have several tabs. Each tab has bottom border which must be invisible when tab is active. I use view for bottom border 100% width and 1dip height. When tab is clicked all views which acts...
View ArticleOpen PDF File on Android
Has anyone found a way to open or view a PDF file on Android? I understand that webview doesn't support PDF on android. I have PDF viewers on the handset, but how can I open the PDF from the app?
View Article