Re: Polygons

2021-04-05 Thread Richmond Mathewson via use-livecode
lse. > > Is this a bug? > > My work around is two polygons one underneath (filled) and the other on > top (with lines) > > You could just draw lines between the points that need them, using a > polygon as a line. I have tried this and it does not impact performan

Re: Polygons

2021-04-05 Thread Terence Heaford via use-livecode
I also have concluded this. If you miss out lines the opaque setting is irrelevant, it functions as being false. Is this a bug? My work around is two polygons one underneath (filled) and the other on top (with lines) You could just draw lines between the points that need them, using a

Re: Polygons

2021-04-04 Thread J. Landman Gay via use-livecode
gt;> >> >>> On 4 Apr 2021, at 15:39, Ian McKnight via use-livecode < >> use-livecode@lists.runrev.com> wrote: >>> >>> By a space I mean a blank line! >>> Ian >>> >>> On Sun, 4 Apr 2021 at 15:39, Ian McKnight > <mailto:iangm

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
the side lines missing and is filled > with > >> a colour. > >> > >> Regards > >> > >> Terry > >> > >> > >>> On 4 Apr 2021, at 15:39, Ian McKnight via use-livecode < > >> use-livecode@lists.runrev.com> wrote: > >>&

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
> >>> By a space I mean a blank line! >>> Ian >>> >>> On Sun, 4 Apr 2021 at 15:39, Ian McKnight > <mailto:iangmckni...@gmail.com>> wrote: >>> >>>> Hi >>>> Put a space in-between the points where you want the lin

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
Thanks for your example. I am basic filling underneath a line chart to make an area chart but the closing lines to the x-Axis do not have a line. I concluded to draw a polygon twice once with fill and no lines, filled to the x-Axis and overlay it with a similar polygon but not starting/finishin

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
ce in-between the points where you want the line in not be > >> drawn. The shape is still constructed but with missing sides. > >> > >> Ian > >> > >> On Sun, 4 Apr 2021 at 15:02, Terence Heaford via use-livecode < > >> use-livecode@list

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
wrote: >> >>> Thanks for that, clearly understood. >>> >>> To expand on the original question. If you have a hexagon, is it >>> possible to only draw lines on sides 1,3,5,6 and no lines on sides 2,4. >>> >>> Thanks Terry >>>

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
; >> Thanks Terry >> >> > On 4 Apr 2021, at 12:43, Ian McKnight via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> > >> > Yes. Polygons use a list of 4 points to describe a triangle. The first >> and >> > last are the

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
t; To expand on the original question. If you have a hexagon, is it possible > to only draw lines on sides 1,3,5,6 and no lines on sides 2,4. > > Thanks Terry > > > On 4 Apr 2021, at 12:43, Ian McKnight via use-livecode < > use-livecode@lists.runrev.com> wrote: > &

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
Thanks for that, clearly understood. To expand on the original question. If you have a hexagon, is it possible to only draw lines on sides 1,3,5,6 and no lines on sides 2,4. Thanks Terry > On 4 Apr 2021, at 12:43, Ian McKnight via use-livecode > wrote: > > Yes. Polygons use

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
Yes. Polygons use a list of 4 points to describe a triangle. The first and last are the co-ords of the same vertex to ensure closure. If the last point is left out then the line between the last vertex and the first vertex is not drawn. So make sure that your list of points doesn't begin wit

Polygons

2021-04-04 Thread Terence Heaford via use-livecode
If I draw a shape using a polygon, as an example assume a right angled triangle. Is it possible to hide the line between the points that make up the hypotenuse? Thanks Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: Bug with polygons

2019-03-01 Thread hh via use-livecode
Yes. I have it too here, in LC 9.0.2 and LC 8.1.10. Did you already report the bug? Currently we could use as a workaround to disable the graphic, from the message box, for simple scenarios. And set the foreColor of it to have a full color. > Michael K. wrote: > Non-Opaque polygons blo

Bug with polygons

2019-03-01 Thread Michael Kristensen via use-livecode
Hi there Mac, Livecode 9.02 Non-Opaque polygons block the mouse click, when their lineSize is greater than 9. (This figure varies) You can test the bug in this little stack. https://www.dropbox.com/s/7rsa9qo7fi1295e/Polygon%20Bug.zip?dl=0 Michael

Re: Anyone break Regular Polygons?

2012-02-20 Thread Ben Rubinstein
I'm not convinced that you broke it, Ken. If you did, I want to know how you got into my office... I ran into approximately this problem the other day. I think that there are two things going on here. The less important is that at some point the default number of sides for the polygon object

Anyone break Regular Polygons?

2012-02-20 Thread Ken Corey
Hi All, I thought to myself "I could use a Regular Polygon here..." So I clicked on the diamond shape in the toolbox, and started to draw one on my card. It defaulted to 12 sides, about 8 more than I wanted. Once I let go of the mouse button, the Regular Polygon was deselected, and the ope