Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Browsing all 8068 articles
Browse latest View live

[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 Article


In 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 Article


How 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 Article

Error 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 Article

tab 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 Article


Bars in titanium

bars are available in titanium?

View Article

Can'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 Article

Titanium 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 Article


How 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 Article


Sharing 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 Article

Android 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 Article

local 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 Article

FBSession: 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 Article


TableView 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 Article

Android 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 Article


Showing 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 Article

slide 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 Article


Unable 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 Article

Back 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 Article

showing 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
Browsing all 8068 articles
Browse latest View live