Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!rice!rice!sun-spots-request From: christopher-robin!cjr@cs.utexas.edu Newsgroups: comp.sys.sun Subject: Scrolling Canvasses in Sunview Keywords: Windows Message-ID: <1990Aug1.011431.1187@rice.edu> Date: 31 Jul 90 13:55:03 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 17 Approved: Sun-Spots@rice.edu Originator: spots@titan.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 279, message 4 I have a program which opens a canvas inside a frame, and the canvas has two scrollbars, so: canvas = window_create(frame, CANVAS, ... WIN_HORIZONTAL_SCROLLBAR, scrollbar_create(0), WIN_VERTICAL_SCROLLBAR, scrollbar_create(0), 0); This is the same as in the SunView manuals. But, this doesn't appear to detect any button presses over the 'page buttons', so I can only kind of drag the bar up and down (or left and right). How can I get the full scrollbar behaviour? The Sun manuals are not desperately helpful on this score. -- Chris Ridd, Computer Science, Birmingham Uni, UK -- RiddCJ@Cs.Bham.Ac.Uk --