Hi Carl, I tried using glass on amiga this week-end and it works although x-tremely slow on a 50MHz A1200 ... but I also noticed that the view system thinks the window does not have borders, so it draws gfx UNDER the window edges...
!! -MAx ----- Original Message ----- From: "Carl Read" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 7:27 PM Subject: [REBOL] Re: how to resize a backdrop > there some cross-platform issues here? Or perhaps a bug in Amiga > View? The gradient should end up filling the whole of the window, > shouldn't it? > > > Enjoy!! > > Ammon > > > ---- Original Message ----- > > From: "Anton Rolls" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, November 14, 2001 9:38 PM > > Subject: [REBOL] how to resize a backdrop > > > >> I have figured out a method to make the > >> backdrop resize. I believe there must > >> be a better way to increase the size > >> of the clip region and refresh, but I am > >> using WAIT here: > > >> rebol [] > > >> view/new lay: layout [size 200x200 bd: backdrop blue effect > >> [gradient]] > > >> lay/size: lay/size + 40x40 > >> show lay > > >> wait 4 ; not necessary - just for demo > > >> bd/size: bd/size + 40x40 > >> show bd > > >> wait 0 ; a WAIT here is necessary > > >> wait none ; wait for user to press close > > -- > Carl Read > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
