Re: [Gambas-user] How do I use the MouseMove event in an IconView Control

2010-01-20 Thread Benoît Minisini
> From the docs, I thought it was implying that the "Tracking" property > was activated on IconView controls. And are you saying this only works > on Gambas 3? The docs at > file:///usr/share/gambas2/help/help/comp/gb+qt/control/_mousemove.html > are supposed to be for Gambas 2.x, aren't they?

Re: [Gambas-user] How do I use the MouseMove event in an IconView Control

2010-01-20 Thread Bill Richman
From the docs, I thought it was implying that the "Tracking" property was activated on IconView controls. And are you saying this only works on Gambas 3? The docs at file:///usr/share/gambas2/help/help/comp/gb+qt/control/_mousemove.html are supposed to be for Gambas 2.x, aren't they? I'm co

Re: [Gambas-user] How do I use the MouseMove event in an IconView Control

2010-01-20 Thread Fabien Bodard
it is possible but on gambas3 only by activate the traking property 2010/1/20 Bill Richman : > I'm trying to figure out why the MouseMove event isn't firing when I'm > moving around inside an IconView control.  I want to be able to read the > key of the current item the cursor is hovering over, a

[Gambas-user] How do I use the MouseMove event in an IconView Control

2010-01-19 Thread Bill Richman
I'm trying to figure out why the MouseMove event isn't firing when I'm moving around inside an IconView control. I want to be able to read the key of the current item the cursor is hovering over, and it seems like I should be able to do this by using IconView_MouseMove and IconView.Current.Key