Label does not appear on the screen using CEikLabel
| Thu, 2007-08-02 10:53 | |
|
|
hi, void CTerminalAppContainer::ConstructL(const TRect& aRect) SetRect(aRect); I shall be thankfull for your help.... Life is too short ! so do as many good things as you can do... |






Forum posts: 285
Add iLabeliLabel1->ActivateL()
Cheers,
Sri
Forum posts: 135
hi Mr. srikant thank you very much for your help
but this code iLabeliLabel1->ActivateL() did not work.
Brajesh...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++
Forum posts: 134
Check your these methods
ComponentControl(TInt aIndex) const should be (case 0: return iLabel;)
CountComponentControls() const should be (return 1)
SizeChanged() should be iLabel->SetExtent( TPoint(110,5), iLabel->MinimumSize() );
May it'll help you as mine code is same as yours and its running properly.
BR
Isha
"To the question of your life , you are the only Answer. To the problems of your life,you are the only Solution".
Forum posts: 135
Thank you very much Isha for the help..
my problem has been solved by your help...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++