hello everyone,
in the aForm::init() function

if ( aUINT == 1 )
{

aButton->setOn(TRUE);//its a toggle button
aButton->setText(QString ("ON") );
aLabel->setText("some text");
aLabel->show();
}
but the label is not shown.. does not appear on screen. i know the if statement is run because the setOn call works properly.
any ideas?
nass