> by 
> > > that script - their controls are not resized until I resize the 
> > > window by clicking on the window border (send wm_size event ?)

> clicking on the dialog.  I don't know of any way to solve your issue 
> easily even for the configure window, let alone other programs that 
> you may be having this problem with.
>


With the conf dialog, you can simulate the mouse click at the bottom 
left of the dialog as follows by ending the script with (one line):

win.sendmouse("sa ab",xPositionEnd-2,yPositionEnd-2, "ld mo +1 +1 mo -
1 -1 lu rs")

This works as long as no window is on top of the config dialog.  I 
don't know if it will help with others.

Reply via email to