How to communicate with titanium webviews without using...
How to communicate with titanium webviews without using Ti.App.addEventListener/Ti.APP.fireEvent?
View ArticleImport Gmail contacts
Hii.. All i want to import all the contacts from gmail after successfully authentication.
View ArticleACS JSON payload in other format
Hi All, I have a problem to send push notificactions from POST /v1/push_notification/notify.json I send to ACS push This is my JSON= {"payload":{"title":"Game","alert":"Prueba vs Prueba starts in 30...
View ArticlecreateNotification make a toast notification very small!
Hi all, Im using this code below to create a simply toast notification: var toast = Ti.UI.createNotification({ message:"Please Stand By", duration: Ti.UI.NOTIFICATION_DURATION_LONG }); toast.show(); In...
View ArticleOffical Font Awesome 4.1.0 for Titanium Alloy
Hi all, Font Awesome has been a long time favorite of mine with web development. I did buy FontAwesome AppIcons from Titanium Marketplace but it wasn't what I was looking for. So I decided to make a...
View ArticleConsole for application output in Mac 10.9
Hi, I am a C++-developer(Windows). Our Appliction for Mac provides some ouputs, which i can see in Mac 10.7 cosole as example. But not in the Mac-10.9 console. Can you help me please. thanks, Sasan
View ArticleRows inside TableViewSection not displayed in Android
I'm using Alloy, Titanium SDK version 3.2.2.GA. I have a TableView with 3 TableViewSections, and each of them has some static rows. In iOS the following markup works ok, but in android only the headers...
View ArticleMobile Web Tableview not scrolling in Firefox
I have a TableView in a Mobile Web project. Horizontal scrolling with two fingers on the trackpad works in Safari and Chrome but not Firefox. I know Mobile Web aims for smaller mobile devices but I am...
View Articlefacebook api to send a post on friends timeline
hello everyone, I am using this code to send a data on my friends timeline. // //POST /{recipient_userid}/notifications?access_token= … &template= … &href= " + function...
View ArticleChange event does not fire the first time
Hello, I am using Titanium Classic to make an app for iOS and Android. I have a picker that the user can set the hours and minutes with. However, I am having a problem getting the correct number to...
View ArticleView flashes visibility when resetting size
Using Titanium SDK version 3.2.3.GA Observed in Phone Simulator Iphone Retina 3.5 inch, IOS 7.1 I am using Alloy and I have a view that is set to TI.UI.SIZE and layout is set to vertical. This view...
View ArticleWeird Textfield padding
I have an app that has strange textfield padding on Android devices. I use Genymotion and test on multiple devices. The only device that seems to have this issue is my Samsung Galaxy S4. I have...
View ArticleiTunes 11.2 (114) Problem
i am getting this error when i try to generate my app into the iTunes Library The app “ACE” could not be added to your iTunes library because it is not a valid app i have a valid developer profile and...
View ArticleCheck row clicked and hide check on last row clicked
Hi guys, There a better way to do this on code below, and instead of using tableView event use a row click event or swipe ? var lastRowChecked = 0; var rowDef = 0; var win = Ti.UI.createWindow({...
View ArticleTitanium Module: Passing Titanium.UI.Button into module to display...
I am developing a module which will work for both iPhone and iPad. In this module, I am trying to mimic UIActivityViewController and will display custom for both iPhone and iPad. Problem: The Popover...
View ArticleTitanium doesn't show develeoper and distribution certificates
Here's what Ive done: I payed for my iOS developer program I created my developer certificate, provisioning profile for my phone and my distribution certificate and everything is on my mac keychain But...
View Articlewant to ALLOW multiple, quick button presses
Host OS: Mac OS X OS Version: 10.9.2 Latest Titanium SDK: 3.2.3.GA Titanium Studio Version: 3.2.3.201404181442 iOS 7 Simulator and phone What I have is the simplest of button code. The interface needs...
View ArticleHow to create a country list in android using scroll view
I'm using Titanium Studio, build: 3.2.1.201402041146, and my operating system is Windows 8. I have an android alloy mobile application project and in that for my registration form I have to get the...
View ArticleCapture image from camera
var image = event.media; var imageView = Ti.UI.createImageView({width:180,height:180}); win.add(imageView); imageView.image = event.media; // cannot add null error, help me.
View ArticleTitanium Alloy App hangs or reverts to Splash Screen
Dear fellow Developers New at Ti.Alloy ... new at JS ... teaching myself via tutorials and examples. New subject is NFC. I've built two apps that have both reverted or hung up at Splash Screen. I've...
View Article