sorry bud, but it's not wrong, and even if thats what the manual says, it works flawlessly the way I have my code. And not only that, but it works for 36 different button counters, at the same time, so.... heh.
option a:

PANEL* some_panel =
{
.....
....
flags = VISIBLE;
}

option b:
PANEL* dummy_panel;

dummy_panel = pan_create ("content.....; flags |= VISIBLE;", layer);

Last edited by oldschoolj; 09/11/07 08:23.

you can find me with my face in the keyboard, unshaven, listening to some nameless techno tragedy, and hashing through code over a cold cup a stale joe. __________________________________ yours truly