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

[REBOL] New REBOL/View 2 Re:(2)

From: allen:rebolforces at: 17-Sep-2000 1:51

----- Original Message ----- From: <[trobrock--crosswinds--net]> To: <[list--rebol--com]> Sent: Sunday, September 17, 2000 1:15 AM Subject: [REBOL] New REBOL/View Re: 2
> I mean version: 0.10.33.3.1 with VID
The new styles are used in the new demos in the test directory. vidtest.r shows nearly everything. There are no new docs yet. But this old post from Carl might help, as it lists almost all of the VID styles. Cheers, Allen K ----- Original Message ----- From: <[carl--rebol--com]> To: <[ally--rebol--com]> Sent: Saturday, August 19, 2000 6:54 AM Subject: [ALLY] Notice: Prepare for VID B5 Changes
> Dear REBOL/View/VID Users: > > A change to VID for REBOL/View Beta 5.0 will break some of your VID
scripts.
> The change is in the stylize function. > > Rather than using a unique dialect for style specification, stylize will
take style names and facets in the same format as a layout. This will make it easier to remember how to create styles, since they will be done in the same way as layouts. For example:
> sheet: stylize [ > btxt: text bold > rtxt: text bold right red > gbar: box effect [gradient 200.0.0 0.0.0] > btn32: button 100x40 font [size: 32] > btn2: button with [feel: new-feel] > ] > > This will create the btxt, rtxt, gbar, and btn32 styles for use in any
layout. Note the general face spec in the last example using the WITH word. This is the same as a layout.