Button background images off-center in android app after upgrade from 1.8 to 3.2
I have an app that was originally written in a much earlier version of titanium (1.8 IIRC). The app worked perfectly in the earlier version, but now that I have upgraded my install of titanium, and my...
View ArticleiOS Simulator slow to launch - 20 seconds of black screen
Hi, This happens to me from time to time of different macs, titanium studio compiles my project in 11 seconds, then it says launching iOS Simulator, the simulator comes up and shows a black screen. I...
View ArticleUndefined when getting a value through global variable
var f2 = Ti.UI.createTextField({ value: myproperties.f2, }); Titanium.App.Properties.setString("f2",f2.value); myproperties.f2 = Titanium.App.Properties.getString("f2");...
View ArticleA best practice for Chatting Scroll View ?
Hi, I am building one app that has chatting function. I would like to build a Scroll View to show conversation between two people like Facebook Messenger. It has Chat Text, Pictures, and Date Time on...
View ArticleAlloy application UI not "refreshing" when modified by JavaScript API
Application Type: mobile Titanium SDK: 3.2.3 Platform: Android 4.3 Device: Samsung Galaxy S4 Host OS: Mac OS X 10.10 I'm having a REALLY strange issue... Basically I have a button that when clicked...
View ArticleAndroid WebView play video
Dear all, I need your help if you know how to solve it please kindly let me know. My app will launch a webview that linked to some video sites. From the counter party side there will be some javascrpts...
View ArticleWorking mobile app with BJSON or BSON
I know that Titanium Studio support JSON object but Is there any one that have been working with BJSON/BSON on Titanium Studio?
View ArticleHow to refactor obtainStyledAttributes method call in the custom Android module
How to refactor this code TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.FoldingMenu); int mFoldNumber = ta.getInt(R.styleable.FoldingMenu_foldNumber, mNumberOfFolds);
View ArticleACS Down? Login has response 200 with empty body
Everything worked fine two days ago. Then I am receiveing HTTP-200 answers with empty body, like this: ==>login_admin: --- !ruby/object:Net::HTTPOK body_exist: true code: '200' message: OK body: ''...
View ArticleOccasionally on android, I get a black blank screen when i hit the back button
I am adding windows to the stack, to work similar to the way IOS behaves. When i hit the back button i get a black screen...if I hit the back button again...i go where i need to go....And idea?
View ArticleProblem Occured - Unable to create new project
When I try to create new project loading bar stop in third and then this error appear... Problem Occured Unable to create new project '1s67' is not recognized as an internal or external command,...
View ArticleAndroid Publishing Error
May I ask for help on figuring out the solution to the following error after I publish my app to ANDROID. I am using Ti SDK: 3.1.3.GA, OSX Mountain Lion. The following error occurs after I click...
View ArticleRunning Eclipse project in Titanium Studio
For my curiosities, I tried testing my Eclipse project on the Eclipse workspace itself to check if it's running. Once it's working, I decided to run it on Titanium Studio by importing the Eclipse...
View ArticlePush Notifications
Hey Titanium! I have made a simple app and I want it to get push notifications from Parse.com service. The app is for android and iPhone. How would I go about this? I take it I would have to get the...
View ArticleCode Sign error: No codesigning identities found
I have an "In House Distribution" license and Apple account. This is driving me crazy, I have spent about 10 hours now deleting and regenerating Apple keys and provisioning profiles for my Appcelerator...
View ArticleCookie store and maintaining session
Am using 3.2 SDK, Alloys and Android, to maintain session with my server am getting the cookies from the response and saving it in App properties and whenever a request is thrown am using that stored...
View ArticleCant find my app on emulator.. error or error log
Hi, Iv been trying to fix this for last 6 hours.. So Iv installed everything according to the documents.. and created a demo app and tried to run it on emulator AND on my actual device. Both times, i...
View ArticleClose a window in a commonjs module returns : Window is not open. Ignoring...
Hi all, I'm trying to use commonJS pattern to create a window. When I close it for the first time It works. but after this I have this message ;Window is not open. Ignoring this close call here is my...
View ArticleFacebook iOS 7 device auth error 5
Having trouble with iOS 7 auth, dialog and graph. All working on simulator and Android. Is it possible that Facebook does not work without the user having the Facebook Application installed on an iOS 7...
View ArticleFacebook review denies titanium application based on login dialog
It seems that Titaniums use of embedding the facebook login in a webview causes the Facebook review to fail, despite the app actually using the FB app when available. Is this really the case, or am I...
View Article