Setting a 'wait' cursor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Greg Smith

    Setting a 'wait' cursor

    I would like to set an hourglass style cursor during long operations like
    sql data retrieval. I this do-able?

    Any help is greatly appreciated.


  • Alexey Smirnov

    #2
    Re: Setting a 'wait' cursor

    On Apr 19, 8:54 pm, "Greg Smith" <g...@umn.eduwr ote:
    I would like to set an hourglass style cursor during long operations like
    sql data retrieval. I this do-able?
    No. But you can display a "please wait..." message



    Comment

    • Alexey Smirnov

      #3
      Re: Setting a 'wait' cursor

      On Apr 19, 9:10 pm, Alexey Smirnov <alexey.smir... @gmail.comwrote :
      On Apr 19, 8:54 pm, "Greg Smith" <g...@umn.eduwr ote:
      >
      I would like to set an hourglass style cursor during long operations like
      sql data retrieval. I this do-able?
      >
      No. But you can display a "please wait..." message
      >
      http://groups.google.com/group/micro...framework.aspn...
      Actually, I forgot, you can change a cursor via CSS (cursor: wait) but
      I don't think it helps. Use a "please wait..." behavior

      Comment

      • carion1

        #4
        Re: Setting a 'wait' cursor

        Ajax.



        On Apr 19, 1:54 pm, "Greg Smith" <g...@umn.eduwr ote:
        I would like to set an hourglass style cursor during long operations like
        sql data retrieval. I this do-able?
        >
        Any help is greatly appreciated.

        Comment

        Working...