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

[REBOL] Re: Zilch

From: davidegessi::tin::it at: 26-May-2003 2:10

>Here's a general way to locate a face that is over >a certain width: > >;lay: layout [...] >foreach f lay/pane [if 450 < pick (f/offset + f/size) 1 [print [f/size >f/offset f/style f/text]]] > >Anton.
Thanks, I've missed origin keyword. Now the layout is ok. Incredible, but it works on BeOS too (well, better say it don't frezee too often) In BeOS there's a bug in refreshing button caption: view layout [b: button "X" button "change" [b/text: "Y" show b]] pressing "change" does not change the caption of first button. Rebol in BeOS now isn't really usable, I hope that it will be fully supported in Zeta. Ciao Davide