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
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
> 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
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
> 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
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
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
> 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
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
> 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
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
11 matches
Mail list logo