We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › controlP5 toggle
Page Index Toggle Pages: 1
controlP5 toggle (Read 1019 times)
controlP5 toggle
Nov 23rd, 2009, 2:14pm
 
when i export and lunch index.html
the toggle button in ControlP5 library is not working.

is it possible??
Re: controlP5 toggle
Reply #1 - Nov 23rd, 2009, 6:48pm
 
i can just guess from what you describe. in an applet, the security measures are a bit stricter than in an application therefore my guess is that controlP5 is not able to forward changes to e.g. the controlEvent function or any other assigned variables or functions lined to your toggle. by making functions and variables public that issue can be overcome. does that solve your problem?
Re: controlP5 toggle
Reply #2 - Nov 24th, 2009, 2:01am
 
You may need to sign the applet...
Page Index Toggle Pages: 1