Comment 6 for bug 918470

Revision history for this message
jus (jus) wrote :

RJ Could you please explain your comment from #5?
When i apply Daniels patch to the skins (see example), the kill buttons do not have the desired behavior, they work as toggle just as before.
Generally the Power window behavior does work, as i have successfully adapted the patch to the talkover button.

Example (just as in the patch)
<PushButton>
 <Tooltip></Tooltip>
 <Style></Style>
 <NumberStates>2</NumberStates>
 <State>
  <Number>0</Number>
  <Pressed>btn_kill_over.png</Pressed>
  <Unpressed>btn_kill.png</Unpressed>
 </State>
 <State>
  <Number>1</Number>
  <Pressed>btn_kill_over.png</Pressed>
  <Unpressed>btn_kill_over.png</Unpressed>
 </State>
 <Pos>73,159</Pos>
 <Connection>
  <ConfigKey>[Channel1],filterHighKill</ConfigKey>
  <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
  <ButtonState>LeftButton</ButtonState>
 </Connection>
</PushButton>