[Cuis-dev] WindowManager package
H. Hirzel
hannes.hirzel at gmail.com
Wed Feb 12 11:39:02 PST 2025
On 11/02/2025 2:03 pm, Mariano Montone via Cuis-dev wrote:
>
> El 11/2/25 a las 09:24, Mariano Montone escribió:
>>
>> Hi Luciano. Yes, and it would also help with composability of
>> potential new tools. Checkout the image if/when you can :)
>>
> For those who try the image, this double browser tool is fun to try:
>
> PluggableSystemWindow openOn: (LayoutMorph newColumn
> addMorph: (BrowserWindow on: Browser
> new) proportionalHeight: 0.5;
> addAdjusterAndMorph: (BrowserWindow
> on: Browser new) proportionalHeight: 0.5;
> yourself) label: 'Two browsers'.
>
Mariano,
Unfortunately
#openOn:label:
is not implemented in the example image you provide
https://drive.google.com/file/d/1r-K2uTQsnAIIlolDrRHzpAJYozdq8Zad/view?usp=sharing
I also would prefer to add SystemWindow content by adding a content
morph rather than subclassing SystemWindow.
--Hannes
More information about the Cuis-dev
mailing list