Images within lists

Ivers, Doug E Doug_Ivers at lord.com
Mon Dec 23 12:04:01 EST 2002


Is this how Rev does the little icons and checkboxes in the expanded Application View?


-- D


> -----Original Message-----
> From: Howard Bornstein [mailto:bornstein at designeq.com]
> Sent: Wednesday, December 18, 2002 10:53 PM
> To: use-revolution at lists.runrev.com
> Subject: Re: Images within lists
> 
> 
> >So, I might use this as I would change, say, forgroundColor 
> of a char, 
> >except this applies to only one char?
> 
> Yes, you set it like any other property and yes, it only 
> applies to one 
> character.
> 
> If you had a field that had these characters in it:
> 
> ABCDEFGH
> 
> and said
> 
> set the ImageSource of char 3 of fld 1 to "arrow"
> 
> then the character C in this field would be replaced by an 
> image named 
> "arrow". Depending on how big the image was, text around the 
> image would 
> be shifted to make room for the image.
> 
> The character "C" is still there, but hidden by the image. To get the 
> character back you'd say:
> 
> set the imageSource of char 3 of fld 1 to empty
> 
> Regards,
> 
> Howard Bornstein
> ____________________
> D E S I G N  E Q
> www.designeq.com
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 



More information about the use-livecode mailing list