hi all,
i _suppose_ there is a bug in the gui code concerning the send/receives of toggles...
i attatched a part of an abstraction that produces this bug ... a |1( message is received, although no |1( message has been sent ...
if someone is interested in this behaviour, please check the attached patch / abstraction ...
to reproduce the bug to the following:
press "diag1_invert" press "vertikal" -> this results a message 0 to both "diag1_invert" and "vertikal" and a message 1 to "mitte_invert"
this is ok. but:
press "diag1" -> this results a message 1 to "mitte" that results a message 0 to all the other toggles ...
this behaviour is definitely wrong, since it should only have this specific behaviour if "vertical" is 1. i traced the sends and receives to the "vertical" toggle and it seems, there is a message |1(, coming from nowhere... (sorry, i'd like to be more detailed, but at the moment, i can't say more)
i could reproduce it on devel_0_37 / linux and on win (binary from hcs's latest installer)
i hope, someone can test the abstraction (and hopefully figure out, that it's a user bug)
cheers.... tim