Debug output window position, size and top ?
Posted: Tue Oct 23, 2018 8:57 am
Hi Team,
It might be interesting to add (optional) size and position parameters to the command for the Debug window display command.
Something like:
This would also allow you to move this window by code during work by using CloseDebugOutput() and then reopening it elsewhere.
This would also allow it to be moved to the foreground or background by code.
Useful for those who work on small screens.
There may not be much code to write since this function already reads the position and size data that is already stored somewhere?
Same for ShowLibraryViewer(), ShowVariableViewer() ?


Something like:
Code: Select all
ShowDebugOutput([x, y [, width, heigth [, OnTop]]])
This would also allow it to be moved to the foreground or background by code.
Useful for those who work on small screens.
There may not be much code to write since this function already reads the position and size data that is already stored somewhere?
Same for ShowLibraryViewer(), ShowVariableViewer() ?

