Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 19/09/10 09:41, Benoît Minisini wrote: >> On 19/09/10 09:26, Benoît Minisini wrote: >> > Give a screenshot to see what you are talking about. > here you go >>> Everything seems to be correct in that screenshot. What's the problem? >>> >> is t

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 19/09/10 09:26, Benoît Minisini wrote: > >>> Give a screenshot to see what you are talking about. > >> > >> here you go > > > > Everything seems to be correct in that screenshot. What's the problem? > > is there not meant to be a border property in the properties box ? > What do you want?

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 19/09/10 09:26, Benoît Minisini wrote: >>> Give a screenshot to see what you are talking about. >>> >> here you go >> > Everything seems to be correct in that screenshot. What's the problem? > > is there not meant to be a border property in the properties box ? ---

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> > > > Give a screenshot to see what you are talking about. > > here you go Everything seems to be correct in that screenshot. What's the problem? -- Benoît Minisini -- Start uncovering the many advantages of virtual

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 18/09/10 23:52, Benoît Minisini wrote: > >> On 18/09/10 22:52, Benoît Minisini wrote: > is there any way of getting continuous mousemove events without > pressing a button for the gridview control ? > >>> > >>> The Tracking property. > >> > >> sorry should have mentioned that I was

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 18/09/10 23:52, Benoît Minisini wrote: >> On 18/09/10 22:52, Benoît Minisini wrote: >> is there any way of getting continuous mousemove events without pressing a button for the gridview control ? >>> The Tracking property. >>> >> sorry should have mentioned

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 18/09/10 22:52, Benoît Minisini wrote: > >> is there any way of getting continuous mousemove events without pressing > >> a button for the gridview control ? > > > > The Tracking property. > > sorry should have mentioned that I was using gambas 2 > so what version of gambas should we be usin

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 18/09/10 22:52, Benoît Minisini wrote: >> is there any way of getting continuous mousemove events without pressing >> a button for the gridview control ? >> >> > The Tracking property. > > sorry should have mentioned that I was using gambas 2 so what version of gambas should we be usin

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> is there any way of getting continuous mousemove events without pressing > a button for the gridview control ? > The Tracking property. -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances

[Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
is there any way of getting continuous mousemove events without pressing a button for the gridview control ? -- Start uncovering the many advantages of virtual appliances and start using them to simplify application depl

Re: [Gambas-user] Mouse Events

2009-10-20 Thread Matti
Good idea, thanks. I'll try that. Werner schrieb: > Matti wrote: >> When I want to use a DblClick event on some controls that don't have the >> "Activate" event (eg PictureBox), I get difficulties: >> >> The MouseDown event is (of course) raised before the DblClick event. >> So, before I can reac

Re: [Gambas-user] Mouse Events

2009-10-20 Thread Werner
Matti wrote: > When I want to use a DblClick event on some controls that don't have the > "Activate" event (eg PictureBox), I get difficulties: > > The MouseDown event is (of course) raised before the DblClick event. > So, before I can react to DblClick, I always land in MouseDown. Here I can > t

[Gambas-user] Mouse Events

2009-10-20 Thread Matti
When I want to use a DblClick event on some controls that don't have the "Activate" event (eg PictureBox), I get difficulties: The MouseDown event is (of course) raised before the DblClick event. So, before I can react to DblClick, I always land in MouseDown. Here I can tell if the mouse was pre