Community Questions & Answers

Open Gallery when camera is opened

Hi, I'm trying to select a picture from gallery (with the camera already opened) to overlay with the camera view. The problem is that I cant take a picture after select the image from the gallery, because some camera problem (works if I dont open the...

Storekit - state of purchase

Hi, i want to talk about purchase. It is possible to know if user have bought a product ? without saving state on db after buy it and restore purchase, but with call "requestProduct" throught callback information. Thanks for you answer.

user location near a annotation

Im building an app with titanium and i am creating multiple annotations on a google map. My question is if somehow i can check if user location is near an annotation and lets say fire an alert. Is this possible? In a similar project with javascript i was...

Android: Display "next" or "done" on keyboard

I want my ascii/text keyboard in my textarea to display "next" or "done" in the bottom right corner, so when I click it it doesn't make a newline but blurs the field. My code: ~~~ var win = Ti.UI.createWindow({ backgroundColor :...

iOS - problems with fonts

Good evening, i want change the font from a label. I had read the documentation but it does not work for me. http://docs.appcelerator.com/titanium/latest/#!/guide/Custom_Fonts I try many fonts like "Arial" or "Helvetica" also i...

displaying data in android

Hi all i'm trying to parse data using json web service and poster it in emulator so i create a database like below but now i want to post up the data and i don't know how can someone help me please ~~~ var win = Ti.UI.createWindow( { ...

titanium non-swipeable taleview

If you look at the settings app on the iphone, it has multiple table viewes one under another. tough when I swipe the screen, I son't swipe the rows of each tableview, but the whole screen. Can I create a tableview, that is just a table, and does not...

Admob Module Update?

When is the Admob Module going to get updated? As of May 1st, Apple is now rejecting apps that use the current version of the module. We are 15 days into this with no update. This needs to be updated, why is Appcelerator not updating this module?

Stream video

Hi. I am wondering if it would be possible to do a feature in an app that allows the owner of the app to record a video and have it shown in the users devices in real time. (Push notifications to let them know that there's a live feed going on.) If...

Can you remote debug a WebView

I have an app that includes a WebView on iOS. Apparently, it should be possible to enable remote debugging on such apps from Safari on Mountain Lion. Can this be enabled with a webview in Appcelerator? It seems it can be done in native code like this:...

Emulator not running

Hi, this is my first request of help. I am new in Titanium world. I have installed Titanium Studio, like described by the tutorial, on an Ubuntu 11.10 desktop machine. I have configured Titanium Studio with Android SDK 2.2 (as required by Titanium) and API...

Ti.nfc License violation detected issue

Hi all, I'm using Ti.nfc module but I'm getting a "Licence violation" error. I've downloaded the module from: https://github.com/appcelerator-modules/ti.nfc/blob/master/android/dist/ti.nfc-android-1.2.1.zip and installed in Studio via Help >...

Picker Custom UI

Hi there, Been searching around but have not found any info or doco on changing the picker UI? I have a date one setup but would like to modify the look of it as it is rather boring and considering the real estate the stupid thing takes up, i'm hoping...

Adding ADT Plugin

Cannot complete the install because one or more required items could not be found. Software being installed: Android Native Development Tools 20.0.0.v201206242043-391819 (com.android.ide.eclipse.ndk.feature.group 20.0.0.v201206242043-391819) Missing...

Apache Ant

Can any one say what is the use of apache-ant-1.9.0-bin in titanium???????????

Detect screen inchs

Hi Guys, I known Titanium.Platform.displayCaps property, but I'm confused. How I can detect if App is running on 4", 7" or 10" screen? Thanks :)

Reordering rows with gestures (Android)

Hi, I've a table with some data and I need that the user can reorder the rows without using Up Down buttons on every row. It would be nice to use drag&drop other kinds of gestures. Using this example, how I'd do it? ~~~ var win =...

Loop through a Json File ?!

Hey Guys, i have tried several things, but i just can't get it work... I wanna loop through my json data with a recursiv function. I've uploaded an example to my webserver. Help would be so much awesome. my mind is totally fucked by that stuff...

error

i have integrated admob module first it worked well but after that am getting following error. can anyone help me. thanks. ~~~ [Ads ( 1777)] To get test ads on this device, call adRequest.addTestDevice(AdRequest.TEST_EMULATOR); [INFO][Ads ( 1777)]...

animation in titanium

hi all, iam creating a game project in titanium.in this i have 5 levels.when each level completed i have displayed a alert message as "successfully cleared" instead of this i need to display the animation like bursting the ballon after that it...

Emulator not running, exiting...

Application type: mobile Platform & version: Android 4.2.2.[armeabi-v7a] Device: Android emulator Host Operating System: Windows 7 Titanium Studio: 3.1.0.201304151600, Date: 15 April 2013, 16:04:14 Running the Helo World that comes with the...

Font Family Picker

I am planning to make font picker using Alloy but before I can start I have few question regarding this. How do I get the default list of font family e.g in android so I can display it for picking? If I use custom font, do I simply put the .otf file inside...

Titanium memory management

i want to know that .. how it is handle in titanium i have searched a lot for that i want to check . how Memory is allocated and deleted and when i delete this objectes because in xocde we have method where we can dealloc this . now how can we handle it3...

errors in integration of admob

[ERROR] Error generating R.java from manifest [ERROR] C:\Users\Xvalue\My Documents\Titanium_Studio_Workspace\combadd\build\android\AndroidManifest.xml:17: error: Error: String types not allowed (at 'configChanges' with value...

Stopping ADB server failed (code -1).

Hi all, I upgraded my OS to Ubuntu 12.04 LTS 64 bit, and a problem appears when I run the emulator, I try to install again the Android SDK, an error appears in the log `Stopping ADB server failed (code -1).` the installation continue, but I think that...

Garbage collector with Alloy

Hi, I would like to know something. When you have multiple controllers depending each of a view with a window, is it better to open once the window and play with open/close or to definitly close the window and pen a new one. Do the destroy method of the...

Showing 151-200 of 47,513 1 2 3 4 5 6 7 8 9951