Community Questions & Answers

Error in packaging a desktop app

Hi everyone., I have successfully created a Desktop app in titanium .When i come to package option for linux OS,it works fine.But when i download the package it contains .exe file along with the resource directory which should not known to the end...

TableViewRow related

In my tableView, Contains number of rows. Each row contains big screens. initially height of row is fixed when i click on the row it should display whole contain (i.e. Height of row i want to increase in the click but i m not getting that effect)

220 views
asked 2 years ago by nilap shah
last activity 2 years ago

Debug Application

Hi All, I am new to titanium developer. Can any one tell me that how to enable step by step debugging on the titanium application . I want to understand flow of titanium application,is there any way to understand flow of titanium application. Thanks in...

UnHideTab ?

Hello, I am developing an app with a login screen as first window. For that window I use `window.hideTabBar();` in order to make it "almost full screen". I say almost because I still display the title bar. The problem is that I can't find a...

transfer of control in android?

in Android Env... How could i transfer control from one window to other? actually i have prepared one login page.. after clicking on login button i can move to next page but i cant do anything on that page though it has some controls....

Simple Hello World App without TabGroup

How to make a simple Hello World App without Tabs? The Hello World App generated from new project has them but what if need a even simpler project. This is not working from app.js What im i doing wrong? ~~~ var win = Ti.UI.createWindow(); var l =...

Picker in IPhone

Now that I've upgraded to Titanium 1.5, I'm starting to play with the picker, as it actually works for Android. No more having to create a webview with select html in it and then firing off ti events! However, I'm having trouble with it in iphone. In...

Cookie management problem

I know there are a lot of cookie questions and problem reports. Not sure which one to glom onto so I'll make my own. :) In the iphone emulator, with iphone sdk 4.1, and titanium sdk 1.4.2. Titanium is clearly trying to manage cookies (as required...

Styling labels

When or how can I style the text in a label or message? For instance, if I want a word in the label to be bold, how can I do that? This seems like a very huge limitation to Titanium if this can't be done.

Titanium won't run

Hi! I tried to install Appcelerator Titanium on my Linux Ubuntu 10. I got the option to choose my path and so on, and then there was a kind off downloading thing showing. After that it flashed away and since then I can't run Titanium anymore. Can someone...

about iOS 4.2

just to share a tiny experience with iOS 4.2. I didn't want to upgrade from 4.1 to 4.2.1 until I had to add iAd to my iPad app. I initially installed ios 4.2.1 to a separated directory other than /Developer, which has 4.1. I first removed everything...

Twitter and Facebook clients

I have created a little app and now I want to add Facebook and Twitter functionality. I would like to login and Get and Receive post. I have checked out the KS examples but they are not the helpful. Has anyone created their own Twitter and Facebook...

Android OptionMenu missing from 1.5 CI builds

I'm trying to use the Android OptionMenu in the latest 1.5 CI build with the same code that worked in 1.4: ~~~ function createMenu() { var menu = null; if (isAndroid) { menu = Ti.UI.Android.OptionMenu.createMenu(); } //refresh...

Background location

I noticed that location keeps running even after the app is closed, what kind of cade can be run while in the BG, and could I get some examples of how to do so? I am very lost on this. [edit] So my question is, can I do something like running location in...

Nested Animations

Hey guys, I may be a tad naïve in asking this, but what is the problem with having nested animations? I've noticed that this can create some bugs when run in the simulator, such as animations locking up the app. However, I have been unable to repeat...

Helloworld Application is not running

Hi all, i am new to titanium developer. i develop new sample mobile application called "hello world". it is showing two messages. [INFO] Launching Android emulator...one moment [INFO] Building HelloWorld for Android ... one moment and hang...

Weird issues in Windows

I have problems using the Titanium Developer in Windows. In Mac OS and Linux, everthing is working fine, but in Windows I have the following issues: 1. Inspector doesn't work/ shows up as all-white surface in projects. (It does work in sandbox mode for...

Android emulater won't launch; adb.exe doesn't start

Hi, I am using Windows 7 64 bits. I have the latest android with everything installed. Titanium SDK is 1.4. Can someone with the same machine successfully running their titanium projects on Android enumerator share the following: -Environment Variable?...

3,284 views
asked 2 years ago by Sting Khan
last activity 2 years ago

MarkerClusterer - iPhone mapview

Has any one successfully implemented MarkerClusterer using Titanium on an iPhone App? I have over 900 annotations to place, and its painfully slow to place them, and I am getting memory warnings - surprisingly its not crashing yet! I cant imagine it...

App Won't Load

Hi I'm attempting to launch the most basic app (HelloWorld) and every time it seem to get stuck on: "[DEBUG] Waiting for device to be ready ..." Even if I select Launch again (after the emulator has started) the same debug error occurs. I am...

Layout issue with IPad.

Hello, We have created an application using titanium and its running fine for android as well iPhone, but when we test in IPad, layout of that application is not getting proper. (Actually I can able to see the layout is the size of iphone layout). Please...

fireEvent from webview to window

Hi, I'm learning Titanium by developing a simple iPhone app, and it's coming along pretty good. However, I've been trying to figure out how to get fireEvent to work and after checking out different examples I just cannot get it to work (probably missing...

Passing Data Between Window?.

I want send data to one window from other. The main window has a table view. while clicking on the table view, I want to pass corresponding id to next window. The window is in other .js file. Presently, I am passing data by dispatching a custom event. But...

6,012 views
asked 2 years ago by sanal ms
last activity 2 years ago

Showing 38,801-38,850 of 47,503 1772 773 774 775 776 777 778 779 780 781 782951