Questions tagged [titanium-mobile]

Use this tag for questions about the cross platform Titanium Mobile SDK. If your questions is specific to Alloy, Android, iOS or modules add the related tags like [titanium-alloy] too.

Titanium-Mobile is an open-source JavaScript based platform for developing mobile applications.

Supports Android and iOS (iPhone, iPod, iPad) using a mostly common set of Mobile APIs which render using each platform's native controls and features.

Resources

Related tags

1832 questions
0
votes
1 answer

How to load another js file on a button click in titanium

I have App.js (function() { Window = require('ui/tablet/ApplicationWindow'); } new Window().open(); })(); From there ApplicationWindow.js is loaded. In ApplicationWindow.js function ApplicationWindow() { //load…
Aswathy Bose
  • 4,279
  • 4
  • 32
  • 44
0
votes
1 answer

Animation hide imageview [Titanium]

I have created an imageView in Titanium and now I would like to hide it using an fade out animation along with changing the backgroundColor of the view. I have the following code var image = Titanium.UI.createImageView({ …
user782400
  • 1,617
  • 7
  • 30
  • 51
0
votes
1 answer

Tagging Multiple users in a Status in Titanium Mobile

Help me with tagging multiple Friend's with a status which I'm updating via my device from my app. Here's what I'm doing var data = { link : "http://www.appcelerator.com", name : "Appcelerator Titanium (iteration " + iter + ")", tags :…
0
votes
2 answers

Error when specifying the SDK folder

I have just installed Titanium Appcelerator, and when trying to specify the SDK folder I receive the following error: Please guide me to solve this problem
Amr Bakri
  • 273
  • 3
  • 11
0
votes
1 answer

How to disable the picker row - Titanium?

I want to create a date time picker for one mobile app in Titanium Studio (for Android). I need to disable some picker rows like- All Saturdays and Sundays. I am not finding any way to do it, there is no property in Titanium Picker using that I can…
Porwal
  • 330
  • 5
  • 18
0
votes
1 answer

Place a label at coordinates in Titanium

I have created a label and would like to place it on certain coordinates. Is there a way I can directly set the x and y coordinates to place the label in Titanium.
user782400
  • 1,617
  • 7
  • 30
  • 51
0
votes
1 answer

Accessing the camera instance online

I just want to know, is it possible to open camera instance and take a picture online. in other words, if i have an app has an access to the internet can i create a button to open the camera and take a picture while i'm being online?
Amr Bakri
  • 273
  • 3
  • 11
0
votes
1 answer

How to create Titanium Android Module with external library(jar)?

I am creating the module for the first time in Android. This is one external library which is successfully deployed on native code . Now i want to create one module of that external library the Build has Successfully deployed with AntBuild but How…
hardikdevios
  • 1,779
  • 14
  • 33
0
votes
1 answer

How to include AdMob in a Titanium Android app?

This would be my first time working with AdSense, previously I've used the createAdView for iOS, which is extremely simple to use. When I wanted to find the equivalent for AdSense I found Titanium doesn't offer functions to do so. From what I've…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
0 answers

Titanium Studio Application does not run in Android emulator and device

Hi I am new to titanium framework.I installed the latest titanium 3.x framework. When I execute the application I got the following errors.Please correct me.Thank you. [ERROR] Error(s) compiling generated Java code [ERROR] An exception has…
Srikanth M
  • 51
  • 3
0
votes
1 answer

Unable to upload photo using Appcelerator Cloud Services (ACS)

I am trying to upload a photo using ACS, but I am getting some runtime error. Here is the code that I am using: var image; function uploadPhoto(){ Titanium.Media.openPhotoGallery({ success: function(e){ // alert(e.mediaType); …
Porwal
  • 330
  • 5
  • 18
0
votes
1 answer

Titanium Studio Cannot create new project

I have installed titanium studio 3.0.2.2 in Windows 7 32bit environment and configured Android 4.2.Then created an account with titanium and its working properly when opening the Titanium IDE.But when i try to create a new project it displays an…
san88
  • 1,286
  • 5
  • 35
  • 60
0
votes
1 answer

Titanium Alloy get all label text value from xml

I want to console log all label text value displayed from my xml, And this is how I was doing to log the label Ti.API.info($.label.getText()); , but this code doesn't seem to work since this only works for only a single value from a variable. How…
Rh Jov
  • 115
  • 1
  • 11
0
votes
2 answers

Why action bar in titanium crash my application?

am developing android app in titanium appcelerator. Now my problem is that i have to add action bar in my app and put two buttons in left and right side of it but i cant successfully implement the action bar i have done following to make show…
BhavikKama
  • 8,566
  • 12
  • 94
  • 164
0
votes
1 answer

Opening another window from controller

I have button named settings in my titanium alloy project. What i want is, to open the settings window upon clicking/tapping the button. So i have used following code var settingsWindow =…
user1795109
  • 678
  • 2
  • 6
  • 14
1 2 3
99
100