[Gambas-user] Bug in IconView

frame down under framedownunder at ...626...
Tue Dec 13 16:04:39 CET 2005


Hi List,

Elbowgreased dblClick event (1.0.13, suse 9.3):


PUBLIC SUB TableView2_dblClick()

  IF tableview2.Row > -1 THEN
     textbox3.Text = tableview2[tableview2.row, 0].text
  ENDIF

END

Just for show.

Greetings,

Frame

On 13/12/05, Benoit Minisini <gambas at ...1...> wrote:
>
> On Tuesday 13 December 2005 15:23, frame down under wrote:
> > Hi Lists,
> >
> > I've noiced this behaviour in other conrols too. My workaround was to
> check
> > for the .selected property. I am a bit confused as why never to use the
> > dubbleclick event .... why is it there if we are not supposed to use it
> ?
> >
> > Thanks
> >
> > Frame
> >
>
> Because activating an item is not necessarily done by "double clicking",
> but
> can be done with the keyboard too.
>
> DblClick event is really a mouse double click anywhere on the control.
>
> Regards,
>
> --
> Benoit Minisini
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20051213/40b40e98/attachment.html>


More information about the User mailing list