Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [View] "working" or "busy" indicator

From: reboler::programmer::net at: 15-Feb-2002 13:37

Is there a predefined way to call the network "Busy" indicator in View? Can't find anything in the View Docs. Or, does anyone have an object or function to share that would work as a "working..." indicator? I would just add something like "busy-function/start" to the beginning of a function, and "busy-function/end" to the end? Or can you REBOL Gurus show me a way to detect when a function is called? pseudo-code: sensor active? my-function [show busy-indicator] If not, I think I could whip one up with a 'progress, but I'd rather have something like the cool spinning "R" thingy.