Google Mapsv2 make trouble on Android since 2.3.0.GA
'GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.' The apiName is 'Ti.proxy'. The error comes...
View ArticleTItanium studio updated.. code completation fails
hi after installing the last titanium studio 3.2.1 the code completation didn't work anymore ( in alloy view for example View TabeleView ecc ecc aren't did't appear when i type)
View ArticleRandom images being set to ImageView
I'm trying to create a feature where the app listens to a singletap event on an image and another predefined ImageView sets its image to the "section" (cropped image) that the user selected. I pass...
View ArticleQuestion about buffer codec encode/decode number
Hi, I wrote the following codevar buffer = Ti.createBuffer({ length : 1 }); Ti.Codec.encodeNumber({ source : 152, dest : buffer, position : 0, type : Ti.Codec.TYPE_BYTE, byteOrder :...
View ArticleAnimated Alloy iOS splash screen?
Hi, I know to change Titanium Alloy's default splash screen you can just replace Default.png in assets, but is there a way to change how this screen transitions or make the splash screen itself...
View Articleresponse text with createHTTPClient returning my php code?
Hi everybody. I'm building an application and i'm trying to use a server for php debugging. It happens that when i'm trying to parse my response text, i get a error. Searching deeply, i found that the...
View ArticleAlloy - unable to access required view elements
app: iOS mobile sdk: 3.2.0.GA os: osx mavericks studio Titanium Studio, build: 3.2.0.201312191547 output: iPhone Simulator v 7.x I'm having difficulty understanding why I'm unable to manipulate...
View ArticleCould I install a previous version of Titanium Studio?
Could I install a previous version of Titanium Studio? I would like install the 3.1.4 version on a new Mac, I have seen the archive of old versions of Titanium,...
View ArticleNot Saving Image Flip...
hi all: I'm developing an app where I create a mosaic image by dropping other images on it, then resizing, rotating and flipping those images in order to fit, then using .toImage() to save the rendered...
View ArticleiOS 6 invisible system button
While testing my app (Ti 3.2.1, iOS 7.0.3) for compatibility with iOS 6, I noticed my camera system button wasn't showing properly. It was there, but only visible by its inset shadow. I realized that...
View ArticleGenerate Thumbnail Image from Video URL
How to generate Thumbnail image from video URL without playing video player.Could You plesae help me am so struggling this part of work. Please post same code and share your ideas.please help me....
View ArticleTitanium android horizontal scrollable tableview
Hi, Can we make a titanium android tableview scroll horizontally. I tried this var scrollAlbums = Ti.UI.createScrollView({ bottom : 10, backgroundColor:'green', contentHeight : Ti.UI.SIZE, // add this...
View ArticleHttpClientRequest error on device but not in emulator
I am having a problem while try to authentication by HttpClientRequest on android device. But it is working in emulator and also works with iPhone. i can't identify where my problem is in. Please help...
View ArticleNodejs inside Alloy App
Is there a way to use nodejs modules like 'http', 'utils', etc. inside alloy application?
View ArticleIdleConnectionHandler: Removing a connection that never existed!
Hi all i'm getting above error and also not able to make http calls in android where in same code is working for ios platform and i'm using titnaium 3.2.1 version kindly help
View ArticleDragging does not work
Hey, i have tried several things, but nothing really works. Hopefully one of you know the answer :) Situation: I do have a grid of images, and i can "mark" this images via a click. Now i wanna: (if i...
View ArticleListView - How to set Animation style for autobinded collection?
Hi, I have got ListView with bound collection. When I add model to collection the ListView will automatically refresh the content and add rows reflecting the model. It uses some default style of...
View ArticleDecimal Keyboard type with ponctuation
I need to have a texfield with a keyboard that has only numbers and a point key. I tryed to use Titanium.UI.KEYBOARD_NUMBER_PAD Titanium.UI.KEYBOARD_NUMBERS_PUNCTUATION Titanium.UI.KEYBOARD_PHONE_PAD...
View ArticleAndroid Database will not delete but does on IOS
I am using the same code on both ios & android ... it works perfectly on ios but android wont delete the database .... we count the the lines in the database and send the data to our server ......
View Article