Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

MWAPI - SCROLLRANGE

Draft MDC Standard

6.4.43 SCROLLRANGE elattribute

Definition

SCROLLRANGE specifies the value range that a scroll gadget or long list box displays. The position of a scroll gadget’s value indicator or of a long list box’s position indicator is determined by the scroll value compared to the range specified by the SCROLLRANGE elattribute. The scrollmax component of the SCROLLRANGE value represents the position on the gadget that is farthest from the origin. For a scroll gadget, the scroll value is equal to the numeric value of the VALUE elattribute. For a long list box gadget, the scroll value is equal to the numeric value of the SCROLLPOS elattribute.

If an application attempts to assign a value to a scroll gadget’s VALUE elattribute or to a long list box’s SCROLLPOS elattribute that is greater than scrollmax, the VALUE or SCROLLPOS attribute is set to scrollmax. If an application attempts to assign a value to a scroll gadget’s VALUE elattribute or to a long list box’s SCROLLPOS elattribute that is less than scrollmin, the VALUE or SCROLLPOS attribute is set to scrollmin. If an application attempts to assign to a gadget’s SCROLLRANGE elattribute a value with scrollmax less than or equal to scrollmin, the effect is not specified.

Domain scrollrange
Access Create, Modify, Reference
Default The default for scrollmax is 100. The default for scrollmin is 0 (zero).
Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.

This page most recently updated on 14-Nov-2023, 22:05:56.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)