Re: [Gambas-user] check pixel in drawingarea

2011-05-10 Thread Benoît Minisini
> On Tuesday, May 10, 2011 14:14:11 Benoît Minisini wrote: > > > Question on Gambas 3 > > > > > > I need to find pixelcolor from a drawingarea painted with the draw > > > event. I tried already several variants of drawingarea.grab but always > > > fail. > > > > > > the help for Grab is weak and t

Re: [Gambas-user] check pixel in drawingarea

2011-05-10 Thread wally
On Tuesday, May 10, 2011 14:14:11 Benoît Minisini wrote: > > Question on Gambas 3 > > > > I need to find pixelcolor from a drawingarea painted with the draw event. > > I tried already several variants of drawingarea.grab but always fail. > > > > the help for Grab is weak and typeof(drawingarea.gr

Re: [Gambas-user] check pixel in drawingarea

2011-05-10 Thread Benoît Minisini
> Question on Gambas 3 > > I need to find pixelcolor from a drawingarea painted with the draw event. > I tried already several variants of drawingarea.grab but always fail. > > the help for Grab is weak and typeof(drawingarea.grab) gives 13 (function) > > goal is to select pixel (drawn object as

[Gambas-user] check pixel in drawingarea

2011-05-10 Thread wally
Question on Gambas 3 I need to find pixelcolor from a drawingarea painted with the draw event. I tried already several variants of drawingarea.grab but always fail. the help for Grab is weak and typeof(drawingarea.grab) gives 13 (function) goal is to select pixel (drawn object as lines is not p