Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-13 Thread AcidJazz
Thanks Devin. I've been off the grid for a bit, or would have thanked you sooner. Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Nice-Leonardo-da-Vinci-Bezier-just-a-click-away-tp3984964p4037719.html Sent from the Revolution - User mailing list archive at N

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread Michael Kristensen
on mouseUp lock screen repeat with i = 4 down to 1 delete grc i end repeat end mouseUp Michael Den 04/11/2011 kl. 16.55 skrev use-livecode-requ...@lists.runrev.com: > > > this is a cool demonstration of points in Livecode. > > One question - how does one *clear* the window of t

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread Devin Asay
Mark, Just select the new custom property, click in the field at the bottom, and paste. That's it. Alternatively, paste the points into a field, then use the message box: set the leoPoints of btn "leoButton" to field "thefieldwiththepoints" Devin On Nov 3, 2011, at 10:29 AM, AcidJazz wrot

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread AcidJazz
Hi. Can you tell me (briefly) how to get those points into a customproperty? The lessons.runrev.com site is down. I've got the property window open, and it was easy to create a new property called LeoPoints, but I'm not sure how to get the actual points into that new property. I expected a but

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread Alejandro Tejada
Hi Michael, Really nice script! :-D You will find interesting too these experiments with vector graphics: http://www.jamesphurley.com/jhurleyFolder/BezierLine.rev http://andregarzia.on-rev.com/alejandro/stacks/newPentoolScript_v02.zip Keep Up your great work! Al -- View this message in contex

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread stephen barncard
this is a cool demonstration of points in Livecode. One question - how does one *clear* the window of the bezier drawing? On 3 November 2011 04:16, René Micout wrote: > YES !!! > A 1200 x 1200 window is necessary > Bon souvenir de Paris > René > > Le 3 nov. 2011 à 11:25, Michael Kristensen a éc

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread Peter M. Brigham, MD
On Nov 3, 2011, at 4:26 PM, stephen barncard wrote: > Answering my own dumb question: > > on deleteAllGrcs > > put the number of grcs in cd 1 of stack "leo" into ngcs > > repeat with n = ngcs down to 1 > >delete grc n of cd 1 of stack "leo" > > end repeat > > end d

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-04 Thread stephen barncard
Answering my own dumb question: on deleteAllGrcs put the number of grcs in cd 1 of stack "leo" into ngcs repeat with n = ngcs down to 1 delete grc n of cd 1 of stack "leo" end repeat end deleteAllGrcs the "down to" form is used in the loop is as I am using "the

Re: Nice Leonardo da Vinci Bezier, just a click away

2011-11-03 Thread René Micout
YES !!! A 1200 x 1200 window is necessary Bon souvenir de Paris René Le 3 nov. 2011 à 11:25, Michael Kristensen a écrit : > Hi there > > Here is a nice Leonardo da Vinci Bezier, just a click away ___ use-livecode mailing list use-livecode@lists.runrev