Re: Simple problem with visible property




Pascal Giard said:
here's a basic description of my problem:
when i $ok->set_visible(FALSE) and $next->set_visible(TRUE), it works as
expected.

erm, set_visible() just sets a flag value, and is meant for use by widget
implementations.

instead, use hide() and show(), which not only set the visible flag, but do
the appropriate work to get the widgets on and off of the screen.



-- 
muppet <scott at asofyet dot org>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]