Window ScrollBars

Peter Achten peter88@cs.kun.nl
Mon, 19 Jul 1999 12:17:25 +0200


At 01:14 AM 7/19/99 -0400, Sven Eric Panitz wrote:

>I have been playing a bit with the ObjectIO library 1.1 on my Mac.
>Somehow I do not succeed to get Scrollbars on my windows. I
>add the attributes WindowHScroll and WindowVScroll with some
>function to the Window attribute list, but no scrollbars appear.
>Any idea what I possibly could be doing wrong? The rest of the 
>program acts as expected.
You have probably forgotten to add a WindowViewDomain attribute as well. This attribute defines the viewing range of the window. Without it, the WindowHScroll and WindowVScroll attributes are ignored. 

Cheers, Peter