Extract related data from database
~~ i design a Bengali to English dictionary apps.I set two field like text field and a button.I want bengali meaning of English word which i give in text field and after that when i click on button the...
View ArticlePath of the mysql in Titanium after installing the sqlconnector plugins
Hi, I want to open sqlexplorer in titanium studio, i have already installed the sqlexplorer, but i want the path of sqlexplorer where it is installed. i am working on IOS and i am not able to find the...
View ArticleMove & scale a scrollview is very unpredictable
I'm trying to implement what's effectively a custom map view which is a scrollview (for pinch/zoom/pan) which contains various images which I fade in and out to change the 'map', and various imageviews...
View ArticlelistView and (android mostly) memory managment issue
I have to load large bitmaps into my scrollView - I want to achieve something like facebook stream. Especially on android, there are some memory issue I had to faced with. For now, using setInterval,...
View ArticleHow to search contact from the listview in IOS?
Hi, I'm using 3.2.2 GA and i tried to accommodate all the contacts into the listview. once i have bind the records then i need to search the contacts and it must have ability to select multiple items...
View ArticleFlipboard like page turn/change effect can we get in titanium?
Hi, I was looking for any example which will give me page turn effect as it happens in flipboard website "http://tympanus.net/Development/FlipboardPageLayout/", i had found one example...
View ArticleHow to make user make a like action in facebook ? what is the OBJECT_ID to...
In my app there is a label which once clicked should make the user making a 'like' action on facebook. In this question there is the following piece of code supposed to make that action : // Change...
View ArticleHow To Decrypt MD5 Encrypted Value In Titanium Alloy
I have the MD5 encrypted value, and also Key 'PrivateKey' and 'PublicKey' Now locally I want to decrypt the encrypted MD5 value in titanium alloy. Since encryption have done in asp .net MicroSoft, I...
View Articlewebview not loading
Trying to display webview but the page just shows loading symbol on simulator. Page never loads. Tried it on real device, but still doesn'twork.Below is my code. var win4 = Titanium.UI.createWindow({...
View ArticleConverting Titanium App to Alloy framework
Running Ti Studio 3.2.x and SDK 3.2.2 on OSX Mavericks. Having read case studies and examples of Alloy framework and its clean form, I am trying to convert my app, which is working fine in traditional...
View ArticleTitanium.Network.createHTTPClient(); does not work for locationCoordinate.js...
I am using HTML5 template in appcelerator studio and developing iPhone app application.i have one html file(map.html)and it has one coordinates() function which i have defined in locationCoordinates.js...
View ArticleGetting BUILD FAILED in iOS project.
Hi, Mobile application for both android and iOS. Using iOS module in the application for playing the videos by using 3rd party library. Testing on iPad with iOS 7 device. iOS module is building and...
View ArticleTitanium.Network.createHTTPClient(); does not work for .js file
I am using HTML5 template in appcelerator studio and developing iPhone app application.i have one html file(map.html)and it has one coordinates() function which i have defined in locationCoordinates.js...
View ArticleHow to access outlook and yahoo calendar events in titanium?
Hello everyone, the title says it all. In my app i need to fetch events from google, yahoo and outlook calendar. I know how to do it in google but i am unable to do it in remaining two. Any Help? sdk...
View ArticleSimulator doesnt update changes
Hello, i have titanium studio installed on a mac. When i run an app in the simulator, i can update js files in the project and changes mades visible in the simulator without closing and running it...
View ArticleDisplaying a TableViewRow checkmark post a DataBinding
Hi all- I am attempting to set a checkmar on a TableViewRow once my table's data has been bound. I have noticed that if I place an alert within where I set my checkmark, the checkmark appears in the...
View ArticleImage resize and orientation fix issue
Hi I am working on a app that have functionality to pick images from camera and display those images as thumbnails. In Order to avoid memory strain I am resizing the Big image into small size like...
View ArticleUsing Canvas with Titantium
Hi, i am developing a very simple application which uses javascript to time the amount of time it takes to render vector graphics onto a canvas. I want to test the application across a mobile browser,...
View ArticleAndroid Tableview Swipe cancels scrolling
I have a tableview that scrolls and populates fine. When I add an empty function to listen to "swipe", the scrolling becomes jerky and the tableview stops scrolling on finger release. Has anyone seen...
View ArticleTi.Contacts selectedperson callback crashes
Ti SDK 3.2.1, iOS 7, testing on iPhone 5C I'm attempting to use Ti.Contacts to allow a contact selection and passing email onto function Here's codefunction sendEmail(addr) { var self =...
View Article