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 -- customizing the radio buttons etc.
Page Index Toggle Pages: 1
controlP5 -- customizing the radio buttons etc. (Read 350 times)
controlP5 -- customizing the radio buttons etc.
Mar 18th, 2008, 4:57pm
 
Sorry if this has been covered before but I did search both the site and discourse and could not find an answer.

in the class Radio has the following variables:

int _myRadioButtonWidth = 10;
int _myRadioButtonHeight = 10;

short of re-compiling the class, is there any way to change those values?

(I also need to be able to customize the text attributes too.)

d.

Page Index Toggle Pages: 1