Page 1 of 1

Window Manager for Writer

Posted: Sun Aug 16, 2020 6:14 pm
by JeJe
Window Manager for Writer

For easy adding and resizing new document Windows and saving a Window layout so it doesn't have to be set up again when the document is reloaded.

This extension is preliminary and hasn't been extensively tested. I'm posting it as some may find it useful as is.

CONSIDER PRE-BETA, USE AT OWN RISK. If problems don't use.
Always make regular backups of your work.


Install Extension

Set a shortcut, menu or toolbar item to this macro which shows the Window Menu:

Library: JeWindow,
Module: AAUser
Sub: ShowWindowMenuAA

Re: Window Manager for Writer

Posted: Sun Aug 16, 2020 6:36 pm
by JeJe
This and my last Outline one are examples of how many requested features for OO/LO could be implemented in BASIC. This ones complicated, but often quiet easily, if anyone was minded to do them... instead of them remaining program feature requests for years... even decades...

I have a number of projects like this one - giving Writer a makeover - but only one lifetime so they may remain unfinished. Its very time consuming getting something ready for other people to use and testing in LO as well as OO. It took me best part of half an hour with this one to pin down that LO 7.0 unexpectedly crashes with setpossize(0,0,0,0,15) - their bug, not mine.

The intention with this one was a version that links Writer window borders with other application windows such as a browser window. (Windows only, as WinAPI needed). May or may not ever get round to it...

Re: Window Manager for Writer

Posted: Sat Feb 13, 2021 8:11 pm
by AndresSolar
cool. working on something similar but this looks excellent. thx a lot, JeJe (as always ;)