Community Questions & Answers

Picker view animation failed

Hi guys, I've a window wit two views, and I call both from each other with a transition (animationstyle.curlap). On the first view there is a picker view with an animation (slide in e slide out) that is fired by a button. if I don't use a transition...

nl.fokkezb.pullToRefresh with ListView instead of TableView

https://github.com/FokkeZB/nl.fokkezb.pullToRefresh has a great widget to do pull-to-refresh on a tableview. I'd like to implement this on a ListView. Has anybody done that already or knows how to customise the widget? I've not yet been successful at...

pdf generator is not working on titanium3.1.0GA

I am trying to generate PDF from label. In Ti3.1.0, add module com.kuchbee.pdfgenerator to Ti and try to the built-in example to generate PDF. The simulator or device can't start the app, even if reset many times. It just started the splash then ended with...

Compose an image from 'n' images

Hello everyone, In Android, depending on some info, I compose an image out of "n" images. This image will be show in a every row in a table. Composing that image slows very much the app. Here the example code: ~~~ row =...

Install on Android Device

Hello, i can install my app to Android device but today i have updated my Ti Studio and i can't install to my device, it says ~~~ [ERROR] Invalid --target value 'dev?ce' ~~~ what should i do?does anyone have same problem?

[ERROR] : Couldn't determine the proper encoding.

[ERROR] : Couldn't determine the proper encoding. Make sure this file: My App Name.app is UTF-8 encoded. Does anyone know how I can fix this error? It's showing up since I've added a web view where I add in some HTML I get back from a JSON feed. The HTML...

platform=ios formFactor=tablet not working

Hi! I'm trying to change the width of my TableView with id table. ~~~ "#table" : { top: 200, height: 100, width:280 } "#table[platform=ios formFactor=tablet]" : { width:500 } ~~~ But this is not working. Is there...

problem with same title

my code is as follows. its working. but if am having buttons with same title and different color it is pushing finally checked button color i need it as one after other. var hintCount = 0; hint_btn.addEventListener('click',function() { ...

UrbanAirship.resetBadge() not working

I have some standard code (taken from the docs) with UA Push Notifications working fine on iPhone. Badge numbers are reset when the app opens or resumes. when the app is closed, and i do a push with a +1 badge, the badge updates accordingly. great. when...

createHTTPClient set property

Hello, on my property no data will be stored Thanks in advance here is my code ~~~ function APIManagement() { this.currentMoviesURL = "my url"; this.becomingMoviesURL = "my url"; this.resultJSONData = null; var self =...

Android printing

I am trying to get my Android app to print using intents. I have tried everything I have read about it with no luck. I am using the latest Titanium version This is the section using the intent ~~~ var intent = Ti.Android.createIntent({ action:...

Getting Error while Updating Titanium SDK

Hi, I have just installed Titanium Studio on my Laptop. I have started updating Titanium SDK. Almost all the package have been updated successfully, but its not able to update Titanium SDK. Its throwing an error i.e. java socket timeout exception I tried...

What is happening with the consoles?

Since de last SDK update, a MS-Dos windows if open with emulator.exe console (difficult to find errors) ![foto](http://goo.gl/LPycV) and from Titanium Studio, the console selector grows and grows! ![foto](http://goo.gl/pGU2A) Anyone else is happening?...

galaxy S4 or S4 width

Hi, i have an horizontal menu which displays 4 images. im wondering about the best practice the manage all screens width. my code : ~~~~~ var topContainer = Ti.UI.createView({ top : 44, width: '100%', height : 46 }); var toutTab =...

Does this look familiar to anyone?

I've been trying to build a simple project using the CLI in Windows 7 but haven't been successful as of yet. I've verified my paths are the same as those suggested in the documentation and have followed the setup steps as well. So far, this is the closest...

Showing 251-300 of 8,647 1 2 3 4 5 6 7 8 9 10 11173