Side Menus, drag/slide
Hi there, I'm developing a tablet (android/iOS) app, but at the start I'm testing only on Mobile Web since it is a small thing, it's faster to compile and I can see the console log. The code it's...
View ArticleAttributed String in TextField
Hi, I want to use attributedString in a TextField which is without any value. My problem is what text I have to use for that? I can't pass just empty string... Do I have to check it in 'change' event...
View ArticleWebview best practice example
Hey, Could anyone give some advice or reference where I can find some tips on how to properly use webview component in Titanium/Alloy. Except for the recomendations in docs and wiki - they weren't too...
View ArticleIs there any way I can use AudioPlayer with Appcelerator Cloud Services?
I was wondering, is there any way I can use AudioPlayer with Appcelerator Cloud Services? I would like to create an app where I can stream my own music (for my own personal listening, NOT for sharing...
View Articlesession android
Hello As you can have an active session even when the user restarts your device? and again not load the app from the beginning (As does twiiter or fecebook). work android last version sdk Titanium thanks
View ArticleTitanium Desktop and Python libftp callback error
I try a simple interaction with Titanium SDK and Python libftp. Really simple: connect to my ftp server, choose a remote dir, upload a selected file. I found an error on set a CallBack for libftp. Here...
View ArticleiOS Filesystem
Hi there, I wonder if some Appcel employee can give me an answer. Why does the File API does not include properties such as: - NSFileOwnerAccountName - NSFilePosixPermissions -...
View ArticleImages for BlackBerry
Hello, I released a simple app, in Android, everything fine, but when I test with blackberry emulator, I don't see the images, Where should I put the photos for blackberry??? Tx
View ArticleHow can I parse plist file?
Hello, I have to parse a plist file, so can I use parseString()? I found this (https://github.com/pugetive/plist_parser) but both in iOS and Android it crash whit this error in line 44 of...
View ArticleAlloy.createController() error
Hi all, Having an unusual problem with creating a controller. The code I modeled it from works fine. Using the following: Ti SDK 3.1.2 ios 7.x simulator mobile app Mac OS X Mavericks Titanium Studio,...
View ArticleAdColony (V4VC) for Titanium (Alloy)
Hi all, I am using Titanium (Alloy) to make an iphone app. I want to use AdColony in it but AdColony now only supports native code. Can anyone help you. http://adcolony.com/ Thanks you
View ArticleDo we have google login?
Hi all as we have facebook module to in titanium in that we have login button and how to get details of user using graph API. 1. I want to know whether do we have same for google (like a module login...
View ArticleEmulator Not Working! HELP!
Error I'm getting: SyntaxError: invalid syntax [ERROR] : Build process exited with code 1 [ERROR] Application Installer abnormal process termination. Process exit value was 1 My machine is a Windows 7,...
View ArticleCreate new chat room apps
Can someone help me about create new chat in acs appcelerator. This is my code : Cloud.Chats.create({ to_ids: ids.join(','), message: message.value }, function(e){ if (e.success) { for(var i = 0, l =...
View Articleandroid emulator is running but app is not launching
I am using windows7 and I have created one basic app that is firstapp i am running this in android emulator it is not launching in emulator. This app is working fine in android device and webbrowser...
View Articleworking with linkedin api
now i had used the api if linkedin and i had get the accessTokenKey but this accessTokenKey doesn't match with accessTokenKey that in the my api that used for my website url =...
View ArticleNeither 'unsel' nor 'sel' parameters work while querying custom objects from ACS
We are writing a web service using Node.ACS, checking the result using browser. I've created dummy objects using admin panel. if I use following code everything works perfectly and I receive a proper...
View ArticleCreating a ACS User without auto logging them in
Hi, When creating an ACS user it seems that ACS logs the user in automatically which is a nice feature but is there a way to have a user create another user account but not let ACS automatically let...
View ArticleWindow Positioning Changes after Closing Media PhotoGallery or Camera
All, Titanium SDK 3.1.2 iOS 7 iPhone 4S I am testing on the iPhone 4S, and I am experiencing an odd behavior when closing a photogallery or camera view. What is happening is as follows: 1) Base window...
View ArticleScrollView smooth transition
Hello All, I am very new to Titanium and I have this issue with the Scrollableview swipe function. I am not using Alloy as I found the swiping between views pretty clunky and decided to go with a...
View Article