On May 6, 12:23 pm, pantha <p4n...@[EMAIL PROTECTED]
> wrote:
> On 6 Mai, 19:16, Vince Hradil <hrad...@[EMAIL PROTECTED]
> wrote:
>
> > bstate = widget_info(event.id,/button_set)
>
> Thanks for the quick answer!
>
> I tried it, but bstate always returns "1" even when unchecked. Could
> it be that it is designated to the button I press when I want to check
> the checkbox state?
The event.id comes from the event that is firing, so you need to
inspect it when the event.id is the checkbox event. Does that make
sense?


|