Page 1 of 1

Python Context Menu methods fail in other mouse modes

Posted: Wed Oct 31, 2007 12:01 am
by domperez
RanorexPython.ContextMenuSelectItemText
RanorexPython.ContextMenuSelectPosition
RanorexPython.PopupMenuSelectItem

The above methods will fail if the mouse coordinate mode is not SCREEN_COORDINATES, the cursor will move to the wrong position.

Thanks.

Posted: Wed Oct 31, 2007 10:30 am
by Support Team
This bug is fixed in the upcoming version 1.3

Please note that those methods always expect screen coordinates,
regardless of the mouse coordinate mode, because context menus
and popups are top-level windows.

Michael
Ranorex Support Team