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 display iPhone contacts like path

How to display iPhone contacts with email like path application. I tried following code, its show the contacts name, when I click the contact it navigate to contact details page. But, I need to display contacts in table view then user click customer…
Praveen Kumar
  • 308
  • 1
  • 4
  • 18
0
votes
1 answer

Android - How to open email attachment with Titanium 2.1.3?

I'm working on Titanium SDK 2.1.3 and deploying for Android, I followed this article to include my app in the list of applications that can open mime types like application/*, image/* and audio/*. It made my Android Manifest to look like this:
0
votes
1 answer

Update variables - Titanium/Javascript

i am working on a titanium mobile project and i'd like to update some variables. How can i update some variables that is in the "exports.presets"? It looked easy to me but unfortunately i couldnt do this.. exports.presets = { Filter1:new…
Tel4tel
  • 51
  • 1
  • 2
  • 9
0
votes
1 answer

Titanium Android - Got exception decoding bitmap when trying to open an image

I'm working with Titanium SDK 2.1.3 and developing for both iOS and Android. Our application can open files (at the moment txt and images on Android), in iOS we use a special library that handles the files while in Android we want to open the files…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

Titanium Android - How to differentiate between a smaptphone and a tablet?

I'm using Titanium SDK 2.1.3 and I've come across this problem recently, since Android 4.0 and greater can be found in both smartphones and tablets, how can I differentiate between them? If I try to distinguish based on resolutions it wouldn't work…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

How to run the blackberry application in Titanium appcelerator in blackberry simulator

I am new to Titanium appcelerator.I instll the Titanium studio and blackberry sdk in the Titanium.And I download the Blackberry simulator.I create the new project in Titanium studio with deployment target as BlackBerry.It is created…
rani
  • 593
  • 3
  • 10
  • 28
0
votes
1 answer

Titanium display image on xml from local

I was storing the full path of an image & retrieved it below, I want to know why does this image file path,doesn't display in imageview on xml? …
Rh Jov
  • 115
  • 1
  • 11
0
votes
0 answers

Error converting NSString to UTF8String

-(id)select:(NSString *)original_query { sqlite3_stmt *statement; const char * converted = [original_query UTF8String]; NSLog(@"[INFO] converted char = %@", converted); if (sqlite3_prepare_v2(db, converted, -1, &statement, NULL) !=…
Joseandro Luiz
  • 8,744
  • 4
  • 20
  • 20
0
votes
1 answer

Unable to see Title/TitleControl in SplitWindow Windows

Application Type: mobile Titanium SDK: 3.1.1.GA Platform & Version: iOS 6.1 Device: iOS Simulator Host Operating System: OSX 10.8.4 Titanium Studio: 3.1.1.201306112235 I've got a SplitWindow control in my Alloy app and I can't seem to get the…
0
votes
1 answer

Appcelerator Apps don't work in Firefox and Chrome but work in IE

I have problem as following. I use a Titanium Studio, build: 3.1.1.201306112235 with SDK 3.1.1 GA (on Windows 7). When I try to run example app as "Mobile Web Preview in Browser", then I saw mobile app in my Firefox (version 21.0) but any actions…
0
votes
1 answer

How to put a View under a tableView

I'm using tabBar. I've a window in which I've added a tableView and now I want to add a view at the bottom of the window (not at the end of table rows). It should appear at the bottom at all times. Any suggestions?
Amaresh
  • 83
  • 1
  • 9
0
votes
1 answer

Backbone.Events context issue in Appcelerator Titanium

I have a custom library in my Titanium Mobile (3.1.0 GA SDK) project that looks something like this: // lib/MyObject.js function MyObject { var self = this; _.extend(self, Backbone.Events); this.trigger('myEvent'); } module.exports =…
inxilpro
  • 20,094
  • 2
  • 24
  • 28
0
votes
1 answer

TableView scrollToIndex doesn't show entire row

Application Type: mobile Titanium SDK: 3.1.1.GA Platform & Version: iOS 6.1 Device: iOS Simulator Host Operating System: OSX 10.8.3 Titanium Studio: 3.1.1.201306112235 I'm using the scrollToIndex method to scroll a tableView to display an entire…
0
votes
1 answer

Slide in/out text on label in titanium

I have a label which displays dynamic text. For example, However, I want to add a slide in/slide out feature to the text that appears on the label. How can I do that ?
user782400
  • 1,617
  • 7
  • 30
  • 51
0
votes
1 answer

How to refresh the Table View Data in Titanium Studio

I've created an app using tabBar. I've created a separate search Window Containing a searchBar and a TableView to display the recent search items. Whenever the return event is fired a new window called searchresult.js opens up displaying the data…
Amaresh
  • 83
  • 1
  • 9
1 2 3
99
100