Take screenshot in native mac/windows systems

Hi, I know it is possible to take a screenshot of an AIR
window, but is it possible to take a screenshot of a windows/mac
desktop?
If it is not possible to do that, is this a feature to add in
the current roadmap?
Thanks,
Pau

No it is not possible.
To make a feature request go to
http://www.adobe.com/go/wish
(the more people who request a feature, the higher priority a
feature will receive in future development plans).

Similar Messages

  • Is it possible to use creative cloud online with both Mac/windows system (on the same computer, bootcamp) without paying twice ?

    Hello, I work with a Macbook pro, divided into mac and win 8 (with Bootcamp), is it possible to use Creative Cloud subscription with both system without paying twice.
    Bonjour, J'utilise un Macbook pro partitionné Bootcamp mac et windows 8, est-il possible que l'abonnement à Creative Cloud en ligne fonctionne indifféremment dans les deux systemes (sur le même ordi), sans payer deux fois.
    Merci,
    jho

    Your subscription allows for two functioning installations (normally on separate machines, but I imagine you could install the two as you indicate).

  • Compatible w/Macs; Windows; iPhone; WindowsMobile

    I have a young developer working on some web development projects for me and I'm running into compatibility issues. We test on Macs & Window systems and everything looks fine, then we go to iPhone Safari and find that our sites don't behave properly. One site does have Flash in it.
    One issue is, we don't have an iPhone and would like to know when we develop that our work is seemless throughout.
    Any suggestions as to how to make/test and assure all platforms work properly?
    (not worried too much about Windows Mobile)

    Hi Ce,
    FYI, there are some specific iPhone Forums here, you might get more help there.
    Especially here: http://discussions.apple.com/forum.jspa?forumID=1141
    AFAIK, the iPhone does not support Flash content at the moment.
    Regards
    Stefan

  • How do I stop applications from coming up when I power up my computer. If this were a Windows system I would be able to take the app out of the start up folder. On the Mac I don't know how.

    How do I stop applications from coming up when I power up my computer. If this were a Windows system I would be able to take the app out of the start up folder. On the Mac I don't know how.

    The app (Excel) is in the dock. When I left click on it there is no check next to open at login.
    Lets go back to the beginning when I installed ms office both word and excel were in the dock. then one day excel dissapeared. I put it back in the dock and that is when it started opening during login. There is only one X showing in the dock.
    Maybe I have little gremlins.

  • How do I make OS X automatically take a screenshot of a self dismissing system pop up?

    I have been experiencing an intermittent system pop up message appear and then immediately disappear. I am concerned about what it is because it dismisses itself less than a second after appearance and I do not have a chance to read what it says. Therefore, I am trying to set up an applescript or whatever to automatically take a screenshot of every new window that opens so I can figure out what it is going on exactly. I'm hoping someone on here has an idea about how to help as Google has been very unhelpful thus far..

    Does it occur when you do something specific or does it appear to be random?
    If it occurs when you do something specific you could use Quicktime Player to start a screen recording, then trigger the action that causes the pop-up and stop the recording. You'll then be able to go frame by frame thru the recording to see what the pop-up says.
    If it occurs randomly, you might try checking the System Log (using the Console app in the Utilities folder) for any clues druing the time the pop-up occurred.

  • How can I capture and take screenshots of all the browser tabs and not only windows ?

    This class identifies all minimized windows and take a snapshot (screenshot) of them. I want to take screenshots also of all the broswer for example chrome tabs windows that are open but not in the front. Same idea that it get now the minimized windows but
    to get the screenshots of the broswer opened tabs ! What should I change in the WindowSnap class? Since both classes are a bit long I added them to pastebin.com
    What i'm doing now is to get all the minimized windows i mean all the the windows in the back if it's chrome browser windows or open tabs if it's program games other windows. This is what i'm doing in form1 constructor:
    this.listBoxSnap.Items.AddRange(WindowSnap.GetAllWindows(true, true).ToArray());
    int numitems = this.listBoxSnap.Items.Count;
    for (int i = listBoxSnap.Items.Count - 1; i >= 0; i--)
    string tt = listBoxSnap.Items[i].ToString();
    if (tt.Contains(" ,"))
    listBoxSnap.Items.RemoveAt(i);
    listBoxSnap is just a regular listBox1 in my form1 designer.
    And this is the WindowSnap class code, it's a bit long code but it's all connected:
    I'm not sure what to show here from this class what is the most important part so i added all the class code to a link to pastebin.com:
    WindowSnap.cs
    What i'm calling/using in form1 constructor from this WindowSnap.cs class is the GetAllWaindows method:
    public static WindowSnapCollection GetAllWindows(bool minimized, bool specialCapturring)
    windowSnaps = new WindowSnapCollection();
    countMinimizedWindows = minimized;//set minimized flag capture
    useSpecialCapturing = specialCapturring;//set specialcapturing flag
    EnumWindowsCallbackHandler callback = new EnumWindowsCallbackHandler(EnumWindowsCallback);
    EnumWindows(callback, IntPtr.Zero);
    return new WindowSnapCollection(windowSnaps.ToArray(), true);
    EnumWindowsCallBackHandler is:
    private delegate bool EnumWindowsCallbackHandler(IntPtr hWnd, IntPtr lParam);
    EnumWindows is:
    [DllImport("user32.dll")]
    [return: MarshalAs(UnmanagedType.Bool)]
    private static extern bool EnumWindows(EnumWindowsCallbackHandler lpEnumFunc, IntPtr lParam);
    Then i have the class called WindowSnapCollection:
    WindowSnapCollection.cs
    The problem is in form1 constructor i'm getting only 23-24 windows in the listBox1. When i'm doing this two lines:
    this.listBoxSnap.Items.AddRange(WindowSnap.GetAllWindows(true, true).ToArray());
    int numitems = this.listBoxSnap.Items.Count;
    I see in numitems about 30 windows and after filtering i'm getting 20 windows and i checked that's the correct number of opened minmizied windows i have in this example 20.
    Now what i want to do is somehow to get with all this windows in the listBox also all the opened tabs in chrome.
    For exmaple i have only 4 opened chrome windows. But in one of the chrome windows i have almost 40 tabs opened !
    I want somehow to add to the listBox all this opened tabs also as captured screenshots like i'm doing now with the windows.
    This is a screenshot of my program showing what i'm doing and what i get:
    So now i have 19 windows captured in the next refresh it will show 20.
    My question is if there is any way to capture also all the chrome opened tabs in all the windows if any opened tabs are opened at all ? Now i'm getting only the chrome opened windows captured screenshot. But i want to get also the chrome tabs captured screenshots.

    Hi Chocolade1972,
    Since this forum is discussing about Windows Forms general like winform controls, and your issue is related with Windows Desktop SDK, I will move this thread to the more related forum.
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • I have my iPhone 4s backed up on my mac but it seems it was encrypted with a password which i do not remember is there any other option to retrieve to the backup without restoring the device as a new one. Also I do not have access to a windows system.

    I have my iPhone 4s backed up on my mac but it seems it was encrypted with a password which i do not remember is there any other option to retrieve to the backup without restoring the device as a new one. Also I do not have access to a windows system.

    Sorry no, if you don't knnow the encrypted password, then you can't use that backjup.

  • Windows 8.1 and MAC Operating Systems

    Why doesn't the "Submit" button work for users using Windows 8.1 or Mac operating systems? Is there a work around?

    Hi,
    Assuming that you are referring to forms distributed as PDF, the most common cause of this issue is that users are completing the form using software other than Adobe Reader. Please refer to the following FAQ:
    http://forums.adobe.com/docs/DOC-2653
    Regards,
    Brian

  • Reversing two system pro, mac and one for windows system.

    I divided my pro storage to two one for mac and one for windows system. Can I reverse that now? I only want to have mac system on my pro

    Open the Boot Camp Assistant in the /Applications/Utilities/ folder and return the drive to a single partition setup.
    (101315)

  • Windows OS to Mac OS system.

    Hi: Can I load Mac OS system to any computer overwriting Windows OS, or does it need to be a Mac specific built PC? Will any intel based PC accept Mac OS? Will I gain any from making a move?
    Thank you

    You can not legally run Mac OS X on a PC, only on a Mac.  The correct way to run OS X is to buy a Mac.

  • How can i take screenshots in windows media player

    How can i take  screenshots in windows media player.

    If you mean "encrypted", the running Windows Media Player or Windows Media
    Center IN a window and not full screen may allow you to take a screen shot of
    the desktop in its entirety. That can be cropped to just the content wanted.
    Here is an example
    http://digitalmediaphile.com/content/binary/LookslikeNetflixMCEHDisRollingOut_5E2C/netflixMCEHDsm.jpg
    On Sun, 27 Nov 2011 22:31:05 +0000, Laurent Gébeau [MToo] [MVP] wrote:
    >
    >
    >Carefull : if the video is displayed by a video card accelerator (acquisition card for exemple) then it won't work.
    >
    >Screen capture only works for "windows content", not video incrusted signal.
    >
    >
    >Laurent Gébeau
    http://www.toutwindows.com
    http://twitter.com/mtoo
    Barb Bowman
    http://www.digitalmediaphile.com

  • Build a application in windows system and run it in MAC OS

    Hello,
    I have built a labview application in windows system. I would like to run it in MAC OS. How can I make it?
    I tried to install the labview run time for MAC OS into the computer and run the application, but it cannot be runnable.
    I don't know if possible to run a labview application in MAC OS, which is built in windows system.

    Hi Jimmy,
    nope. LabVIEW doesn't have an inbuilt cross compiler (atleast not for Win vs MacOS)...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Screenshot Error in Mac OS X 10.8, Short key working but no file generated

    Today I'm going to use the mac screenshot (screen capture from COMMAND+CONTROL+SHIFT+4) to capture the window while the problem comes. The short key is working and the icon of pointer has changed accordingly, but once I clicked there is no file generated in the destination folder. I would like to know what's wrong with my screenshot? Is there anyone who encountered the similar errors before?
    I'm using Mac OS X 10.8.5 and I believe the screenshot is still avalaible after the update from the 10.7.x. I guess the problem is more about the screenshot applet rather than the system. Besides, I'm eager to know that is there any method to solve this problem.
    Thank you.

    I am running a Retina Macbook Pro with Mavericks 10.9.3 installed.  I was having this problem today, but I did a few things that got rid of the issue...
    1)  Go to System Preferences > Keyboard > Shortcuts > Screen Shots, and click each of these 4 boxes...
    Then close the window.
    2) Open the application "Terminal."
    Type in killall Finder > Push enter
    Type in killall Dock > Push enter
    Close the program
    3) Turn off the computer.  Now turn it on, but hold down "CMD + OPTION + P + R" on the keyboard as it boots up.  This will restart your computer.  Let the keys go after the restart, and let it boot all the way.  Pressing these keys clears your PRAM and NVRAM settings--it doesn't harm your computer at all, but it is supposed to help give your battery a boost.  Apparently, it also resolved my screen shot issues.
    I blame my screen shot issues on a program I tried installing today--it must have messed with the OS somehow.  Hope all of this helps!

  • How to take screenshot on win 7 with MBA

    please tell me how to take screenshot for full screen and active window on win 7 when running on MBA

    SuperChampagne wrote:
    please tell me how to take screenshot for full screen and active window on win 7 when running on MBA
    Use the same keys to take a screen shot in a Mac, Command Key, Shift Key and the Number 3 Key.

  • Re-install Mac OS system - How?

    I've got viruses on my Macbook and now I really want to reformat the whole lappy. I also lost my password (admin password) so it's very annoying, I cannot delete some files, cannot install updates also.
    When I tried to insert the CD to change my password, I found out that the optical drive is broken, it cannot read any disc.... How pathetic
    Do you have any suggestion or how I could refortmat the whole system? I think I will go to Customer Care to ask them about optical drive...

    The_Drew,
    Let's make the distinction of what a virus is, and what a trojan horse is.
    A virus requires no user intervention from the time it is received on the computer to the time it impacts serious harm on the computer's file system and/or deletes unnecessary files. None. A trojan horse on the other hand requires user intervention such as implicite requesting of superuser passwords to create such havoc in the first place. Of all the reported malware for Mac OS X on the major Mac magazines ALL have been of the trojan horse variety, and NONE have appeared in the wild, i.e. they have only been created as proofs of concept, and proven to be scare tactics, as they required more user intervention than more than 99% of the user population knows how to do on their own. Thus any impact of such a trojan horse would have been minimal if any at all if it was released in the wild. It would require a serious amount of Social Engineering to convince a user to make that trojan horse take effect on the person's system.
    Secondly, it is true if you are running a virtualization program that has access to the Mac file system that your windows side can delete files, and any viruses impacting the windows side could delete files if given that access. Similarly if you have Windows setup on your network and it has read/write access. But such a virus would have to be programmed to access the file system of the Mac side to do any damage to its file system. The BIOS settings on the Mac are not network accessible.
    Thirdly, of course you have worry about being a Typhoid Mary.
    Fourth, defragmentation is needed for certain large files, as
    http://discussions.apple.com/thread.jspa?threadID=1772235
    mentions.
    Anyway, for all the reasons listed, I sincerely doubt the user has a virus that forces them to erase their system.

Maybe you are looking for

  • How do I add an animated GIF to my signature

    I am trying to add an animated GIF to my out going email. For my signature. How can do this?

  • Windows 8.1 and Firefox issues

    Bought a new laptop, Toshiba Satellite C55D-B5215. AMD A6410 APU with AMD Radeon R5 Graphics 2.00 GHz. 4 GB RAM, 63 bit operating system, x62 based processor. 1 TB memory. Came with Windows 8.1 on it. This has been very frustrating. I THINK Firefox 3

  • Neg graph values in graphic columns?

    I can enter negative graph data and have the affected graph bars extend below the 0 line no problem. with flatm 2D-appearing column designs, this isn't much problem; graph column designs which are meant to be 3D in appearance, ie with depth/both, sim

  • Full screen mode problems on Windows XP

    I've added a full-screen feature to an application.  Everything works fine for me.  MacOS+Safari.  But I another developer on my team is having problems... He says, "In my Windows XP environment using Internet Explorer 8.0.6xxx I experience the follo

  • JDBC Connection in JSP

    Hi, experts, I am new to java and j2ee. I have one basic question. Let's assume that I get a jdbc connection in the beginning of a jsp file and close it at the end. (I know it is a bad coding practice.) Let's say. I want to open that jsp file. When I