Airdrop
Hi, I searched but couldn't find, what are the plans of supporting Airdrop in Titanium? Cheers! Tony
View ArticleDifferent URLs for Collection/Model in Alloy
Env: Titanium 3.1.3, Alloy 1.2.2. I'm using the following adapter for persistence on the models/collections: https://github.com/viezel/napp.alloy.adapter.restapi I have an API that has a different URL...
View ArticleAndroid build failed - java.lang.IllegalArgumentException: already added
Hi, I use Titanium Studio 3.1.3 on Windows7, JDK1.6.0.45, Eclipse Juno Service Release 2(for modules). I'm having a problem that I can't build my Android project. I get the following in the middle of a...
View ArticleContent Assist Not Working in 3.1.3
Content Assist is not loading and not showing in the file when opened. But when I change the SDK from 3.1.3 to 3.1.2 in tiapp.xml and clean the project it starts showing.I am running Titanium Studio...
View ArticleNavigationWindow problem: 'undefined' is not a function
Hi there, As iOS7 and a new Titanium SDK is publicly available, I've tried to switch from NavigationGroup to NavigationWindow as the former one will be deprecated, but unfortunately I had no success. I...
View ArticleView Animation
Hi Am creating an Alloy project with some views. I need to animate views back and forth(ie) from one view to another and so on. I tried the following code and not worked,index.xml <Alloy>...
View ArticlezIndex for Images
We have the following structure: HomeWindow.prototype.addHeader = function() { this.header_banner = Ti.UI.createLabel({ top : the_screen.getBannerTop(), left : the_screen.getBannerLeft(), width :...
View ArticleWeird error !!
i m getting : Exception occurred at Templates/PushData.js:774: Uncaught SyntaxError: Unexpected token ) in fact i don't have line 774 in PushData.js the max line is 772 and i don't have SyntaxError, i...
View ArticleTableview, database
I've tried this code snippet: var self = Ti.UI.createView({ backgroundColor:'white' }); var dbFile = Titanium.Database.install('/data/database.sqlite', 'database'); var db =...
View ArticleStorekit 2.1.2 on iOS& - restoredCompletedTransactions fails as empty
I'm testing an app for iOS7 using Titanium 3.1.3.v20130908095038, StoreKit module 2.1.2. My storekit code is straight out of the example files, and worked fine using iOS6 / SDK6. On iOS7, though, the...
View Articlewhen in Production - free account - ACS exist FREE quota eg for users of App...
when in Production - free account - ACS exist FREE quota eg for users of App, Photos etc? how much?
View ArticleBetter way to use push notifications on ACS
Hi there. I have my app designed and push notifications seems to work well for a reduced group of mobile devices. My worries are about grow. Initially I will have a few users on my app, maybe dozens or...
View Article[ERROR][V8Exception( 1640)] Exception occurred at...
When I try to run an application (which is in the ios app store and works fine there) on Android, it crashes/hangs. The errors I'm seeing are: [ERROR][V8Exception( 1640)] Exception occurred at...
View ArticleHow to set the zoom level of a map view?
documentation still says to do the following: myMapView.setLocation({ latitude:37.337681, longitude:-122.038193, animate:true, latitudeDelta:0.04, longitudeDelta:0.04}); but that crashes my app since...
View ArticleChanging UI while orientation
while loading first, my window has two main view/row. each main view/row has 3 child view. while orientation from portrait to landscape, i want my window only have one row/view that means all previous...
View Articlenot saving to db after migration
i have a table groupChats, i have created migration file adding two columns like thismigration.up = function(db) { db.db.execute('ALTER TABLE ' + db.table + ' ADD COLUMN groupID INTEGER;');...
View Articleblackberry - image upload using photogallery or camera
Hi all, I need to use camera, photogallery , video recording and playing , mp3 recording and playing in blackberry. AS i found in the appcelerator wiki that those functionality are not supported. is...
View Articlehow to add idAttribute in migration file
CLI version 3.1.2, Titanium SDK version 3.1.2.GA , Alloy 1.2.0 I have tried doing db.idAttribute ="gID";also tried adding adapter in create table but none of it works and alloy_id get created...
View ArticleUpdate Custom Object between different users
I have a problem with the update of the custom object (CO) between different users. L 'userA creates a CO. Acls associate with a public reader = true, writer and public = true. When the userB try to...
View ArticleHow to detect Voice Over state?
Hi, How to detect the state of Voice Over (Enabled or Not) ? In Xcode there is a function : BOOL UIAccessibilityIsVoiceOverRunning(); Is it possible using appcelerator? Thanks.
View Article