pq10758.txt OSSHELL>>#MENUBARHEIGHT IS SETTING THE Y PIXEL INCORRECTLY In the method #menuBarHeight there are two portions of code that read "(IsWin32s or: (IsWinNT)) ifTrue:". This code is invalid for Windows NT 4.0 because winNT4.0 actually operates under a Windows95 shell. This fix was probably in place for Windows NT 3.51 but is invalid for 4.0. Workaround: change OSShell>>#menuBarHeight where (IsWin32s or: (IsWinNT)) ifTrue: to Is95Shell ifFalse: