ShowCamera weird last picture display
I dont know if it happens to somebody, when I run my app to android (xperia z tobe exact). The ShowCamera, it does not take picture and save it properly, instead it takes the last picture from my...
View ArticleUnable to run Forging Titanium example: Missing required option...
Hello, Today I downloaded the Forging Titanium example series from GitHub. I opened Example 2 (Cross Platform Navigation Controller) in Titanium Studio and selected the Run As --> iPhone Simulator...
View ArticleAndroid Module Compile Error
Hello, I was trying to compile AlarmManager module for Android and I'm getting this error: Silver-2:benCoding.AlarmManager keniobats$ ant Buildfile: /Users/keniobats/benCoding.AlarmManager/build.xml...
View ArticleHow to call a custom funciton from Model in alloy framework
I have a file Model/user.jsuser.js: Â Â exports.definition = { config : { "columns" : { "id" : "INTEGER PRIMARY KEY AUTOINCREMENT", "email" : "TEXT", "verify_code" : "TEXT", "password_hashed" : "TEXT",...
View ArticleFacebook Module Problem
Hi, I'm implementing the new facebook module but it doesn't work. What I did is var fb = require('facebook'); fb.appid = [FACEBOOK_ID] // I did wrote my app id fb.permissions = ['publish_stream',...
View ArticleAndroid - Get info from tableview on tap.
I have a table view displaying data from a SQLite database. What I want to do is when the user taps on the table, a label will show the first column of the table view what is the item number. Here is...
View ArticleiOS Module Troubles
I am trying to write an iOS Module that allows me to expose some functionality from the CoreImage framework. I have created a proper iOS Test Module and I am able to call functions that I create from...
View ArticleCode Assist not working in Titanium SDK for Ti?
Hi, I donno, suddenly code hint/code suggestions/intellisense stopped working for me after I updated my Titanium SDK 3.1.2 today. Code suggestions are being shown only for basic thing like...
View ArticleBlackberry Ti.XML.parseString - Cannot call method 'parseString' of undefined
Below code is working fine in Iphone and Android.But while executing in Blackberry i am getting error on below line of code: var xml = Ti.XML.parseString( this.responseText); Please let me know what...
View ArticlePOST method doesn't work titanium?
Hi everybody ! I'm using win7, titanium 3.1.1 alloy I have a problem with POST method. I have create a function to insert into Mysql by Alloy and PHP This is my code .jsfunction transmit(){ var request...
View ArticleHow to push notifications in Android by create the notifications itself in...
I am currently using Titanium 3.1.1 and OSX10.8.4 to develop android application. I am still new to android development. I want to ask how to push notifications by create the notification in the...
View Articlehow to add into CSV file
Hi everyone .. Actully i have an array and i need to add this values to a file called demo.csv.. the array is added successful in the file but if i run the app once again with new array of data the...
View ArticleSearch database across two tables (LEFT JOIN)
Hi, I have a customer table, defined like this: exports.definition = { config: { "columns": { "CustomerId":"INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL UNIQUE", "WebsiteId":"INTEGER",...
View ArticleTitanium webview proxy
I wanna make webview works with proxy (not using wifi, just mobile ddata). i didnt found any solution yet. How can i set username and password to open that url behind proxy server? i already achieved...
View ArticleTouchenEnabled on TableView not working
I have a tableView that will open a new window when I click on one of the rows. Because this can be quite slow on some Android devices it is possible to click on the row twice before the new window...
View ArticleInstagram crashes when trying to upload through intent
Goal: The user should be able to take a picture with the devices camera and upload it to Instagram. Solution I am using Ti.Media.showCamera to take the picture. I save the result to the devices temp...
View ArticleCommunicating device app with appstore/google play store
I have developed app for android and ipad. I am working on Titanium-3.1.1 and Android-3.0. I want the manual functionality for app updates on device as following: On onload event of app, Compare the...
View Articlebinding of collection with listview in 3.1.2
hi, i am using titanium SDK 3.1.2 and alloy 1.2.0.......... can we bind collection with list view.if it is possible can you provide some example for it ? thanks in advance.........
View Articletableview load from bottom up
I have a tableview where I want to start from the bottom and preprend the rows. So basically the last row is shown at the bottom and and the other rows are above it but the tableview is already...
View Article