home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!spool.mu.edu!think.com!enterpoop.mit.edu!paperboy.osf.org!moonshine!daniel
- From: daniel@moonshine.osf.org (Daniel Dardailler)
- Subject: Re: Setting scroll bar values
- Message-ID: <1993Jan12.144317.26133@osf.org>
- Sender: daniel@moonshine (Daniel Dardailler)
- Organization: Open Software Foundation, Motif Team
- References: <1993Jan12.033555.14221@auspost.com.au>
- Date: Tue, 12 Jan 1993 14:43:17 GMT
- Lines: 14
-
-
- |> I am using Motif and WCL to implement a variable forms entry program.
- |> I need the editor to display a particular field when that field is
- |> in error, and this involves setting the XmNvalue field of the
- |> vertical scroll bar of an XmScrolledWindow using XtVaSetValues.
- |>
- |> However, when I change this value, the scroll bar block moves, but
- |> the area inside the scrolled window (an XmpTable) does not get
- |> redrawn.
-
- XtSetValues(scrollbar, XmNvalue) doesn't call the callback.
-
- Use XmScrollBarSetValues, with notify = True.
-
-