Project

General

Profile

Bug #2173

Updated by Greg Shah almost 11 years ago

Currently we do not have the support for slider widget. The GenericWidget class is generated while conversion.

The sample 4GL code:
DEFINE VARIABLE wSlider AS INTEGER INITIAL 0 VIEW-AS SLIDER MIN-VALUE 1 MAX-VALUE 10 HORIZONTAL SIZE-CHARS 10 BY 2.

Back