Community Questions & Answers

Webview: Auto height doesn't work

Hello I have a webview in my app with above that webview a label and an imageview. I made a mainView to hold the label, imageview and webview. Now when I put the webviews height on auto, i can't scroll (well i can scroll a little piece down, but it goes...

Unable to create new project

Dear all, I am suffering from a silly problem but I cannot deal with it after several re-installing. I got this long long error repeatedly even after I re-install and change workspace and change path of Titanium. ![alt text](C:\Users\CathyCSM\Desktop...

iOS sdk missing but Xcode is installed

hi guys so i'm running titanium mobile on mac, the installation went smoothly. used titanium for 2-3 weeks with no problem. then yesterday its says via my dashboard that my sdk of the iOS is missing and that i should install or update it. the strange...

Mobileweb layout

This code does not render correctly on mobile web, how can I fix it ? ~~~ var win = Ti.UI.createWindow({ title : 'Welcome', // modal : true, backgroundColor : "#c92" }); var label = Ti.UI.createLabel({ text : 'Enter your mobile...

Icon doesn't show in the Emulator

Guys, I'm new to mobile dev, I installed Titanium 2.0.1 on a Windows 7 64 bits fully updated, and pretty much every Android SDK available in the repository, reinstalled completely like 3 times, and nothing. No even the standart Hello World I can make it...

xhr.responseXML.documentElement ; application stop unexpectedly

var xhr = Titanium.Network.createHTTPClient(); var doc1 = xhr.responseXML.documentElement; /*TRACE] E/KrollCallback( 270): (kroll$2: app://LoginScreen.js) [26397,159013] Unhandled throwable, invocation:[callMethod Network.HTTPClient.(anonymous)...

sqlite and simulator

Hi all, I have a big problem, ~~~ [WARN] Exception in event callback. { line = 125; message = "invalid SQL statement. Error Domain=com.plausiblelabs.pldatabase Code=3 \"An error occured parsing the provided SQL statement.\"...

sql to sqlite

Hello, It's possible to update my iphone database sqlite by the mysql database when i have acces to internet ? If yes, how can i do this please :)

problem with the database

Hello, I have some questions: I actually use mysql for my website and for the iphone apply i use sqlite. It's possible to use mysql for the iphone apply or i need to use sqlite ? (i don't want to be connected with my website) 2nd question: `var db =...

Showing 1-50 of 128 1 2 3