[Gambas-user] listbox display selected item
Stephen Bungay
sbungay at ...981...
Thu Jul 23 06:58:55 CEST 2009
It won't work anyway, for reasons which are known only to the
implementor, the mousemove event fires only when the mouse button is
down AND the mouse is moving within the confines of the listbox (so that
would be a MouseMoveWithButtonDown event then). IMHO this is not as
useful as simply having the event fire when the mouse is moving within
the confines of the target control as it makes effects like the one you
desire somewhat difficult, if not impossible, to implement.
Steve.
Jean-Yves F. Barbier wrote:
> Stephen Bungay a écrit :
>> I suppose one could use the MouseMove event, track the mouse position
>> over the listbox and highlight the item that it is over... I seem to
>> recall something about this... just it was a long time ago and now Iits
>> fuzzy as to if it was in VB 6.0 or Gambas...
>> Sorry, not much help but perhaps it will get the creative juices
>> flowing. :)
>
> Thanks Stephen, but even if it could be fun I don't have time for it:
> that's too much work at this time for only a small visual effect (may be when
> my program will be in beta version)
>
> JY
More information about the User
mailing list