Re: Set the fillGradient

2016-09-05 Thread Alejandro Tejada
quot;Blue MasterChip" set the fillGradient of target to the fillGradient of grc "Blue MasterChip" set the loc of target to tStartLoc end mouseDown ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: Set the fillGradient ....

2016-09-02 Thread Randy Hengst
; the grc to be changed: >> >> on mouseDown >> local tStartLoc >> put the loc of target into tStartLoc >> set the loc of target to the loc of grc "Blue MasterChip" >> set the fillGradient of target to the fillGradient of grc "Blue Mas

Re: Set the fillGradient ....

2016-09-01 Thread Scott Morrow
f the a grc master with > the fill gradient I want to match… in this example, the script is in the grc > to be changed: > > on mouseDown > local tStartLoc > put the loc of target into tStartLoc > set the loc of target to the loc of grc "Blue MasterChip" > set the fil

Re: Set the fillGradient ....

2016-09-01 Thread Sannyasin Brahmanathaswami
p...@researchware.com> wrote: … It would be a real asset (IMHO) to be able to refer to the position of object in a group relative to the topLeft of the group being 0,0. My vote for that! Perhaps an enhancement request can be submitted? These are the kind functions we really need for

Re: Set the fillGradient ....

2016-09-01 Thread Paul Dupuis
On 9/1/2016 12:00 PM, Richard Gaskin wrote: > I don't believe we have any functions or other language elements that > use object-local coordinates, but if we did what should those look like? The other main area where object-local coordinates come up frequently is with groups. It would be a real

Re: Set the fillGradient ....

2016-09-01 Thread Richard Gaskin
want to match… in this >> example, the script is in the grc to be changed: >> >> on mouseDown >> local tStartLoc >> put the loc of target into tStartLoc >> set the loc of target to the loc of grc "Blue MasterChip" >> set the fillGradien

Re: Set the fillGradient ....

2016-09-01 Thread Randy Hengst
to match… in this example, the script is in >> the grc to be changed: >> >> on mouseDown >> local tStartLoc >> put the loc of target into tStartLoc >> set the loc of target to the loc of grc "Blue MasterChip" >> set the fillGradient of target to th

Re: Set the fillGradient ....

2016-09-01 Thread Roger Guay
size and position of the a grc master with > the fill gradient I want to match… in this example, the script is in the grc > to be changed: > > on mouseDown > local tStartLoc > put the loc of target into tStartLoc > set the loc of target to the loc of grc "Blue Ma

Re: Set the fillGradient ....

2016-09-01 Thread Randy Hengst
of target into tStartLoc set the loc of target to the loc of grc "Blue MasterChip" set the fillGradient of target to the fillGradient of grc "Blue MasterChip" set the loc of target to tStartLoc end mouseDown > On Aug 31, 2016, at 9:10 PM, Roger Guay <i..

Re: Set the fillGradient ....

2016-08-31 Thread Roger Guay
.com> wrote: >> >> Why does this not work? >> >> Set the fillGradient of grc “noGradientYet" to the fillGradient of grc >> “NiceGradient”. >> >> Something happens . . . indeed the object browser seems to show that they >> have t

Re: Set the fillGradient ....

2016-08-31 Thread Scott Rossi
Is the noGradientYet graphic opaque? Scott Rossi Creative Director Tactile Media UX/UI Design > On Aug 31, 2016, at 6:43 PM, Roger Guay <i...@mac.com> wrote: > > Why does this not work? > > Set the fillGradient of grc “noGradientYet" to the fillGradien

Set the fillGradient ....

2016-08-31 Thread Roger Guay
Why does this not work? Set the fillGradient of grc “noGradientYet" to the fillGradient of grc “NiceGradient”. Something happens . . . indeed the object browser seems to show that they have the same gradient, yet they don’t! Probably something simple, again. LC 8.0.2 and Mac T