Community Questions & Answers

Problem with AdMob Module?

~~~ 2011-03-04 18:05:25.061 App[18813:207] <AdMob> The AdMob SDK requires a valid view controller to be returned from currentViewController (AdMobDelegateProtocol). Cancelling ad request. ~~~ When I try to view the AdMob ad I have in my app. Here's...

oAuth for Titanium desktop ...

I've successfully implemented oAuth for Twitter on other platforms, but Titanium desktop seems to lack the features needed to make it work without resorting to either xAuth or the OOB callback (Pin). If anyone has an example of how to make this work,...

Sqlite Tableview - almost there!

Thanks to Clayton for your help earlier. I've got my db displaying in my tableview but only the first record is displaying 4 times over. I know it's due to "for (var i = 0; i < 4; i++) {" but I'm not sure how to code it to display a...

Multi line strings in javascript code

Hello! Can I use multi line strings in my Javascript code? I have lots of long SQL statements that I'd much rather have line breaks in them than put them all on one line. Here's an abbreviated example that generates an error: ~~~ sql = "SELECT id...

Run on device, distribute

I have my first app up on itunes, built it thru titanium & xcode...packaged & uploaded thru xcode...I'd like to give titanium a try with packaging future apps but when I go to the Run on Device & Distribute section, I need to register my iphone...

Setting Partial Curl Distance

In the Kitchen Sink app, in the section that previews animations for modal windows, the Partial Curl demo on curls the page up halfway, but when I add this into my app, the page always curls up 95% of the way. At first I thought it was because of the...

Pulling sqlite db into tableview

Hello All, I purchased a titanium template from CodeCanyon that is set up to allow me to pull my db into a table. My db is tcdata and the code is as follows along with the dev's comments for guidance. I'm very new and my lack of sqlite knowledge (along...

Multiline text on a button... iPhone

Is there a way to put two lines of text on a single button? Like in the Calendar app when you add an event, it appears that the Title/Location field is a button and the Starts/Ends is a button. The app I'm writing does something like this and if I can...

Nested windows without TabGroup?

Hi, I'm building an app that requires a custom interface, and am hoping to manage my content with two a base window that holds two content windows, which I will use for animation, leaving only one active after the animation completes. However, I'm...

Updated AdMob?

Is there any updated module out there that does the exact same thing as [TiAdMob4iPhone](https://github.com/masuidrive/TiAdMob4iPhone) did, back in 1.4.0? It seems this version does not work with 1.6.0.

Cant Add Android SDK - Error Message

Hi, I have followed all the steps in setting up appcelerator for Android development, I installed the Android SKD from installer_r10-windows.exe (Recommended) http://developer.android.com/sdk/index.html I am trying to set-up kitchen sink, but I am...

303 views
asked 2 years ago by James Matthews
last activity 2 years ago

Problem with table row formatting?

hey guys looking for a little help here. i am grabbing an array from a json and populating some results into a table view. ~~~ var json = json.calls; var dataArray = []; var pos; for( pos=0; pos < json.length; pos++){ var...

Making clock application

I am working on a new project where i need the clock. So i didn't have any problems , until i thought of updating the clock every second. So i made this: ~~~ function...

492 views
asked 2 years ago by Philip Rosel
last activity 2 years ago

TI Desktop can't find my Android SDK

Just installed Windows 7 Home Advanced. Installed Android SDK latest version in e:\Program Files\Android\android-sdk. When trying to locate the Android SDK in TI Desktop, it says: Couldn't find adb.exe or android.bat in your SDK's "tools"...

Paging Control Colour!

This has been asked a lot on this forum, but i wonder if anyone has found an answer? How do you change the colour of the "DOTS" on the paging control both on the Dashboard and on the scrollable view.? I've seen it on many apps...

ti.paint module Expansion

Hello People! Yesterday Titanium Released the awesome painting module and made it opensource! I've already implemented into my app for a update(was using html5 first) And even played with the source already. So while it's a really minor update it is the...

Ti Plus "try out" license?

About the Ti Plus modules: I may "try them out" for free but as soon as I want to release an app using any of the Ti Plus modules I have to buy a subscription for at least 2500$....right? (way too much for small developers)

Problem new with admob module

i'm on OS 10.6.6 (French), XCode 3.2.5, lastest Titanium sdk, compile for iOS 4.2 i add the module within /Library/Application Support/Titanium/modules/iphone/ti.admob/1.0 Then, in tiapp.xml : within modules : <module...

camera overlay

Please advise on the front side and the back of the problem that the switch button disappears of camera with overlay of camera.

681 views
asked 2 years ago by shinya iwakiri
last activity 11 months ago

Having difficulty with JSON

I have been going around in circles with this for a while so I am hoping someone can help me understand how this all works. I understand that I open an xhr session to a JSON file, however when I get the responseText it all seems to come undone, in the...

631 views
asked 2 years ago by Terry Harmer
last activity 2 years ago

Basic Picker - ClassCastException

I know this is trivial problem but I've been pulling my hair for the past two hours to figure out the problem. The same piece of code works for another picker but not this. Can anybody point the problem here? I am using Windows 7, GalaxyTab SDK with...

PHP on linux

Hi, PHP don't work on my install. I have archlinux 64bit, but it seems to be the same on ubuntu. I have to remove some module, like in this post :...

Titanium Module Required

Hi Can someone here develop a titanium module for ios.Module should be based on route-me an iphone library (http://code.google.com/p/route-me/) Please let me know so we can discuss cost and details Thanks

Chinese data display problem in Android

When I try to load some Chinese data from web service, it display some error coding in Android(it work ok in iphone), please tell me how to solve this problem

Can I use acapela TTS SDK with Titanium?

Hi, I plan to build TTS iphone app and am wondering if I can use acapela TTS SDK with Titanium. Acapela TTS SDK engine for Iphone http://www.acapela-for-iphone.com/documentation App will require loading time every time it try to speak text.So, it might...

Custom Fonts still not working

Still cant get custom fonts to work on the new 1.6 and i'm unwilling to try out the dirty method. Did everything shown on the video: http://developer.appcelerator.com/question/49151/custom-font-solution - Deleted build build/iphone folder - Have a...

Showing 35,651-35,700 of 47,571 1709 710 711 712 713 714 715 716 717 718 719952