I'm in classic mode for Reflection for Unix and OpenVMS. I'm trying to access the R2WIN object from my screen reader (NVDA). I'm trying to assign a variable to the already open R2WIN object and be able to change the cursor type and window state. How can i get to the R2WIN object?
ReflectionObj=comHelper.getActiveObject("Attachmate_Reflection_Objects_Framework.ApplicationObject", dynamic = True)
myTerminalWin = ReflectionObj.Application.GetObject("r2win")
#Reflection




