RE: Is there any way to capture a screenshot with control highlighted with red box?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020
06:54 AM
02-19-2020
06:54 AM
RE: Is there any way to capture a screenshot with control highlighted with red box?
For the above posting, the issue was with being able to screenshot on demand instead of screenshotting a massive project with way too much output.
I have turned-off the visualizer and instead added single calls to the following JavaScript code to take a screenshot:
function PictureToLog()
{
var w = Sys.Desktop.Picture();
Log.Picture(w, "Screen Image");
}
The above could be adapted to select a specific object and then screenshot only that instead of the whole desktop.
Hope this helps.
Regards
David Woods
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020
11:38 PM
02-20-2020
11:38 PM
Thank you so much for sharing this with the Community! Greatly appreciated.
Sonya Mihaljova
Community and Education Specialist
