On Thu, 30 Dec 2004 20:46:07 +0000, Steve Kirkby
<zplfg74s at today dot plus dot com> wrote:
> I can't get my ChasingArrows1 to work properly. I have a Pushbutton which
> when pressed runs some code involving a For-Next Loop. I want ChasingArrows1
> to appear just before the Loop starts, to animate while the Loop runs, and
> to disappear just after the Loop has ended. Not rocket science I am sure.
I think the for-next loop is probably keeping your UI from getting a
chance to update. You may want to take a look at Threads for a way to
let your UI update while you are doing other work. As for
ChasingArrows themselves, basically they will spin when they are
visible. You just show them when you want them to spin and hide them
when you are done.
--
REALbasic database options: http://sqlabs.net
REALbasic news and tips: http://rbgazette.com
KidzMail & KidzLog: http://haranbanjo.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|