Community Questions & Answers

Screenshot of a map? Androdi

Hey, is there any option to make a screenshot of a mapview in android? (Map module 2.0) i've tried: blob = mapView.toImage().media; file = Titanium.Filesystem.createTempFile(Titanium.Filesystem.resourcesDirectory); file.write(blob); i've tried it with...

black screen on camera overlay screengrab

Hi all, I am hoping you can help me. I want to start the camera, overlay an image on top of the camera and then save out a screenshot of the newly compiled image . Basically, the user can see what they look like wearing a hat. Anyway, overlay etc all...

Unable to take screenshot on Galaxy S3

Having sent my client a beta of his Android app he tells me he is unable to take a screenshot of any of its views on his Galaxy S3 by pressing and holding the power and the home button at the same time. Other apps are OK - it's just mine! As I'm not even...

Saving a view to photogallery

titanium mobile sdk 2.0 iphone sdk 5.1 Hi, I have an app that creates screenshots and save the blob to photogallery. But the screenshot is capturing the entire screen. Is there a way to limit the area of the area to capture? thanks.

ScreenShot entire webView?

I need a ScreenShot of entire webview, and not only of visible area. How can i do it? I try this, but not works.. :( ~~~ var screenShot = myWebView.toImage();; screenShot = screenShot.imageAsCropped({ height : 800, width : "100%", x : 0, y :...

ScreenShot in Retina Sizes

Hi all, I am trying to take a screen shot of my current screen.I have the screenshot working well, and it saves off as required. The problem is that when i take the saved image is in the size of the window resolution (ex.320X480). How to save in retina...

Using Screenshot - Media.takeScreenshot

Hi All, Quick question, I want to take a screenshot of the screen, but I was wondering if you can control the X &Y of the captured area? E.g. my app has tabs at the bottom of the screen, and I don't want the tabs included in the captured image. Any...

Airprint Module

Hi, What kind of files could we print with the Titanium Airprint module? It's possible to print an image created(screenshot or an image of the view) inside the app? Thx

Empty Screenshot with Windows

When i take a Screenshot with the method provided in the desktop api, the screenshot works fine within MacOS, but is an empty picture in windows. The Screenshot file does have the correct size but is just white. Anybody experienced the same problem?

Showing 1-28 of 28