[futurebasic] Re: [FB] re:Animated Cursor

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2002 : Group Archive : Group : All Groups

From: Bowerbird@...
Date: Wed, 27 Feb 2002 04:46:28 EST
alain said:
>   I don't know if it is a good advice, but perhaps animated cursor
>   could be realized with a time task, like in the program below

what is this?, a 3-screenful source code that animates a cursor?
isn't there a one-line keyword command to do this?

maybe there's something i'm missing.
probably.  even still,
sometimes i worry about you, alain...           :?)

***

steve said:
>   The following code will 
>   display an animated watch cursor 
>   while 3,600 edit fields are loaded.

it is cruel and unusual to
make users wait for that.

i vote instead for doing the loading 
during the splash, and on null events.

for times when even that's not fast enough,
set regions where the edit fields will be,
and have any user-click in a region
create its corresponding edit field,
a trick mentioned before here on the list...

-bowerbird