How would I get visible busy cursor while calling ImageSnapshot.captureImage?

Hi,
I'm not sure if I understand correctly, but below is my very simple MXML file, where I try to show busy cursor before calling ImageSnapshot.captureImage. But instead my cursor dissapears atl all and then reappears after call is complete. Is it known functionality or should I use some callLater() call? Any help would be appreciated.
My code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
  <!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<fx:Script>
  <![CDATA[
   import mx.graphics.ImageSnapshot;
   import mx.graphics.codec.JPEGEncoder;
   import mx.managers.CursorManager;
   private function clickHandler() : void {
    CursorManager.setBusyCursor();
    const encoder:JPEGEncoder = new JPEGEncoder();
    var imageSnapshot:ImageSnapshot = ImageSnapshot.captureImage(mainContainer, 96, encoder, true);
    CursorManager.removeAllCursors();
  ]]>
</fx:Script>
<s:BorderContainer id="mainContainer" width="50%" height="50%">
  <s:Label x="40" y="44" text="My label" width="60" height="31"/>
  <s:Button x="30" y="79" label="Button" click="clickHandler()"/>
</s:BorderContainer>
</s:Application>

I'm experiencing the same problem. ¿Did you solve it?
It happens as if it were no background image defined for the bussy cursor.
But I have seen that such image is defined in default.css inside framework.swc, so it should work...

Similar Messages

  • How do I get a busy cursor?

    I have a Flex (3.0) application that takes a long time.  Using LiveCycle, a databases is checked and records extracted.
    While this is going on, I want the cursor to be an hour glass (or busy looking).
    I added the import and the "CursorManager.setBusyCursor"/"CursorManager.removeBusyCursor()" to the script that will call the LC process that gets the data, but it never changes.  Any ideas?

    <mx:WebService id="amSrv"wsdl="
    http://localhost:9080/DeDashboard/services/AdminManager?wsdl" showBusyCursor="true">
    That is what I use, so when my service call is being made the cursor turns into a clock.

  • CS6 spinning "busy" cursor while saving in background.

    On Mountain Lion and Mavericks GM, Photoshop CS6 displays (flickers) the spinning "busy" cursor while either auto-saving or saving in the background.  The cursor is the Adobe black dot variety, not the OSX beach ball.  It flickers rapidly between the spinning balls and the currently used Photoshop cursor, for the duration of a save or auto-save.  For a multi gigabyte file, this can mean a several minutes of flickering.
    I can work while saving, but obviously with a flickering cursor, it's difficult.  Interestingly, the flickering only starts after the second save after restarting Photoshop; i.e. I start Photoshop, open a file, save, and it's fine.  Then I continue working and save again, or auto-save, and the spinning/flickering starts while saving.  It won't go away unles I restart Photoshop again, and comes back on the second save of the next session.
    Machine is a Mac Pro 2 x 2.93 6-Core with 32GB RAM and running an Nvidia Quadro 4000.  Scratch disk is a dedicated internal 120gb SSD.
    Performance settings for CS6 were tweaked multiple times to no avail.  Fonts caches removed.  Permissions repaired.  PRAM reset.  Basically all the standard troubleshooting methods were attempted. 
    On Snow Leopard, I have zero issues with this.  On upgrading to Mountain Lion last year, the cursor began flickering, so I reverted to Snow Leopard.  This year, I installed Mavericks GM in the hopes it would be remedied, but the flickering returned.  I have reverted again to Snow Leopard and everything is back to normal.
    The only thing I can try at this point is a clean install of ML or Mavericks, instead of the upgrade I've been doing.  This would be a considerable hassle, so I am asking here first if there's anything I can do before trying that.
    Thanks.
    Rob

    Hi Rob,
    I just discovered your message after many research on the internet. I'm actually experiencing the same issue, this "busy"cursor while autosaving.
    Like you, I used to have no problem at all on Snow Leopard.
    My machine is a Macpro 2,8Ghz Quad core with 16GB Ram.
    Could you find a solution  to your problem?
    Thank you
    Stéphane

  • I HAVE AN IPHONE 5S AND WANT TO USE SOFTWARE 7.0.2 BECAUSE IT IS COMPATIBLE WITH MY VEHICLE FOR UCONNECT. I CURRENTLY HAVE SOFTWARE 7.0.3 ON MY DEVICE. HOW WOULD I GET THE PREVIOUS SOFTWARE BACK ON MY PHONE

    I HAVE AN IPHONE 5S AND WANT TO USE SOFTWARE 7.0.2 BECAUSE IT IS COMPATIBLE WITH MY VEHICLE FOR UCONNECT. I CURRENTLY HAVE SOFTWARE 7.0.3 ON MY DEVICE. HOW WOULD I GET THE PREVIOUS SOFTWARE BACK ON MY PHONE

    Forum Tip: It is generally considered inappropriate to type all in uppercase letters in Internet discussions, as text that is typed all in uppercase is by convention considered to be shouting.  Uppercase is also more difficult to read, so please use all uppercase sparingly and only when you really mean to shout, which we hope you won’t need to do here .
    Regards.

  • I am currently in my free trial of photoshop elements. I would like to purchase but Im using a computer now that i will not be using in a few months. How would I get that to transfer over? Thanks,

    I am currently in my free trial of photoshop elements. I would like to purchase but Im using a computer now that i will not be using in a few months. How would I get that to transfer over? Thanks,

    Hi Jtomanek,
    Open the Editor on your old PC and on the menu bar click Help and Deactivate or Sign out.
    Thanks & Regards,
    Sanjeeta

  • How would I get the date of last Monday?

    How would I get the date of last Monday?

    I've done the following, does it seem right?
    public static const millisecondsPerDay:int = 1000 * 60 * 60 *
    24;
    * This function sets the mimimum and maximum range
    private function sliceChartWeek():void{
    var max:Date = new Date();//current date is our max from
    which we will calculate the min
    var day:uint = max.day;
    var min:Date = new Date(max.getTime() - (millisecondsPerDay
    * (max.day - 1)));
    dateTimeAxis.minimum = min;
    }

  • How do I get my business recognized by Siri?

    How do I get my business onto Siri?

    Do you want Siri to just recognize it when you ask, i.e., "Siri, what is my business name", or do you want it for others to find. If the latter, use Apple Maps and add it.

  • How would I get the Body element background to open at  the scale of the browser window

    How would I get the Body element background to open at  the scale of the browser window? I hear that by using an HTML tag or CSS rule I could scale a background that is placed in the body element without using javascript is this true? 

    The most reliable solution is to use small image slices or tiles and repeat them down and across the page or container division.
    CSS EXAMPLE:
    body {
         background: url(your_image.jpg) repeat;
    More on background images:
    http://alt-web.com/Backgrounds.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • I redeemed Night at the museum 2 digital copy on my old computer I moved over to mac last year and I wanted the digital copy on mac but it says it's already been redeemed which it has on my old computer, so how would i get the digital copy on my mac?

    I redeemed Night at the museum 2 digital copy on my old computer I moved over to mac last year and I wanted the digital copy on mac but it says it's already been redeemed which it has on my old computer, so how would i get the digital copy on my mac?

    I doubt the license is affecting the performance - it might be a case of the software being too old for the machine.
    In any case, you can contact Adobe support thru chat and have them reset your activation count to eliminatre your doubts regarding the license.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • How would i get money back on in app percheses my 8 year old brother bought? PLEASE HELP!!!

    My eight year old brother bought over 100 dollors of in app perchises on car town. How would i get the money back??

    In the Settings app choose General then Restrictions. Require a password for each purchase and don't give the password to anyone esle.

  • I have photoshop cs6 for mac but I would like to make one of my 2 seats installed on my PC, how would I get another serial number since this one is just for mac?

    I have photoshop cs6 for mac but I would like to make one of my 2 seats installed on my PC, how would I get another serial number since this one is just for mac?

    Hi Matthew,
    Perpetual products which use serial numbers are platform specific. You will not be able to use the same serial on a windows machine.
    In order to use Photoshop on both Windows and Mac you will have to go for a creative cloud subscription.
    Thank you for posting on Adobe Forums

  • HT4967 "In the ICLOUD section of iCal" - I don't have this on my Mac iCal. How would I get it? I currently have an empty iCal on iCloud. I urgently need to back up my iCal, Could anyone help please? This is SO frustrating.

    Sorry. This is where my question should be....
    "In the ICLOUD section of iCal" - I don't have this on my Mac iCal. How would I get it? I currently have an empty iCal on iCloud. I urgently need to back up my iCal, Could anyone help please? This is SO frustrating.

    Have you enabled iCloud syncing for calendars on your mac, which requires OS X Lion (10.7.2)? See http://www.apple.com/icloud/setup/mac.html.

  • How do u get a Java method to call itself? Not working here.

    How do u get a Java method to call itself? Not working here. I am using the "this" keyword. Thanks.
    Below, I would like to call checkIt method in itself.
    Ex.
    public class ABC {
    public String checkIt(String abc){
    if....
    checkIt(abc);
    }

    Assuming you are getting stack overflows (likely if you're unfamiliar with recursive calls), you need to put some sort of check condition inside the method so it doesn't call itself endlessly (AKA "infinite recursion").

  • IPhone 4s call waiting; how do I get back to the first call?

    When I'm on a call and a second call comes in I tap "hold current call and answer." I get connected to the second call and the first call is put on hold. But when I am done with the second call, how do I get back to the first call? I can't find any way to get back to the call that is on hold. I usually end up hanging up on both calls. Not good.
    Also, how do I switch back and forth between two calls? How do I put the second call on hold, go back to the first call to tell that person I must call them back, then return to the second call?

    http://support.apple.com/kb/TA38607?viewlocale=en_US
    Good Luck

  • How can i get a list of latest calls received

    how can i get a list of latest calls received

        Hi Jeff280
    Great question! You can see your usage online at www.verizonwireless.com/myverizon Then view my usage. At the top of the page you can click the blue hyper link to see current usage.
    JoeL_VZW
    Follow us on Twitter @VZWSupoort

Maybe you are looking for

  • Can you limit information based on totals?

    Our requirements (Govt mandated) are that we cannot display totals that may allow someone to help identify an individual. Example: Someone is running an analysis that includes ethnicity. Lets say that there is only one person with XYZ ethnicity.     

  • Macbook Pro i5 no longer recognize external hard drive...

    Hi folks, I have a 2.5" Hard Disk Box Mini USB 3.0 from conceptronic. Since yesterday my macbook no longer recognize it. Two days ago I've used it to restore a back up. But , stupid me, I forgot to copy a couple of documents. Those document are on my

  • Can't view recieved files and can't save them.

    My friend sent me a giant amount of pictures over a half of year, and recently I reinstalled Windows. I can't go through all of our history because that would take way too much time. In Skype I set the option to automatically save the files in "My Sk

  • Apple iPhone 3G Dock + Apple Composite AV Cable

    Trying to use an Apple Composite AV Cable (MB129LL/B) on a Apple iPhone 3G Dock (MB484G/A) connected to a LCD: No go (regarding video out) so far - is it only me? Has someone got this working together?

  • Project Budget Return Currency issues

    HI, my business has the following issue: The Investment Management happens in Controlling Area currency (USD), while distribution of budgets to projects, spend & budget return happens in Local Currency (say EUR). So when project has a left-over of a