Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re(2): Hiding self in Rebol/View - show?: false

From: gjones05:mail:orion at: 7-Feb-2001 3:48

Anton wrote:
> But this doesn't work: > view layout [b: button 100x100 [b/show?: false show b]] > > so I'm confused. > Is the face to hide within the button 'b somewhere? > > Anton. > > > Or you can set the > > face/show?: false ,to hide the face without having to resize it. > > > > Cheers, > > > > Allen K > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
Hi, Anton, I suspect that Allen meant something more like: view l: layout [b: button [b/show?: false unview/all view l]] Hope this does the trick. --Scott