Community Questions & Answers

Tabs appeared centered in screen with ios

Trying to make an application working in Android and Ios and it's really a nightmare. So for the first problem, I decided to use a tabgroup which seems to be a solution to problems with modal, fullscreen and other attributes not working the same with the...

How To Position a Popover with a ButtonBar

I'm trying to create a ButtonBar with 2 buttons that when clicked, will show an iPad Popover underneath the clicked button. Getting Popover positioned correctly seems to be the problem. I can get it to show up centered below the ButtonBar, but it's not...

Can't get window/view to open using

I am new to titanium developer mobile as-well-as developing for iphone all together. But, I have been a web developer for years mainly using HTML, CSS, PHP/MySQL, some Javascript, etc. So I thought I would give it a shot as i have a website I would like to...

Can't get window/view to open using

I am new to titanium developer mobile as-well-as developing for iphone all together. But, I have been a web developer for years mainly using HTML, CSS, PHP/MySQL, some Javascript, etc. So I thought I would give it a shot as i have a website I would like to...

App Submitting with Xcode

Hi this is my first question and i hope having an answer so, when i was submitting my app, the package build with titanium was successfull but with xcode organizer when i clicked on submit, i had this error in new window and xcode crashes...

513 views
asked 2 years ago by Ahmed KLABI
last activity 2 years ago

Change target iOS device

I created an iPad project but want to deploy to both iPhone and iPad. I don't see an option in Titanium to do this. Is this an easy switch or do I have to recreate the project and add my files?

Using Titanium.Network.addConnectivityListener

Is this how I would use the connectivity listener? ~~~ if (Titanium.Network.addConnectivityListener()) { //code I would use to do something if connected to internet } else { //code for not connected to internet } ~~~ Thanks for the help.

open tabs in tabGroup

hi, i have a tabgroup instance, and open tabs with this method: ~~~ function addTab(s) { var w = Ti.UI.createWindow({url: "/view/tab.js"}); var tab = Ti.UI.createTab({window:w,...

Sleep function

Is there any sleep function to hold the execution for certain seconds?

Kitchen Sink iPad, run in simulator, grey screen

I've loaded the Kitchen Sink iPad project into titanium, when I click on the "Run in Simulator" tab the tab's window is just grey... I have the latest version of everything installed. The iPhone version works fine. Any ideas?

Not able to launch sample app on iphone emulator

Hi, I have following system configuration:Xcode:3.2.4,Mac OSX :10.6.3,Titanium :1.2.2 I downloaded Titanium Developer for mac. Now I have created a sample project for mobile using following steps: 1.Create New project 2.Select mobile and iphone...

Splitview help

I'm trying to make an app that basically works like the iPad Mail app. The left will have a static view of links that create windows, and the right side will be the content of these. It looks like the kitchensink doesnt show these, it has popup-overs...

videoplayer

I basically want to pull a video url from an RSS feed, and use it in a tableview (which i've done successfully), and when clicked, open up the video (this is the only part im having trouble with) In landscape fullscreen view. This is what im...

Image blend modes and video. iPad.

We are trying to duplicate the functionality of a Flash app on our desktop site that allows the user to dynamically change the color (tint) over a video that plays on a loop. It's used to show the effects of goggle lenses. We have been trying to do the...

Status bar hide

Hi I want to hide the status bar on one of my screens, the splash screen, but have the status bar visible on every other screen in the application. How do I do this? Thanks

Calculate how long app has been open.

Hi, I'm new to javascript and I'm having a bit of trouble using setTimout. I want to be able to calculate how many milliseconds the app has been in use. I have tried setting getTime() (the number of milliseconds since 1970) as a variable and then...

new debugging system for titanium - cloudebug

The real-time, internet-based debugging system designed for Titanium Appcelerator: **http://www.cloudebug.com** --- As long as the device that is running your app is connected to the Internet - you can debug your code by using any browser, from...

Problems Showing HTML

I created an app completely out of HTML and inside CSS. The index page works lovely, but once I click on the tabs it will display the content in the specified div tag, but the backgound and header are completely white (it should be a gray background with a...

Width of content in a ScrollableView

I have a scrollableview and i want to get the views that are insite it closer to each other. This means when I'm on page 2, i what to see a part of the other pages (1 and 3) on the left and right site. Here is a <a...

Adding AdMob to iPhone

Hi, Is there a complete guide to how to add AdMob to iPhone? I have seen various posts but some say work and now don't. If I get it working via a module what are the chances of it breaking with future releases of appcelerator? I love the look of JS use...

Showing 38,601-38,650 of 48,787 1768 769 770 771 772 773 774 775 776 777 778976