Adding two textbox ....getting problem
| Fri, 2008-01-25 12:38 | |
|
hi friends i want add two textbox in one application... void CtextboxContainer::ConstructL(const TRect& aRect) iLabel = new (ELeave) CEikLabel; iToDoLabel = new (ELeave) CEikLabel; TResourceReader reader; iTxt->SetReadOnly(EFalse); iTxt1 = new (ELeave) CEikEdwin; TResourceReader reader1; iTxt1->SetReadOnly(EFalse); SetRect(aRect); |
|





