Search found 4 matches

by GeoffRev
Thu Aug 16, 2007 4:09 pm
Forum: Talking LiveCode
Topic: Draw with pencil tool from a script to produce wiggly line?
Replies: 8
Views: 8303

solution found!

put empty into img "image name"
choose bucket tool
click at the loc of img "image name"

phew! Thanks for your help.

Geoff
by GeoffRev
Thu Aug 16, 2007 3:40 pm
Forum: Talking LiveCode
Topic: Draw with pencil tool from a script to produce wiggly line?
Replies: 8
Views: 8303

Ah, ha ... tried this and my background colour disappears!

and
set backgroundcolor of img "my image here" to "White"
doesn't do anything.

Hmmmm .... setting the 'second color' in the object inspector doesn't change anything either ... it's not obvious what I doing wrong ... or is it? :-)
by GeoffRev
Thu Aug 16, 2007 3:00 pm
Forum: Talking LiveCode
Topic: Draw with pencil tool from a script to produce wiggly line?
Replies: 8
Views: 8303

Thanks Klaus. I did try drag from .. to ... but couldn't get it to work earlier. Now it's OK.

You don't happen to know how to clear an image do you? :-)
by GeoffRev
Thu Aug 16, 2007 1:53 pm
Forum: Talking LiveCode
Topic: Draw with pencil tool from a script to produce wiggly line?
Replies: 8
Views: 8303

Draw with pencil tool from a script to produce wiggly line?

I want to draw a line graph from a script.
I have an image area which I can write on using the mouse, but cannot move the pencil tool from a script and hence produce the graph line. I remember doing this in HyperCard.
Of course there may be another way of doing this ... suggestions welcomed

Thanks