[Newbies] Resize all windows in image to fit current resolution

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Mon Sep 9 09:00:11 UTC 2019


Hi Christian,


did you have a look at PasteUpMorph>>#fullRepaintNeeded? This method should currently assure that all windows are at least partially visible whenever you resize your VM window. You could change it to to resize them as well.


If you achieve a good result, maybe it could be an interesting proposal to the Inbox<https://wiki.squeak.org/squeak/6545> :)


Best,

Christoph

________________________________
Von: Beginners <beginners-bounces at lists.squeakfoundation.org> im Auftrag von Christian Kellermann <ckeen at pestilenz.org>
Gesendet: Sonntag, 8. September 2019 22:20:04
An: A friendly place to get answers to even the most basic questions about Squeak.
Betreff: [Newbies] Resize all windows in image to fit current resolution

Hello!

I was wondering whether there's already a handy command sequence
for this out there:

I would like to resize all windows in a workspace wrt the current
screen resolution, ideally keeping their size in proportion to the
screen size.  The use case for this is working on an image on
different machines (laptop/workstation/projector) and having to
resize windows (Browser, Transcript, ...) that are too large for
the currently used monitor resolution gets tedious.

It should be possible to get a list of all currently active windows
in a world I guess but I haven't been able to come up with the right
keyword in my method finder / browser adventures.

How do you deal with this?

Kind regards,

Christian

--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20190909/d33165ca/attachment.html>


More information about the Beginners mailing list