hi, not sure what you mean, but you can use the show function to hide/show 
certain controls in a
window. 

for example: 

$Win->labelOne->Show('SW_HIDE');

when you want to use it again, simply use Show();

Now if you use a while loop are some derivative of that nature to deriver your 
controls, you would
probably want to use similiar conditions to hide the labels. 

while(similiar conditions)
    {$Win->$_->Show('SW_HIDE');}

This way you can reuse a window with certain objects of your choice. 

Alex ;)

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

Reply via email to