Cuis-Smalltalk-Dev icon indicating copy to clipboard operation
Cuis-Smalltalk-Dev copied to clipboard

RealEstateAgent

Open hilaire opened this issue 4 years ago • 1 comments

Should real estate agent taking into consideration the taskbar? I think yes, because you don't want to overlap the taskbar when asking the maximum usable area:

| world area taskbar  |
world := WorldMorph allInstances first.
taskbar := world submorphs detect: [:morph | morph is: #TaskbarMorph].
area := RealEstateAgent maximumUsableArea extendBy: 0 @ taskbar morphHeight negated.

hilaire avatar Nov 22 '20 09:11 hilaire

I agree. But, is there a way to open a window and get it overlap the taskbar?

jvuletich avatar Aug 06 '21 20:08 jvuletich