Tagged Questions

0
votes
1answer
28 views

Taking screenshot of a specific window - C++ / Qt

In Qt, how do I take a screenshot of a specific window (i.e. suppose I had Notepad up and I wanted to take a screenshot of the window titled "Untitled - Notepad")? In their screens …
1
vote
1answer
54 views

How to kill headless X server started via Python?

I want to get screenshots of a webpage in Python. For this I am using http://github.com/AdamN/python-webkit2png/ . newArgs = ["xvfb-run", "--server-args=-screen 0, 640x480x24" …
0
votes
2answers
49 views

Selenium RC sending blank screenshots through (winxp/winserver)

Hello everyone. I'm trying to set up my virtual (xen) win xp instances, a dedicated windows server, and a dedicated windows xp desktop pc for web app UI testing, using selenium-rc …
0
votes
1answer
50 views

Capturing a window with WPF

With Windows Presentation Foundation, if I have an HWND, how can I capture it's window as an image that I can manipulate and display?
0
votes
2answers
105 views

Android: Can I take a screen capture from an app?

I was wondering if there is a way to take a screenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)
0
votes
1answer
30 views

PyQt display fullscreen image

I'm using PyQt to capture my screen with QPixmap.grabWindow(QApplication.desktop().winId()) and I was wondering if there was a way I could display my screengrab fullscreen (no wind …
0
votes
0answers
52 views

How to post a Screen Shot in Stack Overflow? [closed]

Please tell me how to post a screen shot in a question here on Stack Overflow?
28
votes
52answers
4k views

Screenshot Taking Tools

What are the good screenshot taking tools available (open source and commercial)?
0
votes
3answers
41 views

How do I capture a web applications screen to attach to an e-mail on error?

I am working on a web application and we would like to capture the screen (either the applications current screen or the whole screen) and attach this to an e-mail that is automati …
0
votes
1answer
33 views

Cannot capture screen

I have a windows service running on a client machine. I need to capture the screen of the client and sent it to server over the remoting. When I run the exe file, it can capture th …
0
votes
2answers
237 views

iPhone Take Screenshot of UIImagePickerController View - Always black if TAB app

Hello, Attempting to take a screenshot when the user is in Camera mode and user hits take picture. I have an application with several tabs. In one of them the user launches the Ca …
2
votes
3answers
104 views

Disabling iPhone screenshot feature

I'm working on an enterprise iPhone application for a client, the issue at hand is customer information will show up on the phone. My client is worried that the information could b …
2
votes
4answers
70 views

Is it possible to automate taking a screenshot of a portion of a Web page (e.g., denoted by a CSS selector or HTML parent element)?

I'm not sure if the title conveys the best approach to my problem, so let me step back a little bit. My company is setting up an advertisement affiliate program. We have a widget …
1
vote
3answers
62 views

Fastest way to take a Screenshot in Flex 3?

What's the fastest way to get a screen capture in flex? I am currently using: (I currently encode it to Base64 for upload to a webserver, but this is not necessarily required. Al …
3
votes
4answers
89 views

How to capture screenshot of specified website?

I want to know technique to capture screenshot if I have a url list of those sites like google fastflip. What technology or techniques require for this kind of task. If this techni …

1 2 3 4 5 9 next
15 30 50 per page