I'm struggling to get the handle of a PictureElement which i want to be able to hide and show in the end, but the handle always returns 0.
var Handle = ReadWindow_Wnd.GetControlHandle("imgYes");
Debug.trace("Handle: "+Handle);
"Handle: 0"
Can anyone help
?