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

[REBOL] Re: Extending button images.

From: joel:neely:fedex at: 28-May-2001 19:49

Hey, guys! Same on RedHat 7.1... See below. Allen Kamp wrote:
> ----- Original Message ----- > From: "Larry Palmiter" <[larry--ecotope--com]> > > Hi Carl > > > > Seems to work OK on Win98 for the first five buttons. > > The sixth one is like a thermometer with a bulb on the > > far right, don't know what it is supposed > > to look like. > > > > -Larry > > Same results as Larry, for me on Win2000. >
Lemme guess? The extra trick in the last one image 200x38 img effect [extend 3x0] extends by rendering up to the third pixel column of the image on the left, then duplicating that column as many times as required, then rendering the rest of the image on the right. Alternately stated, "crack" the image at the specified column, left-justify the left part, right-justify the right part, and fill in the gap by duplicating the specified column. -jn- ------------------------------------------------------------ Programming languages: compact, powerful, simple ... Pick any two! joel'dot'neely'at'fedex'dot'com