--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > > 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. > Thanks for the info. Actually it does resize the dialog window only to return back to it's smaller size whereas I want it to be at max height of the screen ...
Anyways it's not a big issue , thought there's a hidden function somewhere I don't know about that'll easily solve my problem... but if not I can learn to live with it... :) Thnks Avi
