Community Questions & Answers

Back button from web view

Hello, Can any one tell me please that how can I come back from web view into local js file with same animation as per iphone (right to left). below code is working fine how ever the same close button I want to put on web view please advice. var b1 =...

Setting width of Image taken by Camera

Hi I used the code from the URL for enabling Camera feature and displaying it in Image View(Ref: http://developer.appcelerator.com/question/95431/imageview-load-photo-gallery--camera_. However it does not show Image in proper width and height, specially...

Facebook login button jumps out to safari

Hi I 'upgraded' my app from mobile sdk 1.5.x to 1.6.0 RC1 and converted my code to the new FB codes but when I clicked on the FB login button, it exit my app and goes to the FB web page for login. This is not what the kitchensink app is doing? What am I...

Ploblem with Ti.include

Hello. I have problem with included files. Example: File: /Resources/CHIQ.init.js ~~~ alert('CHIQ.init.js') //.... Next me code ~~~ File: /app.js ~~~ // In this file i connect to remote server, and after connect, i used eval //... connect to...

Label with embossed effect?

The standard iPhone apps use this look: [Addressbook](http://imgur.com/ZVcKv) ...and I'm wondering if it's possible to achieve the same thing here.

Fire event when select tab

This should be simple. (1) app.js simply opens 4 tabs/windows. - Code for one of the tabs: var win2 = Titanium.UI.createWindow({ url:'main_windows/tab2.js', titleid:'tab_2' }); var tab2 = Titanium.UI.createTab({ title:'Tab 2', ...

Achieving crisp fonts like in iPhone Addressbook

Hi, I'm trying to figure out how to get fonts to come out like the Addressbook app: [screenshots](http://imgur.com/a/XfZdc) You can see that my text is fuzzy, but the Addressbook's is sharp and clear. Has anyone tackled this?

TabGroup position

Hi, Is there a way to place the TabGroup at the bottom of the page instead of the top? No matter what I try, I can't change its position, or even its height/left/top parameters.. it seems like no matter what I try, it just stays at the same place. This...

how to change mouse icon

Hi How could i change mouse cursor(icon) in a desktop application using Titanium? for example when user move mouse over an image, i want to show a custom icon for mouse cursor. do i need use css or javascript to do that? thanks.

Now to detect camera on iPad / iPad2

I want to add a functionality to my iPad app, now that the iPad2 has a camera I need to detect with the device has a camera and then offer a option to take pictures, like in the case of the iPad2. And for the iPad 1 I will offer only the upload from the...

Android Apps don't Fly on Android Marketplace - Key parts missing

It appears the latest Ti release is incomplete. (Mac OSX) I'm able to compile and run android apps on a device, sign and package them (following this sites instructions to the t.) and they fail to work when packaged for the android market. We've had...

649 views
asked 2 years ago by Dan Zeitman
last activity 2 years ago

Google Adsense and Android

Okay, I give up. I have had 4 different Google Adsense accounts disabled, and have narrowed it down to Appcelerator Titanium being the issue. This time they said it is because I am using IFrames, which I am not, but apparently when using WebViews, it is...

tab group disappear

Hi, i have the first window with a tab group of 3 tabs. i read data from xml and display them in table row and when i click on item. ~~~ row.addEventListener('click',function(e) { var winArticle =...

How to do multiple JSON calls on the same page? Please help!

Hello! I am rather new att Appcelerator and I am trying to develop an app that receives information from an API. On a page I want to make multiple calls to the API with the createHTTPClient and then display the results from these calls onto the page in...

textinput background fade effect

Hi. Does anybody know how to implement fading while input element is focused? Almost any input element in Apple's applications generates this effect - background becomes dark if input is focused. I use ugly hack with changing transparency of additional...

class detection for Ti.UI objects

This seems like a naive question, but how do I detect the class of a Titanium UI object? Let's say I have an event e and e.source is the UI element that triggered that event. How do I tell if e.source is a Ti.UI.Label or a Ti.UI.ImageView?

App in emulator crashes

Recently my app started crashing in the android emulator on two different computers and the kitchensink will not install with the error: Failed installing com.appcelerator.titanium: pkg: /data/local/tmp/app.apk This occured after I updated via SDK...

It wont build

Installed, detected iOS SDK, and if i try to build it it shows this: ~~~ Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 1276, in <module> main(sys.argv) File...

Showing 35,451-35,500 of 47,681 1705 706 707 708 709 710 711 712 713 714 715954