Community Questions & Answers
Return system (media) volume
Hi, Errm might be a silly question, but how do i return the system media volume? The one you get when your in the app playing back a file and you use the volume controls on the side. I've got a looping sound object and getVolume() returns the volume...
Selecting multiple rows on a Tableview
I'm trying to create a TableView where I can select multiple rows. I have created the following code and it appears to work to an extent. When I click on a row, the debug statement in the click event always reports '0' for any row regardless of how many...
Problem while running a mobile application on android emulator
Hello Everyone As per our new requirement in my office, i have just started to work in Titanium n explored some of its features. But I am facing the following problems. 1. While launching the sample application example like KitchenSink, its not...
BUILD FAILED on compiling Titanium _mobile sourcecode
i cloned titanium mobile using github in windows and when i compile the project with scons ,following error is occurred. ~~~ C:\GitProject\titanium_mobile>scons scons: Reading SConscript files ... Building MobileSDK version 3.1.0, githash...
Compile error while building Titanium Desktop from source
Hi, I'm trying to build Titanium Desktop from source, with the hope of being able to investigate hard crashes my app is experiencing. I have followed the instructions on [Building Titanium From...
problem in configuring the blackberry sdk in titanium studio
Application type: mobile Titanium SDK: 2.0.2.GA, Titanium Studio build: 2.0.1.201204132053 Platform & version: Blackberry , Windows7, Ubuntu x.x Device: Blackberry emulator Host Operating System: Windows 7 Titanium Studio, build: 2.0.1.201204132053 (c)...
displaying Loading image
hello can anybody please say me how can i display loding image while my data is loading from remote to emulator...
Titanium sdk Update and Titanium studio update
hello both titanium sdk and titanium studio update not working...i mean when i start studio it shows notification that update is available under help menu but when i click check sdk update and click yes after some time it gives me error that update...
Playing a downloaded mp3 file
Hi, I am using the mobile sdk to download an m3 file. I then use the sound object to play the mp3. Unfortunately this does not work under android for me. The file downloads fine, and vlc and others can play the file. however the titanium.media.sound...
.NET Browser Config File for WebView Control
Is there version of *.browser file for .NET which works with Titanium WebView Control. I have an ASP.NET website and it is not properly rendered in the WebView Control due to the wrong browser config file. I believe it uses a default config in...
Fresh Titanium Studio Install -but cannot get pass logon screen due to error
Windows 7, Service Pack 1. Java SE SDK Version 6, update 38. After installing Titanium Studio for the first time and setting the workspace I try to login. However, I keep getting "The login server returned an error. Please consult the...
Android Emulator not Started because errors and say try again
Hello, i am new to Titanium, and trying to run my first project ,searched all over but my problem is not solved. Trying to run mobile project in android emulator but following error comes - Windows 7 - Titanium SDK version: 2.1.1 - android version 2.3.3...
Can't Even Run Hello World Consistently on Android Emulator
I have installed Titanium on 2 different computers, both Windows 7 and end up with same problems on both machines. It always starts with the error: [ERROR] Application Installer abnormal process termination. Process exit value was 1 [ERROR] Timed out...
Can't get apps to build and run in Android Emulator
I'm using Titanium 3 (latest), has all android SDKs from 2.2 onwards installed, all the extras and I'm running Windows 7 32bit. I've searched high and low since yesterday just to get the emulator to actually load. All the environment variables are set...
Is it true that anyone can see the code of my app?
I searched a little about this argument but i didn't find anything exaustive. I heard that If someone install my titanium app (from the market or from "Install from device" in titanium studio) they can see the code of my application searching in...
Session initialization failed
that get this error: 'Launching Titanium Android Emulator - Hello World' has encountered a problem session initialization failed
ScrollView: horizontalWrap="false" the showHorizontalScrollIndicator dont is visible!
Hello, im using Alloy framework, my window's settings is: ~~~ <Alloy> <Window id="mainPage" class="container"> <ScrollView id="mainScrollView" layout="horizontal" ...
Face book privacy option
Under privacy - "HOW YOU CONNECT " settings...i dont have the first option "WHO CAN LOOK UP YOUR TIMELINE BY NAME".So every one can search me through my name....How i can enable it ??
2dmatrix basic rotate
I am trying to create what I believe is a fairly simple interface, and am having some troubles with the sliders. I would like to rotate one of them to be vertical. I believe the way to do this is with 2dtransform, but when I use the below code, nothing...
Face book privacy
Under privacy - "HOW YOU CONNECT " settings...i dont have the first option "WHO CAN LOOK UP YOUR TIMELINE BY NAME".So every one can search me through my name....How i can enable it ??
android.bat not found
I just installed Titanium as described in the installation documents... as required, I installed the Android SDK and it's all there.. I checked and tested it.. Now, when I try to set Android SDK location in the Environment Settings of the Ti Developer...
Internal error while creating a titanium mobile project
Hello, I've installed titanium studio in my win xp 32bit. I've upadated the android sdk 4.1.2; 2.2 and 2.1 completly. So, when I try to create a new titanium mobile project, the next message appears: Internal error: Cannot run program "C:\Documents...
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...
Titanium- Select image from scrollview and set that image to next window
Hi, I am working on app, which is for both android as well as iphone. I created scrollview of images. and there is done button, at the bottom. I need the image with is selected should display on next window,by clicking done button. How can i do that,...
how can i call php webservie running locally in my mechine
i want to call my local php webservice but getting error while i m trying..where as remote webservice running correctly...what is the problem.....its urgent
PROGRAMMING LANGUAGE
Which programming language(s) does this platform supports.
Updating WebKit in Titanium Desktop on Windows
Hi, Is it possible to update WebKit in Titanium Desktop on Windows without building Titanium from source? WebKit runtimes are located in /runtime/win32/[SDK_VERSION]/, however when I replace files from WebKit Nightly Build (WebKit.dll, WebKit.resources,...
Download com.dmarie.sql-android-2.1.zip.
Where from downloaded the "com.d 'marie.sql-android-2.1.zip." or as I do?
Windows 7 Java + Android issues
This isn't a question so much as an answer. I was having serious difficulty getting Titanium Studio and Android set up on Windows. I would repeatedly get the following errors when I attempted to build the Hello World project: Required java not...
Android Emulator does not Work
I try running Hello World on Android Google 2.2 API. I have all of the SDK prereqs. I am on Windows 7 32-Bit. My lastest Titanium SDK is 2.1.0. I have everything working fine except this. Here is what is on the build.txt file: Logfile initialized [INFO]...
touch events ignored on both label and views
Can anyone else confirm this as an actual bug? I've tried creating a view with a label inside it. I've created an event handler for the view to monitor 'singletap' and show an alert. Running it on the emulator and nothing happens when i click the view....
Timed out waiting for emulator to be ready, you may need to close the emulator and try again
Hello, i am new to Titanium, and trying to run my first project ,searched all over but my problem is not solved. Trying to run mobile project in android emulator but following error comes - Windows 7 - Titanium SDK version: 2.1.1 - android version 2.3.3...
TideSDK - Transparent Background not working in Windows
Hi, I'm using the <transparent-background>true</transparent-background> in my tiapp.xml, and it works great under MacOS. But on Windows (7, 64b in case it matters) it produces many bugs. All my form inputs (text, password, select) loose their...
TideSDK | Bundle Packaging
I am now ready to package my application, but I'm having problems with the network type installer. It always gives me code 404 on the Application first run: ~~~ Could not query info: Invalid HTTP Status Code (404) ~~~ I presume the installer is having...
Default unit app property doesn't seem to be working
Hello all, I'm trying to set the default units for my project to dip but no matter what I do (including entering bogus values), my android emulator doesn't seem to pick up on the setting. I'm adding a new property to my tiapp.xml file right at the...
Scirra Construct 2 with Titanium desktop?
Is there any way to pack Scirra Construct 2 in a desktop application using Titanium Desktop? I tried to pack in many ways but the game just won`t run.
setIcon memory leak
I am in need of a way of notifying users of new content in a Windows Desktop App. I am looking to flash the taskbar but that does not seem to be an option so was planning on 'flashing' the icon when there is new content. I have come up with: ~~~ var i =...
[TiStudio win7 64bit] Program launch failed. Unable to locate Java VM. Please set JAVA_HOME environment variable.
Hi Everyone, I'm working on an app on Windows 7 64 bit with the new Ti SDK 2.1.0.GA and when building for Android I get this error: ~~~ [INFO] Compiling javascript: global.js [DEBUG] "C:\Program Files\Java\jdk1.6.0_27\bin\java.exe" -jar...
Unable to create new project
Hi. I´m receiving this message while trying to create a new project. The error details: Traceback (most recent call last): File "C:\Users\Usuário\AppData\Roaming\Titanium\mobilesdk\win32\2.1.0.GA\project.py", line 136, in <module> ...
Can I reuse my code when I build same app in Titanium Desktop and Titanium Mobile?
####Well I need to develop a solution which will run in desktop, like a normal compiled program. ####And I need develop a mobile interface for this same program. ####Both need have a offline database to input and show data and graphs. ####**I want to know...
Android deploy problem
Hi everybody, I need some help while trying to deploy my android apps in Titanum studio. I'm working on Windows 7. In the console I can see the following log message. **[INFO] logfile = C:\Users\Arman\My Documents\Titanium Studio...
Titanium Desktop Application fails to start from DVD on Windows
I've build a Titanium Desktop App (1.2.rc4) as bundle without installer (build options: -n -t bundle), hoping to deliver it on DVD without requiring a installation process from the user. This works totally fine with my Mac OS X build, but does not on...
Freezing at Installing/Updating a Mobile SDK
Hi, I'm just installing Titanium Studio on my Windows XP machine. The installation worked and after I start it I want to configure Android, then I click the "Install or Update Android SDK" button and it freezes at the dialog box titled...
TableView getting focus when explicitly set to false.
Hey there, I've set up a icon grid, using the example from Paul Dowsett here: http://developer.appcelerator.com/question/36691/creating-a-grid-layout-in-appcelerator I've changed the "views" to image views and set it up so that instead of just...
not getting data from server
first look this link http://kidznooks.com/mobile/getdefaultitem.php i have uploaded json file to this location but whenever i m trying to get response text from server then it always comes in error section and says my custom message that "connection...
Setting map pin image - iPhone only?
I was going to play around with the map view, see what can be set and not set to change its visuals. And found that the pin can be set using pinImage by looking at kitchen sink demo at...
Can I use PHP with desktop app to create pages?
Application type: desktop Platform: windows Titanium Studio : 2.0.2 Titanium SDK: 1.1.0 - win32 I want to use php to get data from an api using curl. I tried to execute simple php pages in titanium but they are not working like the example shown below...
not getting picture in picture gallery in emulator
hello actually i open picture gallery but there is no any picture and saying "NO MEDIA FOUND"..so i m just wanting to know how to save atleast one picture in emulator gallery so i can check weather this is working for choosing picture or not
maintenance contain in Android mobile through web based PHP
I want to maintance contain in android application that i want to make. Like change feature, upgrade content application, and etc. I want to maintanance content it from web, not from android coding. so that, user don't need to download upgrade application,...
selecting picture problem in emulator
hello actually i need to create profile through my android app..but i got problem on selection of picture from device ...actually i dont know how to select picture from my emulator device..and show it imageview...so please help me to figure out....