| Author |
Message |
GMartin
Joined: Feb 5, 2010 Posts: 308
|
Posted: Nov 22, 2013 8:37 PM Post subject: button and scalar value element |
|
Jarek,
I opened up an old snippet today, wanting to insert it into another design, The snippet is a simple one. A button connected to a scalar value. The scalar value is set to increment/decrement I want to use this to set the threshold level. The button sends out a true when clicked and repeats value if held. In the past this worked just fine, Now when I click the button it behaves as if the button is being held and continually raises the value.
I opened up a portion of the design I did for Len that used the same routine, The same problem occurred there, Is it possible the button has a flaw or is there a setting of some sort that has changed?
Thanks
George |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: Nov 22, 2013 9:13 PM Post subject: |
|
Yes, I was able to reproduce this bug and it will be fixed in version 3.079
I think it was always there. But since it is only occurring if \"On Release\" selection is set to \"Do nothing\" (not the default value) then we didn't notice. A temporary fix around this is to set this value to something else, for example \"Send FALSE\". |
|
 |
GMartin
Joined: Feb 5, 2010 Posts: 308
|
Posted: Nov 22, 2013 10:40 PM Post subject: |
|
Jarek,
Thanks
George |
|