Facebook like Sliding Menu with Tab Group - Both iPhone and android
Hi, I am developing a mobile app using - CLI version 3.2.1, Titanium SDK version 3.2.2.GA, Alloy version -1.3.1 My problem is that I want to implement a Face Book like sliding menu well as as have a...
View ArticleAndroid Module fireEvent not always working
I am working on an Android Module and in this module I make use of eventlisteners. As the information about modules describes, I fire the read-event like this: fireEvent('read', data); and in...
View ArticleSegmentation fault: 11 building AWS S3 iOS Module
AmazonS3Client *s3 = [[[AmazonS3Client alloc] initWithAccessKey:ACCESS_KEY_ID withSecretKey:SECRET_KEY] autorelease]; s3.endpoint = [AmazonEndpoints s3Endpoint:US_WEST_2]; Â // Create the picture...
View ArticleDashboard UI control for iphone in titanium
Mobile CLI version 3.2.1, Titanium SDK version 3.2.1.GA IOS 6.1.3 4.IPhone 4 OS X version 10.8.5 Titanium Studio, build: 3.2.1.201402041146 This is the code <Alloy> <Window...
View ArticleHow to sort scrollView chidren
Is there a way to sort the children of scrollView? var row1 = Ti.UI.createView({ myID: id }); Â scrollView.add(row1); scrollView.add(row2); scrollView.add(row3); Â scrollView.children.sort(function(a,...
View ArticleApp Crashing on Titanium.Media.showCamera();
If I call the Titanium.Media.showCamera(); function and then hit cancel then run Titanium.Media.showCamera(); again a few time the app just crashes. Is there anyway of fixing this?
View Articleduplicate entry: org/appcelerator/titanium/gen/bindings.json
I have 2 modules add into the project,it throw error when use the 2 modules in the same time(it run ok when deleted one of the modules):[ERROR] : Failed to sign apk: [ERROR] Application Installer...
View ArticleMysql question
hi, I have 2 tables: felfe_friends: id facebookid friends id is the logged user Facebook id, facebookid is one one the user's friend and friends is its friend's name and felfe_love: UserId MusicId...
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 ArticleFB reauthorize when user already has permission? ("old way fb") Ti 3.2.2
Hi, Im developing an iPhone-app with the latest Titanium (3.2.2). Im using the FB "the old way", which meansvar fb = require('facebook'); fb.appid = 100xxxxxxxx; fb.permissions = ['email'];...
View ArticleTitanium IDE Issues
I am having several issues with the IDE on Windows 7 machine. I have uninstalled and re-installed several times. Even installed to different locations and the problems persist. When I first use the...
View ArticleDatabase connection
i want to read data from my database that i have made in out side in titanium studio. why runtime error?here given my code(sorry for my weak english) """ var db =...
View ArticleCannot update the Titanium IDE in Ubuntu 13.10
Greetings, I have just installed Titanium Studio for Ubuntu 13.10 x64-bit. I made sure to install all the dependencies. The problem I have is when I start the program a pop-up window appears giving me...
View ArticleBubbling Table Click Event - Titanium Alloy
Hi I have a button within a row within a table. I have added an event listener to the whole table within the controller. What I need is away of determining the button that was clicked and the row index...
View ArticleProblem while running program: Argument has embedded quotes use expilict CMD.exe
After pressing the Run button . i was encounter with the above problem. How can i solve this issue?
View ArticleUnalloyed Passion for Alloy
Running Titanium SDK 3.2.2, Studio 3.2.x, on an OSX Mavericks box and developing for android and iOS. I am trying to convert an app that is working in traditional Titanium into an Alloy framework. I...
View Articleconfig file integration using javascript
Please let me know how to retrieve "location" coordinate under <nmts> tag and how to display it on google map.
View ArticleCannot run a sample mobile app with the Titanium Android Emulator
Hi, I'm new using the Titanium IDE, I use the Eclipse environment normally for creating Android Apps. So after I installed the Titanium IDE (3.2.1.1391541866-7T7848-f6gZIs6MY) in a Windows 8 OS, I...
View ArticleAnother query in contacts , this time in android
Hello, Contacts are annoying . simply , i am fetching contacts using var contacts = Ti.Contacts.getAllPeople(); . The problem is that my email account is syncd to my device and now it is fetching all...
View Article