You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to REBOL
Hi all,
I just discovered the "anim" function: it's great!!!
It works with any image file type!
For example:
Rebol[]
view layout [
anim rate 10 frames [ %./bay.jpg %./rebologo2.gif]
]
My question is: how can create a button to activate or pause the
animation?
Thank you all
Max
Gregg
unread,
Jan 21, 2009, 4:05:52 PM1/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to REBOL
You can see the source for the style by doing:
probe get-style 'anim
I would guess you can pause it by setting the rate to none and doing a
'show on the face. If that doesn't work, ask on the ML as not many
people watch here.