Hi
I have a bufer in which I have stored some data like
Now I am using a labelCode:TBuf<201>buffer; buffer.Copy(_L("I am developing an application on S60 3rd edition. I have devices like N73,E61i etc...."));
Now when in the layout control when I want to enter this I need to adjust the text according to the screen size. LikeCode:iLabel = new ( ELeave ) CEikLabel; iLabel->SetContainerWindowL( *this ); iLabel->SetTextL(buffer); iLabel->ActivateL();
Size().iwidth will give the width but how to adjust my label so that the text should appear fully and in the continous manner,like if it has to be in the next line it will be ...
Thanks in advance!!!!!!!!!!!!!!!

Reply With Quote

