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

The operation could not be completed (com.SDK.facebook error 5)

I am posting a image on wall but getting this error .how to solve this error. The operation could not be completed (com.SDK.facebook error 5) var fb = require('facebook'); fb.appid = 576786815719384; fb.permissions = ['publish_stream']; var f =…
user2484319
0
votes
1 answer

How to to do socket programming in titanium?

I did socket programming in phone gap using plugin .Now I am using titanium so I need some example so that I can understand well .I have my Socket Server Ip(where my exc file is running from there I want to fetch data from server).I have also port…
user2484319
0
votes
1 answer

Ad Hoc Deployment Appcelerator

When using ad hoc deployment in accelerator I get all green checks and no errors. However when you install the .ipa file it never compeletes. It gets about 80% done and then fails. If you deploy locally to a devices it works. (hooking up to the…
user2755156
0
votes
1 answer

How to create a pop up screen in titanium

I am able to make window in Which I create label +textfields +buttons and open that window. Now I am looking to make one pop up screen in which I have one label and one text field and two button cancel or ok .This pop up screen show when I click…
user1542984
0
votes
1 answer

How to scroll always on same offset?

I have a titanium scrollView. If i make scroll action, the content is moving depending on the force of my finger scroll action. I need to make it scroll for defined value always (i.e. 400 pixels). How can i realize this? I've tried it with…
jagger
  • 532
  • 1
  • 5
  • 13
0
votes
1 answer

How to create folder internal memory in Android +IOS Using titatium?

can you please tell me how to create folder in internal memory of IOS and in android using titatinium .I want to create first folder than inside I want to create a text file in that .? Suggest me good way to do that ? Thanks
Rohit
  • 685
  • 3
  • 13
  • 28
0
votes
1 answer

Titanium: Have scrollview auto play slides

I have a typical createScrollableView control. How do i make the slides play by them selves, not wait for user interaction?
R0b0tn1k
  • 4,256
  • 14
  • 46
  • 64
0
votes
1 answer

Titanium mobile application crashes after a period in the background (including services)

As reference, this is on Android, and this is the Titanium Forum Post I'm noticing this issue with several applications I've done with Appcelerator, all of them: no matter if they are simple apps or complex apps, but is more frequent in larger…
0
votes
1 answer

Titanium Alloy using jquery

Am new to Titanium Appcelerator and am using Titanium Alloys to develop my Mobile App Module. As I read in Titanium docs, Alloys have built-in support for underscore.js and Backbone.js. Is it possible to use jquery to develop apps with Titanium…
Guts
  • 81
  • 4
  • 20
0
votes
1 answer

Titanium: several videoplayers on one view

I'm trying to create several video players in the titanium tableview (something like video gallery), but as i'm adding the video players in the loop, i get only the last in the loop video added. Consider yGrid = 2, xGrid = 3, i have 6.mp4 only…
jagger
  • 532
  • 1
  • 5
  • 13
0
votes
1 answer

Titanium Random App Crash At Launch

I am using titanium 3.1.0 GA. The app usually runs fine. But sometimes when launched, it crashes at random occasions on actual device. Following is the screenshot of the crash: This doesn't seem to be a problem in my application, since most of…
Aqeel Ashiq
  • 1,988
  • 5
  • 24
  • 57
0
votes
0 answers

how can i use search dropdown list in Titanium

I want to use a drop down list with text box searching ability. I am new to titanium, if anyone knows how then please inform me. var picker = Ti.UI.createPicker({ bottom : 60, width : 150 }); var data =…
Nik
  • 25
  • 5
0
votes
1 answer

Error while running simple app in Titanium Studio

Am new to Titanium App Development and am using Fedora Operating System and Titanium Studio with Titanium sdk 3.1.2.GA to develop App. When I create and run a sample program, its showing the following issue. [ERROR] Exception occured while building…
Guts
  • 81
  • 4
  • 20
0
votes
1 answer

How can I make a Coordinates Object Dynamic in JavaScript?

I'm using lines a module for Titanium Appcelerator to draw lines. In lines you just need 2 Object with coordinates to draw a line (start and end point). I want to modify the start/end point object with a 'touchmove' event, However I'm fairly new…
Omar Gonzalez
  • 1,117
  • 4
  • 14
  • 22
0
votes
0 answers

Titanium: command not found on Ubuntu

I tried to install Titanium IDE (version 3.1.2.201308091617) to make some mobile apps on my ubuntu 12.04. I follow the guide, install successfully Android SDK and mobile SDK (3.1.2 and 3.0.0). I started a template project and just want to run on…