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: N-groups Problem (layer)
Page Index Toggle Pages: 1
controlP5: N-groups Problem (layer?) (Read 320 times)
controlP5: N-groups Problem (layer?)
Jun 4th, 2008, 11:56pm
 
Hello again Smiley

I'm hardly working on a 3D-Flat Controller...whatever I need a lot of groups for that.

Let's say I need 10 groups, showing them with a toggle button.

like: controlP5.group("f00").show();
The position: x =100  y=200

When I open another group with the same x and y position
some elements like sliders or radiobuttons don't work.

On my opinion it seems that there is a bug in the layering system of the lib. Only the endmost initiated group (within the setup() method works properly...


Is there a workaround for multiple groups @ the same position?

THX in advance, Flo
Re: controlP5: N-groups Problem (layer?)
Reply #1 - Jun 5th, 2008, 7:33am
 
yep, there was something wrong, fixed it for now, nevertheless there is an unfixed issue with layering groups and the order of drawing their content. but this needs a little bit more work. but i guess the update fixes the problem you encountered.
best,
andi
Page Index Toggle Pages: 1