Problem during updation/removal of sqlite db operations?
Hi all, in alloy framework, model created as follows : exports.definition = { config: { columns: { "date": "text", "project_id": "INTEGER", "desc": "text",... adapter: { type: "sql", db_name:...
View Articlelifecycle Activity on Titanium app
I have a question. my app has 2 window, window1 has a button, i set event for button, if click on button1, window2 will show. but, if 1 put back button on device, app is close. how i can back to...
View ArticleTextbox border radius issue
Hi Friends, i am using alloy framework to develop android app. Please see my below code to create text field <TextArea id="text" borderColor="white"/> "#text":{ borderRadius: 23,...
View ArticleUnable log-in to Titanium Studio
Hi, I installed the Titanium Studio today but I cannot log-in to the studio. I ran "<install_dir>\TitaniumStudio.exe -consoleLog" command from my command line and got this exception....
View Articleerror after new update
[ERROR] unable to sign jar: java.util.zip.ZipException: duplicate entry: lib/armeabi/libstlport_shared.so [ERROR] : Build process exited with code 1 [ERROR] : Project failed to build after 2m 21s 883ms
View ArticleAndroid - webview not handling touch events when page doesnt need to scroll
The strangest thing, on android i have a webview, without any events just plain: <Alloy> <!-- load menu --> <Window id="menu" width="267dip" height="Ti.UI.FILL" left="-267dip" top="0"...
View Article[ERROR] : Emulator process exited with code 1
Titanium Command-Line Interface, CLI version 3.1.1, Titanium SDK version 3.1.1.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. [INFO] : Running emulator process: python...
View ArticleCircular ImageView with infinite loop and animation
Hi, So basically, I have a list of remote images (+50), I would like to put them in a circular way, then the user have just to slide over them or use Right/Left button, and the selected one (center...
View ArticleSolution ----- Simple Accordion In Titanium
var window = Titanium.UI.createWindow(); var view = Titanium.UI.createView ({ backgroundColor:'red', layout:'horizontal' }); window.add(view); for(var i = 0 ; i < 5 ; i++ ) { var view_b =...
View ArticleHow can I avoid that ScrollView (fullscreen) scrolls to top after keyboard...
I want to implement a full screen text editor view in my app (modal view). To do this, I placed a scrollview into the Window and within the ScrollView I created a TextArea. Both of them have width and...
View Articlecant create new project in titanum after installation get this error
cant create new project in titanum after installation get this error unable to create new project 'node' is not recognized as an internal or external command, operable program or batch file. when...
View ArticleTerminal problem
i am using windows when i try to run ti setup on the terminal i get this can anyone help $ ti setup Titanium Command-Line Interface, CLI version 3.1.1, Titanium SDK version 3.1.1.GA Copyright (c)...
View ArticleACS Implementing User/PhotoCollection Relationship
With ACS a User can create a PhotoCollection. Using Cloud.PhotoCollections.search they can then retrieve a list of all PhotoCollections of which they are the owner. Using Cloud.ACLs the owner can then...
View ArticleUnable log-in to Titanium Studio
Hi, I installed the Titanium Studio today but I cannot log-in to the studio. I ran "<install_dir>\TitaniumStudio.exe -consoleLog" command from my command line and got this exception....
View ArticleMixing of Sound Tracks in Titanium Mobile app
I want to play a soundtrack and at the same time should be able to record from mobile mic. Then mix both the sound tracks ( playback song and recorded sound from mic) and save as new audio file....
View ArticleSocket Connection Error While Debugging
I am using firefox 8.0 and aptana studio 3.2.0 and when i am going to debug my rails application it gives me an error "Socket connection Error" .
View ArticleApp.net 'Passport Login SDK' module?
Hi, I've been using Titanium to build various apps for the new paid social network called app.net (hit me up for an invite if you need one). eg: hashpan.com They have an app called 'App.net Passport'...
View ArticleNot receiving email using ACS
Hi everyone, I'm trying to send a password reminder to an email address which user enters. It shows me alert for success , but i'm not receiving any email on that email adrdess. (I have checked spam...
View Articleissue in Node ACS
Firstly, Node ACS was stuck on logging in. I used acs logincommand after entering username and password it gave me error "undefined". Secondly, I uninstaled latest nodejs version and installed older...
View Article