Community Questions & Answers

HTTP Post Request

Hi, I'm new user of Titanium and I'm getting trouble with HTTPClient. this is my code: ~~~ var httpClient = Titanium.Network.createHTTPClient(); var params = { shoppingName: 'flamboyant' }; function...

WEB PAGE

Hello, I'm new with Titanium. I want to create webpage for Iphone and Android. May I use Titanium for mobile ? tx,

Using Google Places API

Has anyone used the Google Places API in an app? I'm working on an app that will use it but haven't receive an api key for. I've filled out the form at http://gmaps-ws-console.appspot.com/. Will they send one for Places or do you using the same key you...

Tests examples

Hi, I plan to write some tests for my Titanium application. I've read http://developer.appcelerator.com/doc/mobile/drillbit but now I look for an example of an Titanium open source application coming with a good test coverage. I could not find any in the...

Refresh Timer

Hey everyone. I am trying to get a panel of calls to update every 30 seconds or so without having to use any interaction from the user. imi using json to go to a php page to pull sql data into an array and populate my list table. the sql db will contain...

images not displaying

i'm still fairly new to appcelerator and javascript in general, so i've been going through a few tutorials. i've tried to piece together some code that i've found so that i can figure out how the window system works. however, i can't figure out why in my...

Reporting Tool

I'd like to design a suite of apps that will allow both mobile and desktop to view and capture shared data. From the desktop, this data would need to be printed in different formats. Is there a reporting tool for use with developing desktops apps? If...

Best way to sync databases - local and remote

Right now I have an app that uses a local sql lite database. I also have an iPad version as well. I'm looking at in the next update, adding an optional user registration so people can have the information on my website if they want, so they can enter the...

Dynamic View Swapping? Is this possible?

I have an app that has a window with 2 regular views in it. The top view holds a custom menu i created with graphical buttons. The bottom view has a webview in it that is supposed to swap content based on button events. I can't seem to get this working...

"Mutated while being enumerated" error shows up semi-randomly

I'm sure you've all seen this error before. I've been getting it in an app I'm working on. It is usually thrown by the same *type* of operation, but not all the time and not in the same place. I'm wondering if anyone has found a solution to this issue...

Errors Building for iPhone

I've been having a very positive experience with Titanium so far. But I've hit a brick wall trying to get my app on to my iPhone. All the various certs are set up and Titanium says I'm ready to go, but when I build I get the following error: Error:...

Scrollview not Working

I have a window with a vertical layout and what I want is a top "section" that stays fixed and a body that scrolls. I add the header view to the window then create and add a scroll view using the code below: ~~~ var scrollView =...

Android SDK error

Hi i am new to titanium , I just installed titanium and download android sdk too.. Then i went to edit profile to give the path of the SDK. When i put it it says "Couldn't find adb or android in your SDK's "tools" directory. You may need...

Win32 installation

Is it possible to install Titanium sdk components to a directory other than %ALLUSERSPROFILE%\Application Data\Titanium (i.e. Network Share) ?

252 views
asked 2 years ago by Alex B-tov
last activity 2 years ago

hide leftBarButton

Helo all, here i have the navigation bar for login page when enter the login page i need to hide the leftbarbutton.

invalid method (createSearchBar)

I have one window inside that I just create one image and image click i write code like: var image = Titanium.UI.createView({ backgroundImage: '../images/Ring-1.png', top: 79, left: 225, height: 104, width:...

Sandbox encountered an error on launch.

Win7 64bit - Sandbox is giving this error when Launch is clicked. "sandbox appears to have encountered a fatal error and cannot continue. The application has collected information about the error in the form of a detailed error report. If you send...

Search screws up tableview

Title says it- have a search bar connected to my tableview to search through the data. Searching works fine, but as soon as I start tapping rows in the search results, the labels in the rows disappear, and then when I start tapping a row in the table...

iPad barColor or barImage

I've been trying to add a background image to my navigation bar on my iPad app, but no luck so far. I know the API Reference Guide says it can only be done on the iPhone, but I assume such a property must be supported for the iPad as well?

tab background

I am creating an app for Android. I am trying to change the background color of the tab. But it is not working. Can Anyone tell me how to fix it. Here is the code for tab declaration. var tab1 = Titanium.UI.createTab({ icon:'Notepad2.gif', ...

Android MarketPlace issues

I cannot get my app, built with Titanium, to show up in the MarketPlace on a device. I can find it via web portals to the MarketPlace, but never in a device or simulator. Scanning the QR code from the app listing on a web portal tells me the app is not...

MySQL security

Hello, Lets say, I connect to a remote MYSQL server using my desktop application, Can other users see the details? - Shaun

Showing 36,801-36,850 of 47,508 1732 733 734 735 736 737 738 739 740 741 742951