Community Questions & Answers

zIndex beinbg changed

~~~ parent_obj.left_pane = Ti.UI.createView({ top : the_screen.getLeftPaneTop(), left : the_screen.getLeftPaneLeft(), width : the_screen.getLeftPaneWidth(), height : the_screen.getLeftPaneHeight(), backgroundImage :...

ERROR

I am having this error while installing the application in iphone 4s. Please help ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : PhaseScriptExecution Pre-Compile...

Iphone Simulator And Device Error

I can't beleive there is no suggestion and solution for my problem in titanium. From last few days i am getting following error when i run my app on iphone simulator and in device. When i go to iphone folder in build directory and deletes the content of...

iPhone Back Button on a Tabgroup

Hi, My main window (with fullscreen and exitOnClose set to true) has a tableview and upon click on a row, I am opening a tab group. With the tab group active, I want the back button to take me to the main window instead of exiting the app. When the...

iOS, Android - Exit App

Hi guys, please how to close / minimize / exit application ? For Android I found this solution: ~~~ var activity = Titanium.Android.currentActivity; activity.finish(); ~~~ There are also some other ? And I need some for iOS ( Only iPhone ). I don't...

Expandable list

Hi guys I'm trying to create a vertical list of items, that upon click expands into a form. For instance the list could contain the following list of items: - Spring - Summer - Autumn - Winter If the user taps on Summer, I'd like to display a form here...

opening tab

hi friends, i have 4 tabs in my app. But i want to open second or third tab when opening tabbed window. It opens first tab by default. How can i open different tabs when opening window? thanks

windows corrupt

I open windows as follows: app.js: ~~~ var NavigationController = require('NavigationController').NavigationController, TestWindow = require('main_windows/tmain').TestWindow; //create NavigationController which will drive our simple application var...

Statusbar overlaps iad on ios6

Using latest builds, statusbar overlaps iad view on iOS 6 tested on 3.5-inch iPhone 4. It seems to be OK on 4-inch iPhone. Happened on actual device and simulator. Where and How do i report this? Thanks see screenshots overlap on iphone...

Memory Leak Problem

Hello, i've realized a very simple application just to test the Navigation Group. Then i tried to check for memory leak with Xcode4 (Instruments tool). Unluckily it find me many memory leaks when i push the button and then navigate back. I'm using...

App freezes on splash screen - From Apple

So I am in the process of submitting my app to apple. Apparently apple rejected the app because the app freezes on the splash screen, but I have never seen this happen on my device, simulator or any of the other devices I have used. Any ideas? This is on...

Ti.Platform.locale

Ti.Platform.locale "Locale, as a combination of ISO 2-letter language and country codes. For example, en-US or en-GB. See the ISO 639-1 and ISO 3166-1 alpha-2 sections of wikipedia for reference." works only when the definition of language is in...

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....

Ruuning App on Device

Hello, my app is running good on the simulator, but when trying to compile on iPhone i get: [INFO] Performing clean build [ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation) [ERROR] [ERROR] Error: Traceback (most...

iPhone Settings Screen

Hm ... I have been through several tutorials and material and I have never found anything about how to create a settings menu on iPhone's settings screen. Is that possible to be done with Appcelerator? If yes, any pointers please? Thank you, G.

Resize Image after capturing with iPhone Camera?

Is it possible to half or even quarter the size of an image which was captured using the iPhone camera. The application Im working on currently uploads all photos taken to a server, however some of these images exceed 2MB in size, which is not...

Showing 1-50 of 213 1 2 3 4 5