[Alloy] How to set Controller as HeaderView to TableViewSection in Android?
Hi folks, I need your help again. I want to use custom headers for my table view sections. Therefor I have a header controller. I want to use it as headerView for TableViewSections. Here is my code,...
View ArticleIn production mode, app freezes on push notification subscribe and no push...
Application type: mobile Titanium SDK: 3.1.1.GA Platform: Android 4.1.2 Device: physical device I created an app wich subscribe to ACS notification on startup. It works perfectly in development mode....
View ArticleHow to share video on facebook from iphone using titanium
var f=Titanium.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory+"/"+"audio"+"/"+"abcd.mp4"); var blob=f.read(); var data={ message: 'Check it out !', video: blob } if (e.success) {...
View ArticleError when installing LiveView Plugin
When trying to install LiveView to Titanium Studio, I get this error: Cannot complete the install because one or more required items could not be found. Software being installed: LiveView Feature...
View Articletab appplication with camera overlay
i am making bar code scanner app for android and app need to be in portrait mode so when i click on a button to scan camera with overlay screen open as app is fixed to portrait mode so camera is...
View ArticleCan't build to android on 3.1.1GA - problem in builder.py line 2579
Hi, Having a problem building for android. I'm using version 3.1.1GA which should have solved this, also i copied the DX and AAPT files to /platform-tools but still doesn't work. im running on mac osx,...
View ArticleTitanium Studio is not working
Hi, when I open titanium studio and try to debug my application I got an error message. i'm having a problem running titanium projects in studio: in the building process they get stuck in the phase...
View ArticleHow to make ACS calls atomic?
Hello, I am currently using the Appcelerator Cloud as backend and I am running into the problem where I need to add new elements to two tables at the same time. For example, I want to create a custom...
View ArticleSharing of application folder
Hi, in my app I want to decide inside the app (login) if the document folder is shared (UIFileSharingEnabled). Is it possible and how? Rainer
View ArticleAndroid HTTPClient issue
Running into something weird that I can't seem to work through. My app is running in version 2.1.4, I've tried to change the SDK to 3.1.0 and that had a problem for me as well. Does the Android...
View Articlelocal reference table overflow (max=512) Android Error question
I have the local reference table overflow (max=512) error on Android 4.0.3 (TI sdk 3.1.1GA) I counted the summary and there's no way I can have that many labels and buttons Is that between all opened...
View ArticleFBSession: Should only be used from a single thread
I keep getting this error message "FBSession: Should only be used from a single thread" now and then. Could it be that another window is keeping the fb module busy? If so, how can I check that? I'm...
View ArticleTableView scrollToIndex doesn't show entire row
Application Type: mobile Titanium SDK: 3.1.1.GA Platform & Version: iOS 6.1 Device: iOS Simulator Host Operating System: OSX 10.8.3 Titanium Studio: 3.1.1.201306112235 I'm using the scrollToIndex...
View ArticleAndroid ActivityWindow vs Window
I have a dilema on porting an app from iphone to android (all written in Titanium by the way ) I use to make open another window upon closing another by adding a property to the window that was...
View ArticleShowing facebook profile pic + alloy framework
Hi i am working with the alloy framework and i had a question about facebook requestWithGraph So on my index.xml there is a FB login button In my index.js i have the following: ˜˜˜ var facebook =...
View Articleslide bar not working
hi all had wrote the code for slide bar its running fine but later getting below errorW/ThrottleService( 78): unable to find stats for iface rmnet0help me it would be needful
View ArticleUnable to create Titanium Mobile Module Project
Hi, i have been installed latest versions of Ti,Andoid sdk's and ndk .But in Deployment target android button is grayed out.Titanium Studio, build: 3.0.1.201212181159,sdk 3.1.1GA
View ArticleBack button alloy
Hi, I want to implement a back button in alloy.While clicking on back button previous page should be displayed.I have added code for back button as function back() {...
View Articleshowing username from FB + alloy
hi i am using the alloy framework and i succesfully was able to show the profile picture from FB, now i would like to show the usersname from FB. in my alloy.js i have the following declared:...
View Article