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

layout's images in new view beta

 [1/3] from: anton:lexicon at: 18-May-2002 21:30


Hey RT, check this out ! REBOL/View 1.2.5.3.1 6-May-2002
>> images: reduce [make image! 2x2 make image! 3x3]
== [make image! [2x2 #{000000000000000000000000}] make image! [3x3 #{ 000000000000000000000000000000000000000000000000000000}]]
>> length? images
== 2
>> layout [image images/1] >> length? images
== 1
>> images
== [make image! [2x2 #{000000000000000000000000}]] Regards, Anton.

 [2/3] from: rotenca:telvia:it at: 18-May-2002 15:54


Hi Anton,
>> layout [image images/1] >> length? images
== 1
>> images
== [make image! [2x2 #{000000000000000000000000}]] Here it is the RT error: svv/grow-facets: func[new args /local pairs texts colors files blocks tmp] should be: svv/grow-facets: func[new args /local pairs texts colors files blocks tmp images] (local 'images forgot) You should send it to feedback. Ciao Romano

 [3/3] from: anton::lexicon::net at: 19-May-2002 15:15


Good work Romano. I have sent the your correction to feedback. Anton.