Community Questions & Answers

Status bar hide

Hi I want to hide the status bar on one of my screens, the splash screen, but have the status bar visible on every other screen in the application. How do I do this? Thanks

Calculate how long app has been open.

Hi, I'm new to javascript and I'm having a bit of trouble using setTimout. I want to be able to calculate how many milliseconds the app has been in use. I have tried setting getTime() (the number of milliseconds since 1970) as a variable and then...

new debugging system for titanium - cloudebug

The real-time, internet-based debugging system designed for Titanium Appcelerator: **http://www.cloudebug.com** --- As long as the device that is running your app is connected to the Internet - you can debug your code by using any browser, from...

Problems Showing HTML

I created an app completely out of HTML and inside CSS. The index page works lovely, but once I click on the tabs it will display the content in the specified div tag, but the backgound and header are completely white (it should be a gray background with a...

Width of content in a ScrollableView

I have a scrollableview and i want to get the views that are insite it closer to each other. This means when I'm on page 2, i what to see a part of the other pages (1 and 3) on the left and right site. Here is a <a...

Adding AdMob to iPhone

Hi, Is there a complete guide to how to add AdMob to iPhone? I have seen various posts but some say work and now don't. If I get it working via a module what are the chances of it breaking with future releases of appcelerator? I love the look of JS use...

Button and backgroundGradient

Hello, I try to apply a gradient background to a button. But It does not work (Android APIs 2.2)... Is my code wrong ? Titanium (1.2.2) on windows XP with JDK 1.6 and Android SDK revision 8. ~~~ var testButton =...

Titanium.App.Properties (Desktop)

Hello, I try to get variables or properties global. Means I would like to set a propertie in the initial window and get it in the second window. Here is my Code: index.html ~~~<script language="javascript"> Einstellungen =...

446 views
asked 2 years ago by mic big
last activity 2 years ago

Database go to first record

Hello, I have to make a look in a database, so I use rows.next(); And when the last row is reached I would like to go back to the first row. I have tryed rows.first() logically, but it doesn't exist. any workaround ? Thanks

Hidding the "No Image" Image

Hi need just quick help with this. I'm using XML to pull in images from a website. But as I've noticed before the image loads, it shows a "No Image" image, then loads up the actual image. Is there a way to remove or hide this? Here is a...

SearchBar Color black

Hi Sometimes the SearchBar is black, even if I selected a color. (Don't know when this happens. It's kind of random...) ~~~ var search = Titanium.UI.createSearchBar({ barColor: '#385292', showCancel: false }); var tableView =...

Need help Making a simple Rss feed

Hi. Can anyone help me making a very simple rss feed? I checked kitchen sink for rss.js and when I tried to use it I faced lots of errors on my test app. Hope can someone show me an initial code which I can reply my rss and make it work so I can...

trace route to help fix issue

Hi there, I have been having trouble with the emulator and the screen showing as loading. I have not uninstalled everything and followed the instructions from this site to get started. In the android sdk and avd manager no virtual device has been created...

NavigationGroup inside a Tab in a TabGroup (bis)

To follow up [101351]: http://developer.appcelerator.com/question/101351/navigationgroup-inside-a-tab-in-a-tabgroup) navigationgroup inside a tabgroup I tested the following code and it raises an very strange error: **[ERROR] Script Error = Result of...

Android tabbar issue

Hi, I have a tab bar that works perfectly with iPhone. But, for the Android, inside the tab, when i click on a button that returns a window, the latter is opened in full screen mode and hide the tab. Here is the code I'm...

Android can't retrieve my current position

Hi everybody, I'm using Titanium SDK 1.5.1 for both iPhone and Android development. I have an app that loads a map with my current position perfectly on iPhone. But, for android, nothing is showing but an error from the Geolocation API. I added my...

httpclient onload question

Hi there, I'm working with the httpclient but I dont get the job done the way i want. I've got a database which I want to import into the Ti Mobile app of my but because of the data its not do-able in one time. The problem I encounter is that the...

vertical layout table view

I've got a problem with the vertical layout view within a table view. After some time I finally could point my problem which can be reproduced wihin the kitchensink examples. When you take the kitchensink example of the vertical_layout_table_view.js and...

447 views
asked 2 years ago by Erik Dohmen
last activity 2 years ago

unable to package with errors

Hi guys, I've finish developing my app, I have been able to install it onto iTune and run on device all fine, however when i want to package it, I get the following errors: Error: Traceback (most recent call last): File "/Library/Application...

YQL query with open data tables crashes app

Hi all, I'm running into an issue with Titanium's Titanium.Yahoo.yql method on iPhone. I'm trying to execute a query which uses an open data table that I've built but unfortunately, it's causing the following exception: >Terminating app due to...

TextField gets focus inconsistantly.

Hi, I'm making an iPhone app, and there's a window that only has a TextField in it with some editable text. I have code that says "When the window opens, give the TextField focus". Unfortunately, the TextField only gets focus about 50% of the...

Scope Error

I seem to be running into a scope problem with Titanium. To the best of my knowledge the scope of a variable is the set of brackets {} in which it is declared and any nested brackets. If the item is declared in a for loop the scope is the nested...

Iphone device install Error

Hi! When I try to compile my app for device; its show the folowing error. My mac is new and it's the first time I try... ~~~ Install Error Error: Traceback (most recent call last): File "/Library/Application...

Deployment Target

Hi there, My app has been approved (w'hoo! and only took 3 days to get it approved and into the AppStore?!) however it's downloadable on all devices whereas I only wanted it available on iPhone/iTouch as I'm making a different version for the iPad. I'm...

How can I change some php.ini settings?

Some php ini settings (level 6) cannot be changed by ini_set function, you have to edit php.ini file. For example, short_open_tag or magic_quotes_gpc. Can I load my custom php.ini file? Can I change existing php.ini file and where?

Showing 37,351-37,400 of 47,504 1743 744 745 746 747 748 749 750 751 752 753951