Unable to parse SOAP response
Hi Team, I am very new to Alloy started working on SOAP services using SUDS library. I am able to frame the service and hit the service successfully. But unable to parse the response. Please help me in...
View ArticleiOS Packaging Option Missing from Launch Configurations in "Run...
I have just upgraded Titanium Studio from 3.2 to 3.3 and my iOS Ad Hoc/Enterprise Distribution launch configuration, along with the run configuration I had under there, has disappeared. I have checked...
View ArticleShoutcast version 1 versus version 2
Audio streaming, particularly with Shoutcast on the Android platform, is a black art. Often it's a case of if it works great, if it doesn't then nobody seems to know why. Having found that my latest...
View ArticleGlobal or Extensible ListView Templates?
Does anyone have a methodology of establishing a global set of ListView templates, so that a specifically referenced template by a ListItem won't need to find a localized template within the current...
View ArticleGet HTML of a WebView
Hello I have a WebView where I load some local html which queries a remote website and show results; the problem is that when the WebView is reloaded with the results is I access the html property is...
View ArticleCan I open a window from Titanium Android Service ?
Can I open a window from Titanium Android Service ? I am able to do Info logs from Service code, but not able to open a window, getting NULL pointer error. Is there anything else that I should do to...
View Articlehtml5 offline app feature and WebView
I want to build such app in which webview loads local index.html and resources which this index.html uses like css,js are fetched from remote server.Now I want to leverage html5 offline application...
View Articlei cannot install it in my mac air,
???????the login server returned an error.?????????????http://go.appcelerator.com/Errors+Logging+In ???????mac pro??????
View ArticleGoogle Play/Maps issues on Android
This is an issue that has been plaguing me for awhile now. Android Version 4.1.2 Google Play Services 5.0.84 Code (I've stripped this to the simplest level for testing) JSvar Map = require('ti.map');...
View ArticleI get [WARN] : ActionBarProxy: (main) [276,6033] ActionBar is not enabled Error
Hey, here is my actionbar code: ... var newWin = Ti.UI.createWindow({ backgroundColor: "red", title:"Some Title Here", navBarHidden:false, modal: true, }); newWin.addEventListener("open", function()...
View ArticleUnable to receive Push notifications to Notifications Tray on Android
Hi, I have been trying to get Push notifications working for an android application. When the app is focussed, the push is received just fine. However, when the application is in the background, i see...
View ArticleHow do I access Windows Mobile 8 camera in tiwp8 API?
I am trying to access windows mobile camera through tiwp8.createInstance() calls but no luck. Can anyone give me any hint on it?
View Articlealloy, How can I get Menu in controller?
Its my view:<Alloy> <Window class="container" id="container"> <Menu id="menu" platform="android"> <MenuItem id="menuItemName" title="a"...
View ArticleModel and like operator
I have the following code that I want to change a little model.fetch({id: 'foo-42}); return model.attributes.content; What I want to do is to retrieve all 'foo-' record (then execute select * from...
View Articlelistview items in ios overlap
Hi, I have a problem where I cannot set horizontal layout for listview rows in iOS. And if I don't set the left property of each item in the row they overlap. For Android the same code works well. This...
View ArticleKeybord not been showed again after a blurerd a textfield regain focus on...
Hi, I've a problem with a textfield and the softKeyboard on android, in my app I've a simple search page with a two view with touch event that open the filter for the search. My tipical usage on iPhone...
View ArticleScrollview content refreshes each time model is saved or updated - Alloy...
Hello, I am trying to create a scrollview to have like a tablecell structure for on-demand video's. I am using Alloy Collection and data binding to do it, the data binding is working fine and the order...
View ArticleTouchEnabled does not disable
Hello, I have just upgraded to Titanium 3.3 and noticed that enabled is now deprecated. I previously was using enabled for a pair of buttons to create a pagination effect. When a button was disabled it...
View ArticleShinobiCharts support for Appcelerator
Hi all, I'm a member of the ShinobiCharts development team, and we've just released a proof of concept iOS module. We're looking to gauge the level of demand there is for this kind of product, and...
View ArticleRotate on touchmove
I am trying to make it so that when a user "touchmove" across the x axis it rotates the image similar to the IOS app "stackd". I have it worked where it rotates but I want it so that it begins moving...
View Article