Community Questions & Answers

Android couldn't run as a Emulator

Dear all, I'm try to run a android application which created by alloy, but it won't. I'm working on windows 7 with titanium studio 3.1.0.2. I download android sdk, config PATH, change the tiapp.xml. I think I try everything but after change the track log,...

emulator problem

I am getting the following error. ~~~ [ERROR] : Build process exited with code 1 [ERROR] : Project failed to build after 321ms [ERROR] : Emulator process exited with code 1 ~~~ Please help me to get a solution of this problem I am windows user, my...

Replace window content

Hi, I'm developing an android application and I have to obtain this result. Because I don't like native tabgroup for android and because I'd like to have a custom title bar that show the brand of the app (that is not possible in android) I thought to...

Windows zIndex

Hey there, I try to have one 'fixed' window that is always on top of the other windows. Haven't had any success using zIndex, neither in the parameters of createWindow nor using the work-around: window.animate({zIndex:22}); I read that this is a...

How to place a window below another window

I have an alloy application with (simplified) 2 controllers and 2 views. View 1 = index, View 2 = settings. I'm trying to detect a swipe on the index window and then show the settings window BELOW the index window, by using an animation. I've used the...

Windows Phone 7 support?

Is this planned? I don't think there's much point working to bring Titanium Mobile to Windows Mobile (yuk). However, Windows Phone looks like it has the potential to be a really nice OS. It would be awesome to be able to develop cross-platform apps for all...

Cant run my app

I keep getting: "[ERROR] Application Installer abnormal process termination. Process exit value was 1" every time i try to run my app whats wrong

Communication between windows using events

Hello, I need to refresh a parent windows when a child windows has a certaint action. My aproach is using events as: ~~~ function showCustommers() { this.win=Ti.UI.createWindow(); this.repaint=function() { <read customers data from database and...

Titanium on Windows

Hi, I've two questions with this soft. First is, my dashbord just...bug and I don't why, I obtain this message : ![Error Dashboard](http://img15.hostingpics.net/pics/202123error.png "Message de la page Web") Second is, I tried to execute my...

Need help opening nested windows in Android

[INFO] Android SDK 2.2, Titanium 3.0, Master/Detail project I've got my main screen all setup, and I open my first window just fine from the main, but opening windows from the previously opened window will NOT work. My main window: ~~~ function...

[ERROR] JDK version "javac"

Titanium Studio, build: 2.1.2.201208301612 Titanium SDK: 2.1.3.GA Android Runtime: V8 SO: Windowws 7, 64bits [ERROR] JDK version "javac" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. detected, but at...

Can't run / install ACS for npm

Hi all, I'm trying to install and run the acs package for NPM I open the Titanium Studio Terminal and at the $ I type: `sudo npm install -g acs` the output is: sh.exe": sudo: command not found Yes, node.JS IS installed and `npm --version` is...

Cannot configure Android sdk

I already have the Android SDK installed on my machine and can build apps via Eclipse but when I try to build a simple hello world app with Titanium, it doesn't recognize my installed SDK. I'm getting an error message on the Preferences->Titanium tab...

Showing 1-50 of 544 1 2 3 4 5 611