04-12-2006 10:01 AM
The "Mouse Enter" event alone will only tell your application when the cursor is over the control. It will not do anything else. That is why I suggested you need to simulate a mouse click. The only way to open a menu ring is to click on it.
@zäpfle wrote://Sounds like what you really want to do is simulate a mouse click to drop open the list box.nearly, I want open a menu ring//For you're event structure, you probably want to use the "Mouse Enter" event to trigger the click instead of the "Mouse Move" event. That way it only gets triggered once when the mouse first enters the control bounds.with a menu ring, it doesn't work

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.