Fri, Jun 21, 2019 9:29 am
Subject: Re: Help with drawing in LiveCode...
On 6/20/2019 11:34 PM, dunbarx--- via use-livecode wrote:
I implemented a fairly complex drawing module to a stack we use all the time.
It isn't CAD, but it looks like it, albeit rather less professional looking
than, say
the handler I posted earlier? It is a good start.
Craig
-Original Message-
From: Paul Dupuis via use-livecode
To: use-livecode
Cc: Paul Dupuis
Sent: Fri, Jun 21, 2019 9:29 am
Subject: Re: Help with drawing in LiveCode...
On 6/20/2019 11:34 PM, dunbarx--- via use-livecode wrote:
>
http://forums.livecode.com/viewtopic.php?p=139080#p139080
> > hh wrote:
> > Here is a very simple drawing stack made once for testing the
> > HTML5 standalone builder.
> >
> > http://hyperhh.de/html5/krikelKrakel2a-8.0.2X.html
> >
> Paul D. wrote:
> That could be a helpful example. Thank you, but
On 6/20/2019 11:34 PM, dunbarx--- via use-livecode wrote:
I implemented a fairly complex drawing module to a stack we use all the time.
It isn't CAD, but it looks like it, albeit rather less professional looking
than, say, AutoCad or SoldWorks would produce.
We send these drawings out daily to
On 6/21/2019 4:54 AM, hh via use-livecode wrote:
Here is a very simple drawing stack made once for testing the
HTML5 standalone builder.
http://hyperhh.de/html5/krikelKrakel2a-8.0.2X.html
That could be a helpful example. Thank you, but how do I download the
actual stack?
___
Here is a very simple drawing stack made once for testing the
HTML5 standalone builder.
http://hyperhh.de/html5/krikelKrakel2a-8.0.2X.html
> Paul D. wrote:
> ... need a sample drawing stack ...
> Not a paint stack, but one that uses graphic objects.
_
st have to change some of the
built-in rules.
Craig
-Original Message-
From: hh via use-livecode
To: use-livecode
Cc: hh
Sent: Thu, Jun 20, 2019 9:21 pm
Subject: Re: Help with drawing in LiveCode...
One of my "early LC works (2014)" may be (partially) what
you are looking for:
One of my "early LC works (2014)" may be (partially) what
you are looking for:
Raspberry Pi stacks collection #30 = SmoothDraw4.livecode
http://forums.livecode.com/viewtopic.php?p=104113#p104113
> Paul D. wrote:
> Thank you, but I have realized what I need a tutorial or
> - even better - a sampl
On 6/20/2019 3:02 PM, dunbarxx via use-livecode wrote:
Hi.
Untested, but this is kluge time.
Something like this in the card script, though I bet it can be made cleaner
and more robust:
on mouseLeave
set the liveHandles of this cd to the name of the target
select empty
end mouseLeave
Hi.
Untested, but this is kluge time.
Something like this in the card script, though I bet it can be made cleaner
and more robust:
on mouseLeave
set the liveHandles of this cd to the name of the target
select empty
end mouseLeave
on mouseEnter
do "select" && the liveHandles of this c
I have an old stack (built under LC 4.6.4) that has a component that
does some simple drawing. There is a tool bar (some buttons and menus)
and below that a drawing area (scrolling group)
A mouseMove handler set the tool to the *pointer tool* when over the
drawing area and back to the *browse
11 matches
Mail list logo