Creating a Titanium Alloy Android Toolbar/Actionbar
Hey Guys, I really appreciate you taking the time to read this. My issue is that I have been trying to create toolbar style navigation with only two items a menu button and a logo, I would also like to...
View Article[ERROR] Unable to run command "build"
Application type: mobile Titanium SDK: version 3.1.3.GA Platform & version: iOS 6.1, Android 4.4 Device: iOS simulator, Android emulator Host Operating System: OSX 10.8.5 Titanium Studio: build:...
View ArticleHow to install older version for CLI?
I am trying to install an older version of Titanium CLI using this cmd - sudo npm install –g titanium@3.1.0 and I am getting this error, as I am really new to this, can anyone let me know how to do...
View ArticleExport native iOS app code to a website
I have created a native iOS app in Titanium. Now I want this app to run on a website. For example : If I go to a website there will button. When the button is pressed the app will be launched in a the...
View ArticleAdding buttons/actions to action bar android
Hi I am currently developing a Titanium android app(not alloy) how can I add up(back) button, refresh button for my action bar per window. The action bar should be something like this: Action Bar UI Link
View ArticleAlloy Map View Error - Project Does Not Build
Application Type: Mobile Titanium SDK: 3.1.3.v20130918120054 Platform and Version: Android 4.4.2 Device: Nexus 4 Host OS: OSX 10.9 Titanium Studio: 3.1.3.201309132423 I have installed the module for...
View ArticleSound latency android
Hi ! I am developing an app in order to play sounds. Basicaly, on click button, it plays a sound, simple. The problem I have now is the latency when touching the button and playing the sound. I tried...
View ArticleStudio 3.20 Beta & Alloy Problem
Hello together. I somehow messed up my dev-environment and need urgent help :-( I changed my Windows version to Windows 8 and had to re-install Titanium Studio. So i did and installed it I had it...
View ArticleGoogle Map V2 memory leak. How to solve ??
Hi, I have been struggling to find a solution to solve the Google Map V2 memory leak problem in my app. Is there a workable solution for this matter so far? The Ti.Map v2.1.3 mentioned that it fixed...
View ArticleTwitter status posting using social.js in alloy on android
Has anyone successfully used the social.js in alloy to post a status/message to twitter - I'm having limited success using the documented examples: var social = require('alloy/social').create({...
View ArticleACS - Get chat groups permissions bug
Hello everyone, I'm developing a native iOS app which uses the ACS. I'm using the chats/get_chat_groups.json request, but something very weird happens. In the documentation it's written that this api...
View ArticleActionBar can disappear if not coded 'rightly'
I have this test code: // index.xml <Alloy> <Window class="container" fullscreen="true" onOpen="OnOpen" exitOnClose="true"> <Menu id="menu" platform="android"> <MenuItem...
View ArticleBest Practise / Way: Deliever app with content (images) and update them via...
Hey, following Scenario: (Using Alloy) The App comes across with (let's say) 50 images and a database which stores data regarding to each image. The data is based on a website. Now (for example) each...
View ArticleiOS Facebook module. weirdest thing?
Hi, this is really beyond my knowledge. quite big problem with an updated app on the store. I have a Titanium app that uses facebook to login/logout the users and it works in conjunction with our own...
View ArticleTi.UI.SIZE does not work on TableViewRow in Ti.Studio SDK 3.2.0 RC ??
I test my code using Ti.SDK 3.2.0.v20131210191510 but facing problem with the Ti.UI.SIZE for dynamic table row height. The Ti.UI.SIZE do not have any effect and adjust the height according to my...
View Articlehow to identify titanium components
is there is a way(maybe through screen shots) to identify all the components supported by titanium because i am having difficulty identifying the different components, some of them are really...
View ArticleNeed help with remote data handling and httpclient.
I am trying to populate a table with articles pulled from a PubMed search. The way I understand it I have to first search for 2 pieces of information from PubMed: WebEnv and QueryKey....
View ArticleHow can query from ACS likes object?
Hi all, Likes object record who's like what, so why i can't make a query to list all users like this object? http://docs.appcelerator.com/cloud/latest/#!/api/Likes Thanks
View Articlealloy - picker return value from child view
I pop a picker from a label onClick event. The picker view is set by a <Require> tag. I return the selected value from the picker onClose event, but where does it go? How do I get a handle on...
View Articlealloy - return value from a required child view to parent view
I pop a picker from a label onClick event. The picker view is set by a <Require> tag. I return the selected value from the picker onClose event, but where does it go? I can't seem to locate the...
View Article