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

Gel doesn't seem to work ..?

 [1/6] from: ronaldoff::free::fr at: 1-Apr-2003 0:42


Hello rebol-list, I just tried gel.r and nothing happens when I change the effect. What's wrong ? Did I miss something ?? -- Best regards, ronaldoff

 [2/6] from: greggirwin:mindspring at: 31-Mar-2003 21:01


Hi ronaldoff, r> I just tried gel.r and nothing happens when I change the effect. r> What's wrong ? Did I miss something ?? What version of View are you running? I think the old gel code may not work with the new View. Not sure. Pipeline effects changed slightly. -- Gregg

 [3/6] from: ronaldoff:free at: 1-Apr-2003 8:19


Hello Gregg, Tuesday, April 01, 2003, 6:01:35 AM, you wrote: GI> Hi ronaldoff, r>> I just tried gel.r and nothing happens when I change the effect. r>> What's wrong ? Did I miss something ?? GI> What version of View are you running? I think the old gel code may not GI> work with the new View. Not sure. Pipeline effects changed slightly. GI> -- Gregg I'm using view 1.2.8.3.1, and effectively, it works on older version. It should be written in the script itself ! How could I make it work under 1.2.8.3.1 ? Thanks Gregg for your answer ! -- Best regards, Ronald GRUSS

 [4/6] from: antonr:iinet:au at: 1-Apr-2003 16:50


Probably have to add merge to the head of the effect block. Anton.

 [5/6] from: antonr:iinet:au at: 1-Apr-2003 16:53


Indeed. Find this line: foreach e effects [append/only rota/data form e] change to: foreach e effects [insert e 'merge append/only rota/data form e] Anton.

 [6/6] from: ronaldoff:free at: 1-Apr-2003 10:22


Hello Anton, Tuesday, April 01, 2003, 8:53:08 AM, you wrote: A> Indeed. Find this line: A> foreach e effects [append/only rota/data form e] A> change to: A> foreach e effects [insert e 'merge append/only rota/data form e] A> Anton.
>> Hello Gregg, >>
<<quoted lines omitted: 23>>
>> >> Ronald GRUSS
Yes It works, thanks to all of you guys !! Stay rebolish -- Best regards, Ronald GRUSS

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted