Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2010-02-03 Thread Ricardo Díaz Martín
With Activate event works fine! 2010/2/3 Ricardo Díaz Martín > Thanks, I'll try to do this. > > Regards, > Ricardo Díaz > > 2010/2/3 Benoît Minisini > > > Benoit, >> > >> > Something new about this? How can I help you? >> > >> > Regards, >> > >> >> Yes, sorry for the delay! >> >> You must use t

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2010-02-02 Thread Ricardo Díaz Martín
Thanks, I'll try to do this. Regards, Ricardo Díaz 2010/2/3 Benoît Minisini > > Benoit, > > > > Something new about this? How can I help you? > > > > Regards, > > > > Yes, sorry for the delay! > > You must use the Activate event which is raised when the user actually > double- > clicks on a row

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2010-02-02 Thread Benoît Minisini
> Benoit, > > Something new about this? How can I help you? > > Regards, > Yes, sorry for the delay! You must use the Activate event which is raised when the user actually double- clicks on a row, or activate a keyboard shortcut (but not in GridView I think). The DblClick is a low level eve

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2010-02-02 Thread Ricardo Díaz Martín
Benoit, Something new about this? How can I help you? Regards, 2009/12/2 Benoît Minisini > > Have you received the example? > > > > I did. > > -- > Benoît Minisini > > > -- > Join us December 9, 2009 for the Red Hat Vi

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-12-02 Thread Benoît Minisini
> Have you received the example? > I did. -- Benoît Minisini -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from yo

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-12-02 Thread Ricardo Díaz Martín
Have you received the example? 2009/11/30 Ricardo Díaz Martín > Benoit, > > I send a little example. Run the app and try to scroll down the gridview by > clicking in the scrollbar (don't click and move, only do click, click, click > in the down or up arrows and you can see double click event i

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-11-30 Thread Ricardo Díaz Martín
Benoit, I send a little example. Run the app and try to scroll down the gridview by clicking in the scrollbar (don't click and move, only do click, click, click in the down or up arrows and you can see double click event is fired). I need when users are only clicking to move lines no double click

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-11-30 Thread Benoît Minisini
> gambas2 2.17 with qt components. > > Regards > Normally, you should not get mouse events for scrollbars in GridView and other view controls, this is taken into account (at least in gb.qt). And I cannot reproduce your problem with my own GridView in the Gambas IDE. So can you send me a littl

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-11-30 Thread Ricardo Díaz Martín
gambas2 2.17 with qt components. Regards 2009/11/30 Benoît Minisini > > Is there some way to cancell double-click event when an user is only > > scrolling a gridview? > > > > Think about this: > > > > You got a form with a gridview and you show into a database table. > > When user does double c

Re: [Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-11-30 Thread Benoît Minisini
> Is there some way to cancell double-click event when an user is only > scrolling a gridview? > > Think about this: > > You got a form with a gridview and you show into a database table. > When user does double click in a line you open content of related record in > other form. This is ok. But w

[Gambas-user] GRIDVIEW: SCROLL & DOUBLE CLICK

2009-11-30 Thread Ricardo Díaz Martín
Is there some way to cancell double-click event when an user is only scrolling a gridview? Think about this: You got a form with a gridview and you show into a database table. When user does double click in a line you open content of related record in other form. This is ok. But when you are only