MouseOver Event?
Posted
#1
(In Topic #625)
Regular

The form where the lens rating is shown (attached) has 10 criteria to rate a lens. My use case is just that simple: whenever I hovering the mouse over one of the 10 panels (e.g. Landscape, Lens Focal Throw, Vignetting, etc) a help text should appear on the right hand side. Any ideas how to show up a help text without clicking to any objects?
Posted
Guru

Code (gambas)
- .h = 200
- .w = 700
- .Padding = 5
- .Arrangement = Arrange.Vertical
- .Alignment = Align.Center
- .H = 28
- .H = 28
- .Alignment = Align.Center
- .background = Color.Yellow
- .Text = "Hover over me!"
- TextLabel1.Text = "Hello 01McAc!"
- TextLabel1.Text = ""
Posted
Regular

cogier said
I think this is what you are looking for.
Indeed, this is it.
And it's the Enter-event! I am still blinded by Access.
Thank you.
1 guest and 0 members have just viewed this.



