I'm trying to check the state of the cursor inside of flex, specifically I'm looking to detect if it is currently setBusy or not. I tried getting the cursor information from the system, however it treats both states of the cursor as the same, which leads me to believe Flex masks the cursor.
Is there a method for a FlexObject or some other way from Ranorex for me to access the state of the flex cursor?
Detecting flex cursor state
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Detecting flex cursor state
Hi,
To get the current cursor name of the mouse, please try following method of the mouse class
http://www.ranorex.com/Documentation/Ra ... Cursor.htm
Maybe it works too with the Flex cursor. I also talked to our Flex Developer and he told me there is no explicit method in Ranorex for Flex to get the Flex cursor.
Regards,
Peter
Ranorex Team
To get the current cursor name of the mouse, please try following method of the mouse class
http://www.ranorex.com/Documentation/Ra ... Cursor.htm
Maybe it works too with the Flex cursor. I also talked to our Flex Developer and he told me there is no explicit method in Ranorex for Flex to get the Flex cursor.
Regards,
Peter
Ranorex Team