07-04-2013, 03:06 AM
A window within a window usually is a child window (control). Use function child() to find child windows.
mov moves a child window in its parent window (that may be a child window too). Specify coordinates relative to the client area of the parent.
int BMCWindowNew=win("BMC Remedy User - Incident (New)")
int NewIncident=child("Incident (New)" "" BMCWindowNew)
mov 0 0 NewIncident
siz 1034 680 NewIncident
mov moves a child window in its parent window (that may be a child window too). Specify coordinates relative to the client area of the parent.
int BMCWindowNew=win("BMC Remedy User - Incident (New)")
int NewIncident=child("Incident (New)" "" BMCWindowNew)
mov 0 0 NewIncident
siz 1034 680 NewIncident