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.

Similar Messages

  • 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...

  • 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 do I get my Business Listing approved by Apple Maps?

    I am the Online Marketing Manager for a company with 30 locations across Canada. I have been trying to add each of our Stores to Apple Maps, however, I have not been able to get those Business Listings approved because of the phone numbers.
    Each of our Stores has a local phone number, but all local numbers are run through a phone system call AVAYA to route them to the appropriate operator. Some calls are sent to the Store location and some are sent to a Call Centre - either way, a live person located in Canada answers all calls.  Because the calls go through AVAYA Apple Maps will not approve them because the are being "forwarded".
    Is there a way to have our Business locations added to Apple Maps?  There surely must be other large companies that use a similar phone system.  Any help you could provide would be greatly appreciated.
    Thank you

    Canada
    English: 1-800-263-3394
    French: 1-800-263-3394
    Here is the Apple contact page.
    http://www.apple.com/contact/

  • How do I get the returned cursor from a stored procedure to an asp.

    Sorry if this topic has been answered before but I am new to Oracle and ASP. I have been asked to create some stored procedures and access the results from the ASP. I will be passing one variable in and could be getting upto 200 rows returned.
    I have no trouble with the stored procedure but have no clue how to retrieve the data returned by it.

    Assuming that the stored procedure has a single argument, an OUT cursor, you should be able to do
    SQLExecDirect
    {call <stored_proc>() }
    SQLFetch
    SQLGetData
    We'll handle all the 'magic' underneath.
    Justin Cave
    ODBC Development

  • The cursor has changed to a dot with a circle around it; how can I get my normal cursor back?

    The cursor in the main part of Firefox has changed to a dot with a circle around it. This only occurs in Firefox and only in the page display area. I still have the arrow in the tool bar and tabs area. When moving the cursor around in the display area the dot/circle is accompanied by a blinking arrow.

    It's the quicktime plug-in causing the problem. If you disable it, your cursor will return to normal. Happened to me, and fixed it by doing that.

  • How can I get the mouse cursor to display the Link Cursor on a text field?

    I set the following properties in my code: useHandCursor =
    true yet the cursor changes to an I beam cursor when I hover over
    the text
    <mx:Text text="{_projectDetail.delegatedLead}"
    useHandCursor="true"
    click="showEmpProfile( _projectDetail.SFPDelegatedLeadEdit
    )"/>
    I also tried using buttonMode = true stil no hand cursor.
    Any ideas?

    I think you would want the "selectable" property set to
    false. That prevents the pointer from changing to an I-beam.
    However you still need to have the pointer change to a link
    pointer. Search online, "flex change cursor pointer" or something
    like that. I hope that helps.

  • How can I get the mouse cursor from acrobat reader to use in other windows programs?

    I like the pointer used in Adobe's Acrobat Reader and would like to use it as my regular mouse pointer. A friend and I were able to do it years ago, but I can't now. I am using Windows XP Home Edition.
    Resveratrol

    Reader Forum http://forums.adobe.com/community/adobe_reader_forums
    Or, maybe
    Acrobat SDK Developer Forum http://forums.adobe.com/community/acrobat/acrobat_sdk

  • Hey, this is a question that a few lingering google searchers have been stumped with.....How do you get the mourse cursor arrow icon that is white, to fade or disappear while watching iTunes visualizer?

    I like having thw whole screen background black for the cool visualizer....

    After a little more research in this forum, I found another user reporting the exact same problem... solved by downloading the Perian component for Quicktime. I downloaded Perian and it worked great! Problem solved.
    Kudos and thanks to the users in this forum.

  • How do I get the 'can drop here' and 'cannot drop here' cursors from dnd?

    Hello,
    I need the two cursors from dnd api to appear in my ordinary mouseEvents. The ones you get when you are performing a dnd gesture and you hover over an area where you can drop, and over an area where you can't.
    I've tried setCursor(), but those two cursors are not among the Cursor.SOMETHING constants. How can I get those two cursors?

    It's a stopgap measure, but it still doesn't solve the problem. This needs to be fixed in Firefox itself, and allow the toolbar to display also. This add-on only includes a substitute for the Bookmarks pull-down menu.

  • [IDCS5.5 plugin] How do I get the sentence at the cursor's position?

    Hi All,
    How can I get the current cursor position (event on mouse left-click)?
    And then , how can I fetch the sentence based on the cursor's position? (Assuming a sentence starts with a capital character and ends with a ".")
    I'm getting no hint on this, any help will be appretitated.
    Thanks

    tma654 wrote:
    Sorry, not so good great at LR.  Do you have pics or something visual to show how this is done?...Do i have to switch each photo's process version or is there a way to do a whole batch of them?
    The quickest way to update just one photo is to click the lightning bolt icon under the histogram in the Develop module. This can be more convenient than scrolling all the way down to the Calibration tab.
    A quick way to update a whole batch of them is to select any number of them in Grid view, and then choose Photo > Develop Settings > Convert to Current Process. The AutoSync way works too, as long as you remember to turn it off immediately after you're done.
    Like JimHess suggests, I don't automatically convert them all at once, but on a case by case basis because they don't always look better after conversion. The benefits of the new process version can potentially make them look better, but you usually have to do a few more adjustments to get them there. If you don't have time to do that yet but you need to use the existing images soon, leave them in the old process version for now.

  • Busy cursor - two cursors displayed over the TextField

    Hi all,
    first I describe the situation. When busy cursor is activated in Flex application, when the service is loading data from backend, then the clock or whatever you set can be displayed instead of the mouse arrow icon. But when you are over the TextField, then the busy cursor is displayed and over the busy cursor the additional "text input cursor" is displayed.
    1) Is it possible to get rid of that "text cursor" in the case when busy cursor is activated ? That means show only busy cursor like in other cases.
    2) Is it possible to override CursorManager ? As I did not found any events in the interface.
    Or what could be the solution to this ?
    I did not found any solution like this anywhere. I know how to set my own icon to the cursor, how to start and stop busy cursor manually. But how to override adding the text cursor to the scene only for the case when busy cursor is started and the Service is loading the items from backend and you are over some text component?
    thanks
    regards
    Michal.

    No, it's not mobile app.
    I use SDK 4.5.0
    By text components I mean TextInput for example, but it happens at all the places where "text cursor" is displayed.
    You can check the behavior in the following blog article, when you try the first example and press Toggle button to activate busy cursor and hover the text below. This is exactly what I want to avoid. Two cursors displayed. I don't know what is the version used in the article, but the same happens in 4.5.0
    http://www.flex-blog.com/set-busy-cursor-using-the-cursormanager/
    regards
    Michal.

  • How can I get someone to answer the phone? I'm ready to give VERIZON my business. I sat on the phone for over 20 minutes only to be transferred to "Sales." I then sat on the phone for another 15 minutes!!!! I finally hung up.

    How can I get someone to answer the phone? I'm ready to give VERIZON my business. I sat on the phone for over 20 minutes only to be transferred to "Sales." I then sat on the phone for another 15 minutes!!!! I finally hung up.

    It takes an enormous amount of patience and time to get through to a qualified person.
    My Samsung S5 was locked out and needed a factory reset. Including attempts to achieve this locally, it took over an hour before my problem was even addressed.
    You may be interested in my journey to a very good technical support person.
    First I called the local sales person who had given me his personal business card with the friendly advice to call me with any questions. No answer at about 8:30 am when the business was open. His voice mailbox was full.
    Then I called the local store where I had purchased the phone. The person who answered the phone had learned all the proper stock phrases, but was not familiar with the issue, stated that there were no customers in the store, and I should go there in about an hour when there would be more staff. He suggested dialing *411 from my phone (which was locked). Then he gave me a number to call Verizon, which he had to look up, and it took a minute or so. The number was (removed). That is an internal number for employees and contractors and requires a code to access, obviously not designed for customers' use. He finally cut me off by stating that there were a number of customers in line waiting for his attention!
    After researching all my papers I found 800-922-0204 on my bill. The automated message suggested a hold time of 5 minutes, it took 20 minutes for a Customer Service Representative to pick up, and then I was referred to technical assistance. The hold time was announced to take 5 minutes, after 12 minutes I finally was connected.
    Fortunately I had my computer set up for Skype on a loudspeaker, and was able to do some other paperwork while waiting.
    Persistence was rewarded by having the good fortune to be connected to a very experienced, qualified and patient technical support staff with the name of Thomas (removed). He solved my problem, answered my questions during the process of resetting the phone, and gave an example of courteous and kind customer service that I had never experienced before when dealing with any major internet company.
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Edited by:  Verizon Moderator

  • HT4437 I want to develop a software with AirPaly service for business things. How can I get the permission from Apple?

    I want to develop a software with AirPaly service for business things. How can I get the permission from Apple?
    This one is used in Windows laptop, and I want it support AirPlay service, but Apple doesn't publish the AirPlay protocol.
    Many thanks.

    Create a developer account, then access he developers forums and see if you can find the information that way 
    The other option would be to simply contact Apple directly.

  • How can I get the cursor's position in a opened file and display a menu?

    Hello,
    I want to make a program by which I will be able to display a panel/pops up menu at the corsor's current position, (In any text/doc file or in the desktop, we can display a menu by right click of the mouse.) Now I want my program to do the same task.
    More clearly-
    1. First I would save some words or sentences in a file(aa.txt).
    2. Then I would open another text file/ a word/ excel/ or any other editor( bb.txt / cc.doc / dd.xls / ee.html ).
    3. While editing or writing something in the opened file, if I click the right mouse button/ press a key (ctrl+space), a menu will appear containing the sentences I saved in the file(aa.txt) previously.
    My program will tell me the cursor's position in bb.txt / cc.doc / dd.xls / ee.html that i opened. And display a menu. my problem is not reading / writing in a file.
    My problem is how can I get the cursor's position in a opened file display a menu at that position by a mouse/key action*.
    Would you please help me on this regard.
    Thanks

    DrClap wrote:
    I think the OP wants to start up an application like MS Word and then operate it from a Java program.Doesn't The Monkey's Paw do that? What a second, according to Wikipedia:
    [http://en.wikipedia.org/wiki/The_Monkey%27s_Paw]
    <quote>
    ...the paw of a dead monkey is a talisman that grants its possessor three wishes, but the wishes come with an enormous price.
    The moral of the story is contained in this description of the paw: "It had a spell put on it by an old fakir," said the sergeant-major, "a very holy man. He wanted to show that fate ruled people's lives, and that those who interfered with it did so to their sorrow."
    </quote>
    So I guess that a non-sequitor ... or is it?

Maybe you are looking for

  • IMac 21" late 09: Slow, screen flickering/tearing and odd behavior - the problem that puzzles everyone

    PLEASE HELP! My iMac 21" late -09, started acting a bit wierd a year ago. Things got worse rapidly, it got slower, the screen flickers/tears (see link below), short moments of lost internet connection, lost connection whit the keyboard (might be keyb

  • User Defined Function Missing In EF 6?

    I'm using Entity Framework 6 and I have imported several user-defined functions like the one shown below, but it doesn't appear when I try to select the function in intellisense and the model doesn't recognize this function as a method on the EF cont

  • PROCESS CODE IN RECEIVING SYSTEM

    Dear gurus, What is the process code in receving system in ALE. should we create a new process code or select the process code from exists. advise please. Cheers, R.Rajendran

  • Preferred Hardware Plattform for  Linux RAC Cluster

    What ist the preferred Hardware Platform for using LINUX with Oracle RAC - Cluster solution ? What do you prefer Suse or Redhat ? Is there a tested Hardware Environment from Oracle Support ? Thanks

  • NFC lost after updating BB 10 MR OS

       hi , I'm using BlackBerry Q5.  Yesterday I got update for maintenance release and I updated the os OTA. After the update , NFC option is missing in my network connections tab.  I thought my update was clean.  But today while transferring file I no