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

Rebol/View 1.3 Crash

 [1/5] from: pwawood::gmail::com at: 13-Mar-2007 18:13


I've found that the following simple example crashes Rebol/View 1.3. view layout [ box 100x100 effect [ draw [ pen white black line 0x0 100x100 ] ] ] Has anybody else experienced the same? (I haven't been able to check RAMBO). Regards Peter

 [2/5] from: moliad:aei:ca at: 13-Mar-2007 10:53


yep, AFAIK 'PEN can only have more than one color spec if line-pattern is also used. -MAx Peter Wood wrote:

 [3/5] from: gabriele:colellachiara at: 14-Mar-2007 11:16


Hi Peter, On Tuesday, March 13, 2007, 11:13:13 AM, you wrote: PW> view layout [ PW> box 100x100 effect [ PW> draw [ PW> pen white black PW> line 0x0 100x100 PW> ] PW> ] PW> ] Seems to crash 2.7.5 too, so we should remember to add it to RAMBO if it's not there already, when it's back up. Regards, Gabriele. -- Gabriele Santilli <gabriele-rebol.com> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/

 [4/5] from: anton:wilddsl:au at: 15-Mar-2007 1:09


I've come across this one too. I am pretty sure this was already in the database. Anton.

 [5/5] from: pwawood:gm:ail at: 15-Mar-2007 11:35


Hi Gabriele Now that RAMBO is back up, I checked and the bug has been submitted by Cyphre (#4040). Regards Peter On Wednesday, March 14, 2007, at 06:16 pm, Gabriele Santilli wrote: