Comment 11 for bug 635934

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

OK, I've added ConnectValueToWidget and ConnectValueFromWidget to <Connection> group in the XML. This is in the 1.8 branch now.

I added another option to the <PushButton> group, LeftClickIsPushButton and RightClickIsPushButton. To fix cue_set you now have to do the following: http://pastebin.com/y8Mx5wJx

The jist of it is, adding <RightClickIsPushButton> forces all connections made to the right-click handler to not be set to be a toggle button, they are handled as push buttons. They are set to 1 on a press and a 0 on a depress, regardless of the state of the widget.

Adding <ConnectValueToWidget> as false to the cue_set connection ensures that the Play toggle button's state is not changed when someone hits cue_set, as I could do in the 1.8 branch by playing a deck and hitting Shift+D to set the cue point (which resulted in the play button un-highlighting even though the deck was still playing).