Community Questions & Answers

Controls do not render in tabbed windows

I have created two windows in two tabs in a tab group. It is almost identical to the initial code generated for a new app. Both tabs have the correct title, and the tab bar has the correct icons and switches tabs correctly. Unfortunately, any control that...

TabGroup

I'm writing an iphone app that uses a tabgroup. I created the tabgroup and added my tabs but when I open the tab group it automatically opens tab 1, I'd like to display something in the windows and have the user decide what tab to open. Is this a default...

Error in compiler

Despite having compiled and run my project successfully in the Android emulator (under Win XP), I now repeatedly get the following error message for source code that previously worked OK. I've no idea what's wrong. Can anyone help? Thanks. Error in...

unable to delete temporary files

I'm trying to delete temporary files that get created during an HTTP post operation. The files end up on the SDCARD root directory and all begin with 'tixhr'. When I run the code below I get this error: "TypeError: Cannot find function deleteFile...

Advanced Layouts and Styles

When I learned programming and web development I learned the complex stuff by dissecting sample apps and reading source code. Unfortunately, I cannot find any beautiful interface samples to dissect and learn from. Advanced styling is probably the one...

Loading the html/javascript/css from a server

Hi, I am needing to build an iPhone application that will have some of it's content dynamically generated and I am trying to establish if what I am needing to do is possible with Appcelerator. I am looking to build a hybrid application where some of the...

Bug tracker?

Hi Everybody, Is there a bug tracker where I can file bugs instead of posting them here in the forum? I've the feeling that some of the bugs posted here get lost. In particular tracking would be nice to see if it is actually solved.... greets Daniel

ScrollView horizontal scroll not working.

Hello. I have a scrollView in my app (for Android), but I can't scroll horizontally. (Vertical scrolling works fine though.) I have tried adding a View, and toying around with the input parameters of createScrollView. The code can be find here:...

Ti won't build code

Everything was working ealier and every since I tried to Build a Package its been crashing. Can't Build for Itunes or Build to Distribute or even build for simulator. ~~~ File "/Library/Application...

Twitter OAuth... Any help?

So today I got Facebook working on my app using the new [Ti.Facebook APIs and modules](http://developer.appcelerator.com/blog/2011/02/facebook-module-changes-in-titanium-mobile-1-6-0.html). What I'm having problems now is getting Twitter working. Basically...

Couldn't find module: ti.facebook + ARti

Hi there, I've downloaded mobileSDK 1.6.0RC1 so I could run the newly released ARti but I get the error message: [ERROR] Script Error = Couldn't find module: ti.facebook. The github download I've been directed to seems to be for Android. Any ideas, or...

Anyone can help in creating a module?

Hi! We are looking for a way to embed Unity3D games into our Titanium apps. It looks like the prominent way to do that is to make it a module. Has anyone tried to do anything like that? If someone can help, we are ready to pay for the job, give credit...

Android: Can't catch event when tab changed

I want to catch event when a tab is changed in a tab group. It's OK on iPhone with focus and blur events binded to a window of tab. But on Android, the events are not triggered correctly. Is there any way to detect tab changing on Android? I use Titanium...

T-Mobile myTouch 3G errors

I have created an Android app that works great in the emulator and on my Motorola devices. I have an Droid X and Incredible. But the app crashes on T-Mobile phones. I have tried it on the 2G and 3G. The app was built with Android 2.2 SDK. All of the...

appcelerator development with windows vista? can it be done?

hey everyone I've decided to give appcelerator a shot and would like to start trying out some android development with it, however I'm currently running on windows vista and from the research I've done I've noticed a few complaints from people attempting...

How to prevent TableView "flashing"

I have a TableView where each row contains three labels. Two labels are left justified while the third is right justified. The problem is that when the rows are created, the right label appears briefly on the left and *outside* the table, which is a...

String.formatTime() JavaScript Date Object Possible Issue

**Possible Issue:** String.formatTime() changes time-zones on Date object when not needed. E.g. A new JavaScript Date object returns current system time. Date object should has same time as local time. No need for String.formatTime to convert time-zone...

1,665 views
asked 2 years ago by Dan Boorn
last activity 2 years ago

Android only module prevents iOS launch

I have created an android module to save a contact to the address book. Since this functionality exists for iPhone, I only needed an Android module. I built it, tested it, added it to my app. It works fine on the Android platform. When I try to launch...

Can't find variable: window at ext-base.js

First time working with Sencha and Appcelerator. I'm not getting very far. I'm getting the following error when I try to launch the app in the iPhone simulator. **Can't find variable: window at ext-base.js (line 9)** Any help would be appreciated. Here...

Need to extract a few elements from external XML file and display

I have read through most XML discussions but have not gotten a solution that works for me. I just want to parse through an XML URL and pull values for specific name/value pairs. After I get that basic functionality working I will want to add other...

Some Analytics Questions

I have a few analytics questions I'd love to get answered before sending out my app to the market. 1. How do I know if the analytics are turned on correctly. I have analytics set to true in tiapp.xml but I also have a custom AndroidManifest. 2. If...

Title does not show on simple window

I have started a new app and I am unable to make a titlebar appear on my window. Do I need to use tab groups to get a title bar? I do not need tabs for this app. I am testing in iPhone simulator and see the same results across 3.2-4.2 ~~~ var indexWin =...

splash

Hello all, In iphone we using this delegate method for splashscreen but in titanium framework is any other control (void)applicationWillEnterForeground:(UIApplication *)application (void)applicationWillEnterForeground:(UIApplication *)application

Showing 36,101-36,150 of 47,504 1718 719 720 721 722 723 724 725 726 727 728951