From owner-oi-users Mon Mar 6 13:42:40 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA19269 for oi-users-outgoing; Mon, 6 Mar 1995 13:42:40 -0800 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA19262 for ; Mon, 6 Mar 1995 13:42:35 -0800 Received: from uucp5.UU.NET by relay3.UU.NET with SMTP id QQyfyc10404; Mon, 6 Mar 1995 16:42:22 -0500 Received: from clampett.UUCP by uucp5.UU.NET with UUCP/RMAIL ; Mon, 6 Mar 1995 16:42:25 -0500 Received: from goldstein.chicago.sgw.com by clampett.sgwoi.com (4.1/SMI-4.1Non-Standard)) id AA19910; Mon, 6 Mar 95 15:28:55 CST Received: by goldstein.chicago.sgw.com (5.0/SMI-SVR4) id AA21842; Mon, 6 Mar 1995 15:28:49 +0600 Date: Mon, 6 Mar 1995 15:28:49 +0600 From: clampett!brandt@uunet.uu.net (Tim Brandt) Message-Id: <9503062128.AA21842@goldstein.chicago.sgw.com> To: uunet!freebsd.org!oi-users@uunet.uu.net X-Sun-Charset: US-ASCII Content-Length: 449 Sender: oi-users-owner@FreeBSD.org Precedence: bulk I am trying to use a gang scroll with OI_scroll_text, but the other OI_scroll_text widgets are not scrolling when I tell them to. I am doing the following in the scroll callback: scroll_text1->scroll (NULL, (void *)OI_Vertical, t, n); scroll_text2->scroll (NULL, (void *)OI_Vertical, t, n); Where t is the type of movement (OI_scroll_event) and n is the direction and amount of the scroll done by scroll0. What am I doing wrong? Tim Brandt