Re: Naive question number 3374

2015-05-06 Thread Mark Waddingham
The brush tool requires you to specify a brush image to use ('the brush' property I think...) - it's an 'alternative' approach to drawing a thick line which isn't the same as the pencil or line tool ;) Mark. Sent from my iPhone > On 6 May 2015, at 20:25, Richmond wrote: > >> On 06/05/15 22:1

Re: Naive question number 3374

2015-05-06 Thread Richmond
On 06/05/15 22:11, Mark Waddingham wrote: From memory I think the pencil tool is only ever one pixel wide. I believe there's a line tool which might work in this case, alternatively there's the brush tool. Thanks. line works exactly "as promised" brush, as in: on mouseUp choose brush

Re: Naive question number 3374

2015-05-06 Thread Eric Corbett
yep, saw the first time and missed it after reading the docs and double checking. doh. On May 6, 2015, at 12:02 PM, Richmond wrote: > On 06/05/15 21:56, Eric Corbett wrote: >> Try lineSize > > If you had taken the trouble to read my e-mail right through you wouldn't > have written that. > >

Re: Naive question number 3374

2015-05-06 Thread Mark Waddingham
>From memory I think the pencil tool is only ever one pixel wide. I believe there's a line tool which might work in this case, alternatively there's the brush tool. Mark. Sent from my iPhone > On 6 May 2015, at 20:02, Richmond wrote: > >> On 06/05/15 21:56, Eric Corbett wrote: >> Try lineSiz

Re: Naive question number 3374

2015-05-06 Thread Richmond
On 06/05/15 21:56, Eric Corbett wrote: Try lineSize If you had taken the trouble to read my e-mail right through you wouldn't have written that. set the lineSize to 3 On May 6, 2015, at 11:25 AM, Richmond wrote: On 06/05/15 15:42, BNig wrote: on mouseUp choose pencil tool drag

Re: Naive question number 3374

2015-05-06 Thread Eric Corbett
Try lineSize set the lineSize to 3 On May 6, 2015, at 11:25 AM, Richmond wrote: > On 06/05/15 15:42, BNig wrote: >> on mouseUp >>choose pencil tool >>drag from 10,10 to 100,100 >>choose browse tool >> end mouseUp > > Um; nothing special I'm afraid to say: drew the line. > > Curren

Re: Naive question number 3374

2015-05-06 Thread Richmond
On 06/05/15 15:42, BNig wrote: on mouseUp choose pencil tool drag from 10,10 to 100,100 choose browse tool end mouseUp Um; nothing special I'm afraid to say: drew the line. Currently I'm wondering why I seem unable to produce a thick line (maybe I'm being a bit thick?): neither:

Re: Naive question number 3374

2015-05-06 Thread BNig
Richmond, try on mouseUp choose pencil tool drag from 10,10 to 100,100 choose browse tool end mouseUp Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Naive-question-number-3374-tp4691889p4691895.html Sent from the Revolution

RE: Naive question number 3374

2015-05-06 Thread Paul Kocsis
because "cursor" is a property and move wants to move an "object" seems to me that possibly the compiler should catch this, or not.but in any circumstance, "cursor" is defined as a property and move expects to move an "object" ___ use-livecode m

Naive question number 3374

2015-05-06 Thread Richmond
What is wrong with line 4 of this script? on mouseUp choose pencil tool set the showPen of card id 1002 to true move cursor from 100,100 to 250,250 end mouseUp Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit