Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RealEstateAgent #181

Open
hilaire opened this issue Nov 22, 2020 · 1 comment
Open

RealEstateAgent #181

hilaire opened this issue Nov 22, 2020 · 1 comment

Comments

@hilaire
Copy link

hilaire commented Nov 22, 2020

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.
@jvuletich
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants