progress bar

Klaus Major k_major at osnabrueck.netsurf.de
Mon Apr 8 13:35:01 EDT 2002


Bonsoir Yves,

>
> ...
> Dear klaus,
>
> Try this :

no, i won't ;-)

But you should try this:

> on mouseUp
>   put the number of cds of this stack into tcards
>   put the long name of sb "le_progresse" of cd 1 of stack "B" into 
> le_prog
>   set the endvalue of le_prog to tcards
>   palette "B"
>   repeat with x = 1 to tcards
>     set cursor to busy
>     set the thumbpos of le_prog to x

#####!!!!!  go cd x ###not necessary

>     put return & fld "test"  of cd i after myVar
###!!!!! OF CD I :-)

>     wait 1 sec --just to see what happens !
## Yes, MC is too fast :-)

>   end repeat
> ####  go cd 1 ### no more necessary
>   filter myVar with "*?"
>   close stack "B"
>   answer myVar
> end mouseUp


> So I want something that
> 1) show the progression of stack B
> 2) doesn't show the progression from card to card in stack A
>
> is it possible ?
>
> thanks.
> -- Greetings.
> Yves COPPE

Sure, see above

Au revoir

Klaus




More information about the use-livecode mailing list