Greetings. Here they are some ideas I want to discuss about script dialogs that might be helpful:
- Click Through windows : Something previously requested is the possibility of using some functions avaialble thgough script dialogs only (e.g. WatchTab), but without being visible. At the moment, even if the window is set to transparent, the dialog can still steal focus. With this new option, a dialog would not only be transparent but also would not be able to take focus away from other windows ( I believe is the WS_EX_CLICKTHROUGH style).
- Regular Buttons on the Dialog TitleBar: It would be very useful to being able to enable the minimize and maximize buttons, especially for those dialogs designed to be used in full-screen mode, and for quick size change.
Would it be technically feasible to implement this two?
Thank you for considering it.