Community Questions & Answers

Query regarding module.exports error

Hi, im trying to make an app for android making use of a ApplicationTabGroup.js in common folder, as well as another 2 pages for the 2 tabs within the applicationtabgroup.js. All of these 3 pages are in the common folder. I've been getting this...

How to customize the annotation

I have a map and a custom pin for each location. When I click on a pin I get an area pop-up above the pin (title, subtitle). The text in the area is too close to the borders of the area. The questions is how to add some padding/margin around the...

Experience using Titanium4j ?

Hello everybody, We are a team of Java developers and have to write Titanium Applications. Appcelerator only provide a JavaScript API but we came accross Titanium4j (http://emitrom.com/titanium4j) which seems to use Java. Has anyone used this...

Image sharing on twitter

I am trying to share image on twitter using social.js, with Twitter rest api 1.1 but unable. I get an error saying with message saying 'Bad Authentication data' and error code 215. If anybody has done some such thing, his/her suggestions are required.

Performance problem

Hi, i'm working in an application for Android and when i test it in emulator or in the Android device the change of windows is slow and i dont now if is because is a developer version and when i build the final version the application speed is better, or a...

Android alerts not working

Building a mobile app and running into issues running some confirm / alert dialogs when trying to register for push on android. My dialog boxes are not appearing in the simulator at all. The below code should run at start up(along with a gps location (yes,...

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...

Tab Application issue in iOS

Hello everyone, I am building an App for both Android and iOS. for android everything is working fine but in iOS I am having weird issue. I have a main_screen.js which open directly from app.js. my main_screen.js have 4 buttons which open respective tab...

Studio 3.1.1 Default Display Size

Is it just me or does setting the default display size in Studio 3.1.1 make no difference? I always get the non-retina version of the simulator. And the "Run" and "Debug" are back to the 3.0 arrangement in App Explorer view. Really?

Creating an Android module project

I've noticed that the file/folder structure and contents of an Android module project folder is different depending on whether it's created from the command line or within the IDE. Any one else notice this or can tell me why this is the case? Thank you.

error using internationalization

hello titanium community, I'm beginner using titanium and I'm following the guide for develop mobile apps using titanium. In the part of internationalization there is a exercise and I got this error: [ERROR] Exception occured while building Android...

offline map and leaflet

Hi i' m just starting with titanium and would like to do a test app that need an offline map with markers, i'm using latest SDK and is for ios and android. I found this article but it doesn't bundle a complete example, i tried to get all peaces together...

Mobile app install ads

Hi, one of our customer asked to use Facebook's ads, the guide he sent us says "Include the following code to be executed when your app opens for the first time by the user. This will allow the app to ping back the install event to Facebook when the...

Image visible= false/true savedata

I work in Android. I have a button. When I press the button the image changes from visible / not visible. I can save the configuration as (visible / not visible)? (if I close the application I want to be saved) I have worked with sqlite databse, but do...

voice search is not working..

hello everyone i got big problem in my emulator..actually i m developing one application which has faciality of speech to text and text to speech ..after doing lots of google search i have found the way to enable that in my emulator ...that is...

Camera Functionality for IOS & Android

Titanium.Media.showCamera({ success:function(event) { // called when media returned from the camera Ti.API.debug('Our type was: '+event.mediaType); if(event.mediaType == Ti.Media.MEDIA_TYPE_PHOTO) { var...

Camera Functionality for IOS & Android

if (Ti.Platform.osname === 'iphone' || Ti.Platform.osname === 'ipad') { var win = Ti.UI.createWindow(); var recordVideoButton = Titanium.UI.createButton({title: 'Record A Video', bottom: 3, height: 30}); var recordVideo = function(){ ...

Showing 1-50 of 48,761 1 2 3 4 5 6976