Re: setting bordercolor of images in group

2011-04-19 Thread J. Landman Gay
On 4/19/11 9:23 AM, Klaus on-rev wrote: Hi Richard, Bug #3158: borderColor property has no affect for images, yet setting the borderColor of a card containing an image results in colored image border Yep, found it and added a comment. That lim

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi Richard > Klaus wrote: >>> Bug #3158: >>> borderColor property has no affect for images, yet setting the borderColor >>> of a card containing an image results in colored image border >>> >> Yep, found it and added a comment. >> That limitation d

Re: setting bordercolor of images in group

2011-04-19 Thread Richard Gaskin
Klaus wrote: Bug #3158: borderColor property has no affect for images, yet setting the borderColor of a card containing an image results in colored image border Yep, found it and added a comment. That limitation does not make any sense :-) I

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi Richard, > Bug #3158: > > borderColor property has no affect for images, yet setting the borderColor of > a card containing an image results in colored image border > Yep, found it and added a comment. That limitation does not make any sense :

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi Wolfgang, > Hallo Klaus, > > a workaround may be: > on dragenter > ... > if the short name of the owner of the target is not "g1" then >do "group" && the long id of the target >set the name of the owner of the target to "g1" >end if >set the bordercolor of the owner

Re: setting bordercolor of images in group

2011-04-19 Thread Richard Gaskin
Bug #3158: borderColor property has no affect for images, yet setting the borderColor of a card containing an image results in colored image border -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com W

Re: setting bordercolor of images in group

2011-04-19 Thread G. Wolfgang Gaich
Hallo Klaus, a workaround may be: on dragenter ... if the short name of the owner of the target is not "g1" then do "group" && the long id of the target set the name of the owner of the target to "g1" end if set the bordercolor of the owner of the target to 255,255

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi all, Am 19.04.2011 um 14:48 schrieb Klaus on-rev: > Hi all, > > I am sure I am missing somehting, but don't know waht!? > > 1. I have some grouped images with showborder = true > 2. I set the bordercolor of the group to grey. > Setting the bodercolor of the images themselves does not work!!!

setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi all, I am sure I am missing somehting, but don't know waht!? 1. I have some grouped images with showborder = true 2. I set the bordercolor of the group to grey. Setting the bodercolor of the images themselves does not work!!!??? 3. Now I wanted to change the bordercolor "on dragenter" 4. Can't