Community Questions & Answers

Two strange behavoir of TiSDK 3.1

Hi I have across the tow strange problems related to TiSdk 3.1.There are following 1)I could no longer go to Homescreen but the app exits one screen before the Homescreen.This wasnt problem at all TiSDK 2.1.4 2) Tab groups are on the above screen.That i...

Label Text not wrapping 3.1

Hello: I've a problem with the text wrapping inside a label on Android. This code works fine in the v 3.0.2. ~~~ var labelDir = Ti.UI.createLabel({ top: '1%', left : '13%', right : '10%', height: '50%', color :...

Shifting from one window to another

I am new to this. I am having button on 1st screen and after clicking on the button It goes to the next Screen where it displays some data. But while doing so, the earlier window still can be seen in background so how to overcome the same?

Cros Origin issue on web view

Hi , Used HttpUrlFormatter code snippet to avoid Cros Origin issue on web view but still getting below error , Same webservice call code works fine for android emulator but when i packaged to mobile web got below error. Origin http://127.0.0.1:8020 is...

animation

i need animation like blasting after game is completed successfully. is it possible to get in titanium appcelerator for both android and iphone. any help? thanks.

Build Failed Iphone app

Hi, I need some help please. I'm trying to install my app on my iphone but errors appear: [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : CompileC...

Animations

Hi all i'm new to mobile development kindly share me tutorials/videos of animation module or properties used in titanium studio. As i'm beginner to mobile development kindly share me tutorials/videos with examples it would be grateful........

Fetching different models with a specific idAttribute inserts instead of replaces the "old" object in the fetch succes response

-Problem A model is created. The id of the model is set to a specific id. A fetch is made. When repeating this for another model with a different id results in a succes response object with 2 objects. There should be only one object because the fetch is...

Problem While Running Kitchen Sink Application

Hi, Iam Facing the below Error while running the Kitchen Sink Application Can u please help in this issue.... [ERROR] : Build process exited with code 1 [ERROR] : Project failed to build after 4s 642ms [ERROR] : Emulator process exited with code 1

can not access facebook

hi Its been a couple of days i started working with titanium and got familiar with the framework. Its really cool framework. Now i am building an app trying to connect with facebook.... I also registered an app on facebook developers and got the id.But it...

Problem with database

Hi guys, I'm creating a database using Ti.Database. I'm trying to have an auto-increment column so that i can update values of the row or delete the row. When i try create the column, i encountered an error. Can anyone help me debug? And I wanted the...

[WARN] : Called remove for [object TiUIView]

I am storing the top and left values, then trying to read and pass them to a (new or old) view when needed. I am getting [WARN] : Called remove for [object TiUIView] on [object TiUIWindow], but [object TiUIView] isn't a child or has already been...

Google Maps V2 in Android: Empty Map View

SDK 3.1.0.GA, T-Mobile G2 device I created debug and release API Keys using the Google Console, installed the maps module successfully, added the API Keys to tiapp.xml, and now when I create a map view it is empty. The only things visible are the zoom...

Google Map v2 3.1.0GA it.map

I’ve successfully installed the it.map module and IDE can find it correctly. But the module won’t work. Both Web Browser and Android Device crashed. Web Browser: Uncaught TypeError: Cannot read property 'NORMAL_TYPE' of undefined at /app.js (line...

ExpatError when running Titanium CLI from script

Hello, I am writing an automated build script for our mobile application. This script is written in Python and uses subrpocess.Popen to call the titanium cli to build the application. I am getting the following Traceback: ~~~ [ERROR] Traceback (most...

Open Gallery when camera is opened

Hi, I'm trying to select a picture from gallery (with the camera already opened) to overlay with the camera view. The problem is that I cant take a picture after select the image from the gallery, because some camera problem (works if I dont open the...

Storekit - state of purchase

Hi, i want to talk about purchase. It is possible to know if user have bought a product ? without saving state on db after buy it and restore purchase, but with call "requestProduct" throught callback information. Thanks for you answer.

user location near a annotation

Im building an app with titanium and i am creating multiple annotations on a google map. My question is if somehow i can check if user location is near an annotation and lets say fire an alert. Is this possible? In a similar project with javascript i was...

Android: Display "next" or "done" on keyboard

I want my ascii/text keyboard in my textarea to display "next" or "done" in the bottom right corner, so when I click it it doesn't make a newline but blurs the field. My code: ~~~ var win = Ti.UI.createWindow({ backgroundColor :...

iOS - problems with fonts

Good evening, i want change the font from a label. I had read the documentation but it does not work for me. http://docs.appcelerator.com/titanium/latest/#!/guide/Custom_Fonts I try many fonts like "Arial" or "Helvetica" also i...

displaying data in android

Hi all i'm trying to parse data using json web service and poster it in emulator so i create a database like below but now i want to post up the data and i don't know how can someone help me please ~~~ var win = Ti.UI.createWindow( { ...

titanium non-swipeable taleview

If you look at the settings app on the iphone, it has multiple table viewes one under another. tough when I swipe the screen, I son't swipe the rows of each tableview, but the whole screen. Can I create a tableview, that is just a table, and does not...

Showing 201-250 of 47,602 1 2 3 4 5 6 7 8 9 10953