OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: ScottBolton on January 04, 2018, 11:48:45 AM

Title: OptionList disable on initialise
Post by: ScottBolton on January 04, 2018, 11:48:45 AM
Hi,

I have three OptionLists that I disable on initialise. Although they all are, indeed, disabled only one is greyed out. Any idea why?

S
Title: Re: OptionList disable on initialise
Post by: owenwengerd on January 04, 2018, 08:31:40 PM
Does the display repaint itself correctly if you e.g. drag the form offscreen and back on? If so, maybe a call to (dcl-Control-Redraw) (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Control/Redraw.htm) would help.
Title: Re: OptionList disable on initialise
Post by: ScottBolton on January 05, 2018, 01:24:15 AM
Hi, Owen.

Nope, the lists remain the same.

S
Title: Re: OptionList disable on initialise
Post by: ScottBolton on January 17, 2018, 03:05:51 AM
I opted to make them invisible rather than disabling them. Leaves a big blank area of my form but at least it works.