Re: Is there a mouse over image event in Euphoria to generate a menu ?
- Posted by DerekParnell (admin) May 20, 2010
- 1460 views
Hello,
Just wondering if Euphoria has a ....
mouse over image .
or mouse hover .
[ not the hov.exw or hover.exw in win32 lib ] .
or some similar code to generate a menu list.
One that does not require a mouse click ??
I assume you are only talking about the Windows platform.
Describe what you would like to happen in step form ... I'm having trouble picturing what it is you are after.
Are you wanting the user to move the mouse to a specific spot on your window, which causes your application display a menu list from which the user picks an item. And then the menu list disappears.
Why is the code in the win32lib demos not suitable? They seem to show one how to detect mouse movements etc ...
Win32lib also has a concept called a 'mouse trap', which is an area of your screen your define and when the mouse point moves into that area, a w32HMouseTrap event is triggered. During that event you could launch another win32lib control called a popup-menu.