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...

Video Gallery

Hi , i would like to know if it is possible to get a video gallery for my application because it seems that the only gallery possible to implement is the photogallery What can i do to display videos and then choose a video like the photogallery?

[object Object] is not a constructor

Hi, new to the titanium platform and just getting started but ran into a issue implementing a picture gallery module from here: https://github.com/novelys/titanium-picture-gallery So this was working originally: ~~~ function ApplicationTabGroup()...

Open photo in photo gallery

Hi ! Finally I finished with list of photos in my Application ( All pictures will be save in App... ). Now I have one problem. How to open selected photo in default photo gallery ( iPhone, iPad ) ? Thank you for answers...

Put images to ImageGallery

Hello, I’m new in titanium and Android programming, and I have a problem. I want to put some images to the SDK emulator Gallery. I've tried with "saveToPhotoGallery" but doesn’t work, is there any way to put some images in the gallery? Thanks

Android: select video from photogallery

I am trying to select a video from the gallery on a device running Android 2.3.3, like this: ~~~ Ti.Media.openPhotoGallery({ mediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO, Ti.Media.MEDIA_TYPE_VIDEO], success:function(event) { var selMedia =...

gets photos in gallery

Hi, is it possible to get all photos from gallery without open gallery view... just in code. i want to look over the gallery and send the photos to the cloud... thanks..

iPad and Photo Gallery

Having a couple of issues with opening the photo gallery on an iPad. Using Ti SDK 1.5.1 and iOS 4.2 ~~~ Ti.Media.openPhotoGallery({ success:function(event) { var image = event.media; alert('picture was selected'); }, cancel:function() {...

Upload video from photogallery

I'm working on an app that allows photo and video uploading...My photo upload (from the gallery) works fine, but my video isnt. FYI, "scramble" below is defined and works, so thats not the issue. ~~~ if(event.mediaType ==...

UI Gallery for Titanium

Hello there, As I am new into Titanium and generally in mobile development, could you please let me know if you are aware of a **UI Explorer** so that I can get to know the name of each control ? Although documentation in API is good, if you don't know...

Showing 1-50 of 97 1 2