Re: Win2K Issues .. was Black Background for new Toolbar icons
Posted by Chris Uppal-3 on Oct 18, 2005; 6:02pm
URL: https://forum.world.st/Win2K-Issues-was-Black-Background-for-new-Toolbar-icons-tp3375816p3375891.html
Andy,
> Erm, as I far as I was aware the only Win2K issues were the debugger
> list pane (which is now solved-although I'm not quite sure why)
I believe that that's because the list is now virtual. Win2K won't do
#hasFlatScrollbars and #'isVirtual at the same time.
I suggest that it'd be better to fix that one by turning off the
#hasFlatScrollbars aspect, and leaving #isVirtual false. The code evaluation
needed for the debugger's display causes problems sometimes as it is, and
making the list virtual can only make that worse. OTOH, the #hasFlatScrollbars
is presumably an error ? At least on Win2K and on WinXP "classic" the
scrollbars /are/ rendered flat and therefore don't match the other scrollbars.
On WinXP "emulated classic" the #hasFlatScrollbars is ignored (they work fine,
but the're still in 3d). I guess that the setting is ignored on WinXP's
"normal" look too, or you would have noticed the mismatch.
-- chris