Anybody have a good reason why this doesn't work? And can they give a working example? REBOL [] if not exists? %bay.jpg [ write/binary %bay.jpg read/binary http://www.rebol.com/view/bay.jpg ] mystyle: stylize [ picbutton: button [ image: load %bay.jpg effect: [fit blur colorize 200.200.200] ] ] view layout [ styles mystyle picbutton "Quit" [quit] ] +-------------------- John Schuhr [EMAIL PROTECTED] +--------------------___________________________________________________________ Get more from your time online. FREE MSN Explorer download : http://explorer.msn.com -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
