Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Moving a window within a window
#2
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)