NlMakesis Y-Browser Y-Tasks
help i am trying to display this text and it doesnt work i have no error in my application what could be wrong i have also included the
#include <eiklabel.h> void CXmasContainer2::ConstructL( const TRect& aRect ) { CreateWindowL(); SetRect( aRect ); CEikLabel* myLabel; myLabel= new (ELeave) CEikLabel; myLabel->SetContainerWindowL( *this ); myLabel->SetTextL( _L("NewLC rulez!") ); myLabel->SetPosition(TPoint(100, 100)); ActivateL(); }
Hi, make your label variable as class member... see any example of control... and use this function CountComponentControls ComponentControl
Thanks & Regards, Symbi
Forum posts: 47
Hi,
make your label variable as class member...
see any example of control... and use this function
CountComponentControls
ComponentControl
Thanks & Regards,
Symbi