Community Questions & Answers

size problem with coverflow

On ipad, i have difficult to resize images in the right way. The lateral image, if vertical size is bigger than 300px, shrink and seems bigger than the focused one. This is what i mean: http://tinypic.com/view.php?pic=esukb8&s=7 I use the same code...

Can't update Titanium

I got an update notification and it doesnt work, Here is the error: An error occurred while collecting items to be installed session context was:(profile=AppceleratorProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,...

Application failed codesign verification.

I am trying to submit my iPhone app to the App Store, but I continue to get this error when I submit or validate it: ~~~ "Application failed codesign verification. The signature was invalid, or it was not signed with and Apple submission...

In-App-Payment via Module SDK

Hello, has anybody managed to integrate Apple's In-App-Payment API with a Titanium project? We would try to do that via the Module SDK (http://developer.appcelerator.com/doc/mobile/iphone/module_sdk) Do you have any hints or experiences regarding this...

How to detect iPad Portrait vs. SplitView with CSS3?

I realize this is more of a CSS3 question than Titanium, but I cannot for the life of me figure it out and just wasted 2+ hours on this. I have an iPad app with a splitview that has a webview in the detailview. When the iPad is in portrait orientation, the...

Styling buttons that are not on the toolbar

I've had a difficult time finding info about how to style buttons that are not on the iPhone's toolbar. I haven't found much info about it on the AQ either. When I create a without any style I get a white button with rounded corners and blue text. If I...

Include PHP to render HTML

OK I know there is a lot of questions already asked about including PHP files however I am still having trouble after reading all of them. I am creating a desktop application, what I want is to include a common file that renders common HTML. For example,...

Box 2d setup

Hi guys, I've just followed the guide from the [blog](http://developer.appcelerator.com/blog/2011/09/gaming-comes-to-titanium-introducing-the-box2d-module.html) regarding box2d & titanium. I tried the code provided & the sample code from...

Possible to isolate functions between tabs?

My app has two tabs and inside each tab I define several functions which are of the same name. For example. I have two tabs, inside both of these tabs I declare function ABC. If I start in tab #1, switch to tab #2 and run function ABC, then switch...

Full screen webview

I have a webpage that I need pulled into a webview. (http://azimuth.mlgw.org/OutageMobile.php) When I pull in the page into the android simulator, it looks identical to the webpage. However, I need just the map portion to fill the screen. Can anyone...

Accessing External Storage ?

Android docs have External Storage listed... http://developer.android.com/guide/topics/data/data-storage.html#filesExternal In the Appcelerator Docs, I've only been able to find Local Storage. Am I missing something? Did I glance or something?

Picasa Album

Are there any working examples of displaying photos from Picasa album?

Redraw the screen

Is there a way to redraw a Window with several children views? Here's my use case: I have a screen, with a table, lots of graphics, labels, colors, etc. I want the user to be able to swap to a different theme, which uses a different set of graphics and...

Studio not copying resources for iPhone build

I'm using Titanium Studio, with all the latest updates, and I've found that while I can launch a test build in the iPhone simulator, if I try to build this project to the device, or load the xcode project and build it directly onto the device from there,...

Add Event Listener

Hello, my event listener doesn't work?i couldn't find the problem, i always use like this before but doesn't work for now. http://pastie.org/private/d78bmc409ev96zmja6x4a

orientation issue - Need help!

Hi, I am working with titanium mobile sdk 1.7.2, android envrironment. My application has both landscape and potriat mode. I've created a button and button controls, tableview. The application was initially created in 480*320. But its been used in tab....

is there an interactive console for debugging?

Is there such a thing as a `rails console` for Titanium, where I could play a little with the API? or even better a `debbuger`? Or could you recommend me a different workflow rather than having to edit-the-source > compile > Ti.API.debug() ? I know...

Removing row with header

Hi I have a table view with a row like this: var row = Ti.UI.createTableViewRow({ header: 'test' }); When I remove the row the header title remains (test in this case). How do I remove the row along with the header? Thank you.

Showing 30,851-30,900 of 47,710 1613 614 615 616 617 618 619 620 621 622 623955