Re: Dialog Director odd behavior
Re: Dialog Director odd behavior
- Subject: Re: Dialog Director odd behavior
- From: "Håvard, Inkognito" <email@hidden>
- Date: Thu, 3 May 2001 12:38:47 +0200
Using Dialog Director, I'm trying to gray out some items. If you run the
code below and uncheck the checkbox, the item list will indeed get grayed
out.
If you then click OK and run the script again, the checkbox starts off
unchecked and the list *should* start grayed out. But it doesn't.
Wim,
If I change this line of your code from:
{class:radio group, bounds:[100, 10, 210, 30], enabled:theFlag
to:
{class:radio group, bounds:[100, 10, 210, 30], enabled:1
I get it to work as expected. Why it does not work with reading
theFlag I do not know, but a direct reference to the status of item 1
seems to work.
Havard