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
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
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
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:
> >>&
>
>>> 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
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
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
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
>>>
;
>> 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
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:
> &
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
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
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
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
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
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
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
17 matches
Mail list logo