Catch asynchronous response from in-app billing module for android
I can get to work the in-app billing module for android. I try to catch the response event when a purchase is made. I can catch it when it's synchronous by triggering a...
View Articlefacebook ouath dialog redirect_uri error
Hello! var fb = require('facebook'); fb.appid = Ti.App.Properties.getString('ti.facebook.appid'); fb.permissions = ["email", "user_birthday"]; fb.addEventListener('login', function(e) { if (e.success)...
View ArticleHow to generate Thumbnail image from cloud video file?
Actually I recorded one video and send to the cloud after i get that video file name from cloud then show in tableview same time i want to show thumnail video image.(without play media player)
View ArticleImageView is not hiding after I change the image source.
Hi, I've run into a situation that causes a strange UI bug on iPhone 3GS. That basically the layout is broken whilst animating, then once the animation is finished its fine. I've read about and found...
View ArticleAplication won't install neither device nor emulator
Hi all, I am having a problem to test an app I am currently developing. At the beginning I was using the Emulator until I got this warning: [WARN][V8Object( 784)] Runtime disposed, cannot set property...
View ArticleiOS module fails to build after pod installed Brightcove SDK
Hi, so I'll try to make this as simple to follow as possible! I'm trying to create a native iOS module for our appcelerator app that uses the new Brightcove iOS SDK to play streaming videos from our...
View Articleshift the contents up with the use of a textField
For example://index.xml <Alloy> <Window id="select" height="100%" width="100%"> <Label height="5%" text="Send" right="3%" top="1%" color="white" onClick="send"/> <View top="6%"...
View ArticleSocket server stoping after few second
Hi everyone, I started to use Titanium today so be kind ! hopfully my question will make sense ! I am running the latest version of titanium sdk and ios sdk/sim. Here is my problem, I need to run a udp...
View Articleis it possible to prevent webviews on scrollableview from reloading when...
example code: var win = Ti.UI.createWindow({backgroundColor: 'black'}); var scrollableview = Ti.UI.createScrollableView({ top: 0, height: 300, cacheSize: 10, }); var webview = Ti.UI.createWebView({...
View ArticleAndroid 4.4.2 webView height is zero
Hello, I've been checking sdks 3.2.0.GA and 3.2.1, as well as 3.1.3.GA, with a simple html application project. single page: <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml">...
View ArticleAndroid navigation issue
i am trying to update data and show an activity indicator while that happens on the same page i want hide the table view that i have created when the updates go on and then redirect the user to updated...
View ArticleiPhone Sim Crash TiSDK3.2 - worked in 3.0
Hi, I am using OSX 10.9.1 and Ti SDK3.2. I have been through the realease doco and am fairly certain I changed everything to take into account the move to iOS7. I get the following error intermitently...
View ArticleHow do you integrate an option of credit card in the module paypal?
Hi, I have an app on android and ios and I need to include payments with credit card, but I don't know if it's possible. Can you help me? I found that the module ZooZ In-App Payments can do it, but...
View ArticleHow to get users id to send message while chatting.
Hi All, I am new to this ACS service. I am trying to made chat functionality. I have done as per the suggestion suggested on Ti docs. Cloud.Chats.create({ to_ids: ids.join(','), message: 'Good morning'...
View ArticleToggle comment in Studio with french keyboard layout on MacBookPro
I already see this question here, and the solution of ? + / only works for english keyboard layout. As I'm working on a french layout MacBookPro I'm unable to type ? + / as I have to type ? + ? + : to...
View ArticleHow to generate Thumbnail image from video URL?
I have video url how to stream in background and get thumnail image
View ArticleIphone app fails to start in debug mode.
Hi! I'm not able to start my app (on iPhone device) in debug mode. The app throws itself in the background and never gets pass the splashscreen. When i try to reopen it, it throws itself to the...
View ArticleiPhone simulator error
Hi there. I'm developing using a Mac and newest SDK: Host OS: Mac OS X OS Version: 10.9.1 OS Arch: x86 Titanium Studio Version: 3.2.0.201312191547 Latest Titanium SDK: 3.2.0.GA Android SDK Version: 4.4...
View ArticlePush notifications fails randomly
Hi I'm having some issues with using push notifications in an app. It seems as if sending the push notifications fail once a while on iOS-devices. In the push logs I've sent 7 messages of which 5 went...
View ArticleLaunching my app with a Custom URL Scheme and process the resulting URL from...
Hello, i'm programming a native module for iOS to integrate an oauth2 native SDK(i.e., FB, TW or G+), i've made almost everything but at least a problem is left. After the authorization phase the...
View Article