In the demo app,
GROUP('Proxy Server Login Options'),AT(233,40,206,107),USE(?Group14:2),BOXED
OPTION('Option 1'),AT(239,81,192,20),USE(ProxyAuthenticationType)
RADIO(' Basic Authentication (Default)'),AT(245,85),USE(?Option1:Radio1:2),TRN,VALUE('0')
RADIO(' Digest'),AT(371,85),USE(?Option1:Radio2:2),****DISABLE****,TRN,VALUE('1')
END
the Digest option is Disabled and its not enable in the code.
Is this OK?