Community Questions & Answers

Background audio in 1.4?

The specs say that background audio is supported in version 1.4, but I can't seem to find how to implement it. There is a new example window in the new 1.4 kitchen sink, but it doesn't actually play in the background, as it stops when you close the...

Set which Simulator to run

Hi. Maybe i have totally missed this but i really need help to set which of the simulators to open when i run my iOS apps. As if now it is ALWAYS the iPhone (non retina) that is opend when i run an app. And this is what i have to do to get it to run on...

fontWeight bold not working for Label

I am using following Font Attributes but it is not making any effect to make it bold ~~~ font:{fontSize:24,fontFamily:'Lucida Grande',fontWeight:'bold'}, ~~~ I don't get what wrong I am doing here.

UIApplicationExitsOnSuspend

Has anyone got this to work? I have even tried it on KS and it does nothing. The app enters suspend mode only and does not close down in completion. Is there more to just editing the info.plist file in build > iphone? regards in anticipation. AndyG.

Setup Error

I get the following error when I attempt to run my mobile application in the iPhone Simulator. I simply created a new mobile app that is configured to use iOS 4.3 SDK. I am using Lion and have XCode 4.1 with iOS 4.3 SDK installed on my machine. [INFO]...

Alloy or CommonJS with Netbeans

Hi friends I am an old Titanium developer been using it since 1.2 SDK.For last one year I have not done any development and found about certain changes like introduction of **CommonJS** and now **Alloy** Now how do I use non Titanium Studio environment...

Calling Ti.App.fireEvent from External JS file

Hi In WebView I call Ti.App.fireEvent in an external JS file in a function that itself is a function method. It is not being called if **Ti.App.fireEvent** written in external JS file. It is not being called on onclick either which is defined on a SPAN...

Can't read Picker Value?

Here is my code ~~~ var data = []; for (var i=0; i < projectsList.length;i++) { data[i] = Titanium.UI.createPickerRow({title:projectsList[i].title}); } pickerProjectList.add(data); pickerProjectList.addEventListener('change', function (e) { ...

make a call

hi, i developped an application to make a call. i tested it on iOS 5 it works. i just tested it on iOS 4. it doesn't work. here is the code : ~~~~ exports.call = function(number){ var codeConfidentiel =...

Determining Installation Date

Is there a way to determined the date an app was installed on a device? This would be for iOS. Thanks. Platform: iOS 5.1.1, Device: iPhone 4S, Host OS: OSX 10.7.4, Studio: 2.1.0.201206251749, SDK: 2.1.0.GA

Compilation Error

I am using SDK 2.1 and I am getting following error: ~~~ "___divmodsi4", referenced from: TI::UString::number(int) in libTiCore.a(UString.o) WTI::parseDateFromNullTerminatedCharacters(char const*, bool&, int&)in...

Skipping JS File

I added a JS file having fireEvent() code, after deleting all build files and forcing fresh install I am getting IInfo, "Skipping JS file" Why is that? TItanium SDK 1.6.2

Implement Calendar in iOS

Hi all, How can i implement [THIS](http://imageshack.us/photo/my-images/515/screenshot20120617at121.png/) calendar UI on iPhone. I searched the marketplace but none of them met my requirement. Thanks

iOS Module to play remote mp3

Hi all, Is there any iOS module in the marketplace that plays remote mp3 files , showing the media information like time left and with progress bar?? i searched but only found the module for android. Thanks

Question about splash screen

Hi all, I have a scenario like this, i have to show a splash screen (which Default.png takes care of). After that i have to show another image for 3 seconds, then after that i have to open the tab group. My question is how do i show the second image for...

Ti.API.info() not work!!

Ti.API.info() suddenly not work, I use Mobile SDK 1.6.2 and iOS 4.2. Two days ago works fine with the same configuration.

Erase text with Fingers

I wonder whether Titanium provides ways to use your finger to draw anything on view?

Missing iOS SDK in Titatium

This may have been answered before but I am currently having issues trying to get Titanium to recognize my iOS 4.3 SDK. It recognized it before but after some issues with my Mac it no longer works. I have uninstalled and reinstalled Titanium several times....

Passing references in other windows

I am using multiple window apps being controlle via Tabgroup. I am using .js files for each window which are passed as URL with each window. I also have a function.js file where I am writing routines for reusable code;for instance Form generation or table...

Showing 1-50 of 201 1 2 3 4 5