display hundreds of rows with tableviewrow
using these lines of code I can display aproximately hundreds of tableviewrows in a tableview. The problem is that the window is opening in 3 seconds (android device). I guess there's some optimization...
View ArticleTi.Network.unregisterForPushNotifications only works once
Hi, I need to do some test using Ti.Network.unregisterForPushNotifications, but it seems that it store some datas in the keychain of the iPhone so the second time it is called no success or error...
View ArticleHow to get the value in the picker so that it can be move on the next window?
Hi, I am having trouble getting the value which was chosen in the picker. I received this message [Cannot read property 'title' of undefined] //TableNo var TableNo = Ti.UI.createPicker({ //...
View ArticleSometimes not install my app on emulator...
Sometimes not install my app on emulator... I have this in log but i don't search the problem! Titanium Command-Line Interface, CLI version 3.2.0, Titanium SDK version 3.1.3.GA Copyright (c) 2012-2013,...
View ArticleGenymotion and Titanium Studio
I've successfully installed Geanymotion's toolbar on Titanium Studio using the official Eclipse plugin. The problem I have now is that when I try to run a project Titanium says it couldn't find/connect...
View ArticleTitanium asks for Updates over and over
I am trying to install Titanium Studio on my Ubuntu 12.04. I already had node.js installed on my laptop but every time i open the Titanium Studio i get the update notification for: Titanium CLI,...
View ArticleHelp Getting Maps to Work on Android
Hello, I been trying to make maps work on Android without any luck. I think I am doing all the steps right, but it looks like I am not because I just see a grey box with the controls and everything but...
View Articlelayout horizontal, different result on iphone to android
Alloy 3.2. I have the following code, the layout on android works as expected, ie all data on one line laid out side by side. However, on the iphone, the image and text are centred, just as I would...
View ArticleFacebook apprequests how to get the return .to and .request?
Using Titanium on iOS Ok so I used FB.ui() to get an apprequest in my old app that ran on a webserver. Now I'm adding all the functionallity to my iOS app. I'm using the Titanium Facebook library and...
View ArticleAlign component on the right (like css float right)
App Type: Android SDK: 3.2.0 Device: Galaxy S3 i9300 Version: Android CM 4.3.1 Host: OSX 10.9.1 Alloy Simple question, what's the trick to align any component on the right of parent object? Example:...
View ArticleAlloy Collection. Receiving a "Failed adding to JNI local ref table (has 512...
I've base my code in the Todo List sample for Alloy, which I've installed in my Android tablet and it works perfect. In my app, the problem is that the first time I add a model to the Collection, it...
View ArticleTi.UI.SIZE not working in Android after Titanium 3.2.0 update
I'm deploying for Android 4.x and using Titanium SDK 3.2.0.GA. I have a TableView filled with three sections, the content of the first section and last section is the same always while the second...
View ArticleACS PhotoCollection search(), show() and Relational Fields
In my ACS application, a User can create a PhotoCollection. They can then assign access to this PhotoCollection to any of the Users in their Friends list. This relationship is defined using a...
View ArticleFacebook apprequests dialog always returns cancelled Titanium Android?
I'm using facebook 3.0.1 titanium module. In Android, the Facebook apprequests dialog always returns as cancelled, even while the actual apprequest is send as can be seen on Facebook. Because of this I...
View ArticleTi.Media.Android.scanMediaFiles for Absolute Path
Hi, i have this code : var imgPath = 'file:///sdcard/MyMobileProject/Images/Resize/'; var imgDir = Titanium.Filesystem.getFile(imgPath); if (!imgDir.exists()){ imgDir.createDirectory(); } var f =...
View ArticleThere are no android device connected.
Hello All, I have problem when i installed application in android device directly from RUN AS>INSTALL ANDROID DEVICE than below message display. I have check in DDMS my device is connected. I have...
View ArticleOption Menu
I've created an option menu who works perfectly in Android 4.2.1 with my Samsung S3 Here is the code below: var window = Ti.UI.createWindow({ backgroundColor:'#ffffff', navBarHidden:true, Fullscreen :...
View Articleti.maps Module not compiling correctly
Hi guys, I'm hoping you can help me, I'm using Titanium SDK 3.1.3.GA When ever I try and build a project that is set as using ti.maps in my tiapp.xml file the project build crashes with the following...
View ArticlesectionIndexTitles in listview with markers
I have a listview with markers to have a lazy loaded list. Now I want to add sectionIndexTitles for a quick alphabetically access to all entries. Is that possible when markers are used?
View ArticleIs there a way to retrieve the last image taken from gallery programatically...
ApplicationType: Mobile Titanium SDK: 3.2 Platform: Android 4.1.2 or above Device: Android device Host Operating System: Windows 8 Titanium studio: 3.1.3.201309132423 Dear All, I want that as soon as...
View Article