Progress
Language Reference


SELECTABLE Attribute

Indicates whether a widget is selectable for direct manipulation at run time.

Data Type: LOGICAL

Access: Readable/Writeable

Applies To: Browse, Button, Combo-box, Editor, Fill-in, Frame, Image, Literal, Radio-set, Rectangle, Selection-list, Slider, Text, Toggle-box

If the SELECTABLE attribute is TRUE, users can select and deselect the widget (that is, activate SELECTION and DESELECTION events for the widget). You must also set the SELECTABLE attribute to TRUE for the RESIZABLE attribute to take effect, allowing the user to resize the widget.

NOTE: Setting the SELECTABLE attribute to TRUE enables direct manipulation events for the widget. These events take precedence over all other events. This effectively prevents data entry using the widget until all direct manipulation events are disabled (that is, MOVABLE, RESIZABLE, and SELECTABLE are all set to FALSE). Also, vertical scrollbars are disabled until no direct manipulation can occur (that is, MOVABLE, RESIZABLE, and SELECTABLE are all set to FALSE)


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095