Hello,
I'm getting some curious behavior with the pushbuttons in guicomoser. ( gc.dijit.ToggleButton #widget)
If I have a button bound to a bit field of a variable and I set it by pushing the button, the value does change to a 1 as expected. If I now reset the bit field to a zero in the program this doesn't seem to get back to the GUI composer button so that you effectively end up having to push the button twice to reinitiate the event. So it seems the pushbutton is not "seeing" the value being posted by the program.
Any thoughts?