--- In [email protected], "aviasd" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "aviasd" <aviasd@> wrote: > > Does anybody know this issue ??? > > > > Hi , I've written a small script that resizes my active window on > > keypress, but , I'm having wierd behaviour with windows resized by > > that script - their controls are not resized until I resize the > > window by clicking on the window border (send wm_size event ?)
Your script works for me for most windows, except for dialogs from older programs (like pproconf) where the Windows system routine that controls the dialog does not support resizing. For PowerPro, the resizing is implemented in special code which overrides the system routines but which, as you have seen, only gets activated by left 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.
