On Mon, Jan 28, 2008 at 09:27:26AM -0800, Jesse Thompson wrote:
> The drawing canvas seems to spill out of the window 6 pixels on each
> side on Windows 2000. Perhaps this is a shoes issue?

It's true.  On some Windows platforms, the window size is calculated
incorrectly.  The reason being that Shoes wants to know the window's
client area size without any scrollbars.  You know how page width
changes on the web when scrollbars appear??  Well, I don't want that
to happen, so Shoes always uses the full client area width regardless
of whether a scrollbar is shown or not.

I decided on this rule just prior to Curious, so I gotta do some
testing to find the right way to figure out the width of the window.

_why

Reply via email to