zoomx / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

Call GUI Elements without broadcast #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use a Radio Button (as an example)
2. Handle all cp5 messages in a separate handler class
3. update the state of the radio button via code, for example 
myradioButton.activate(4);

What is the expected output? What do you see instead?
Using the steps above means that there will be event loop wich will never stop. 
suggested solution: add option to disable broadcast messge.

What version of the product are you using? On what operating system?
v1.5.2

Please provide any additional information below.

Original issue reported on code.google.com by michudr...@gmail.com on 21 Jun 2013 at 12:29