Re: [PD] Data structures and their clickable area

2014-01-29 Thread Jonathan Wilkes
On 01/29/2014 05:40 PM, Roman Haefeli wrote: On Mon, 2014-01-27 at 21:34 -0500, Jonathan Wilkes wrote: On 01/27/2014 05:35 PM, Roman Haefeli wrote: Hi I'm using a template consisting of a rectangle done with [filledpolygon] and a number [drawnumber] in it. While mouse clicks anywhere in the ar

Re: [PD] Data structures and their clickable area

2014-01-29 Thread Roman Haefeli
On Mon, 2014-01-27 at 23:35 +0100, Roman Haefeli wrote: > Hi > > I'm using a template consisting of a rectangle done with [filledpolygon] > and a number [drawnumber] in it. While mouse clicks anywhere in the area > of the rectangle are detected, it's only possible to change the number > with the k

Re: [PD] Data structures and their clickable area

2014-01-29 Thread Roman Haefeli
On Die, 2014-01-28 at 12:40 +0100, João Pais wrote: > there might be a complicated and confuse way of doing it - by clicking the > scalar, you activate a click message to the drawing window, that clicks in > the drawed number. For that you would have to look around the click > messages in the

Re: [PD] Data structures and their clickable area

2014-01-29 Thread Roman Haefeli
On Mon, 2014-01-27 at 21:34 -0500, Jonathan Wilkes wrote: > On 01/27/2014 05:35 PM, Roman Haefeli wrote: > > Similarly, I'd like to be able to mouse-drag anywhere in the > > rectangle in order to change the value of the number. > > You could probably do it if you use a field variable to define

Re: [PD] Data structures and their clickable area

2014-01-29 Thread Roman Haefeli
On Mon, 2014-01-27 at 21:34 -0500, Jonathan Wilkes wrote: > On 01/27/2014 05:35 PM, Roman Haefeli wrote: > > Hi > > > > I'm using a template consisting of a rectangle done with [filledpolygon] > > and a number [drawnumber] in it. While mouse clicks anywhere in the area > > of the rectangle are dete

Re: [PD] Data structures and their clickable area

2014-01-28 Thread João Pais
there might be a complicated and confuse way of doing it - by clicking the scalar, you activate a click message to the drawing window, that clicks in the drawed number. For that you would have to look around the click messages in the pd documents, which I didn't really understood so far. Jo

Re: [PD] Data structures and their clickable area

2014-01-27 Thread Jonathan Wilkes
On 01/27/2014 05:35 PM, Roman Haefeli wrote: Hi I'm using a template consisting of a rectangle done with [filledpolygon] and a number [drawnumber] in it. While mouse clicks anywhere in the area of the rectangle are detected, it's only possible to change the number with the keyboard when I exactl

[PD] Data structures and their clickable area

2014-01-27 Thread Roman Haefeli
Hi I'm using a template consisting of a rectangle done with [filledpolygon] and a number [drawnumber] in it. While mouse clicks anywhere in the area of the rectangle are detected, it's only possible to change the number with the keyboard when I exactly click on the number. Is there a way to make t