In your response window,
uncheck center property
in the open event:
if isValid ( w_frame ) then
this.move ( w_frame.x + ( w_frame.width - this.width ) / 2 , &
w_frame.y + ( w_frame.height - this.height) / 2 )
end if
In your response window,
uncheck center property
in the open event:
if isValid ( w_frame ) then
this.move ( w_frame.x + ( w_frame.width - this.width ) / 2 , &
w_frame.y + ( w_frame.height - this.height) / 2 )
end if