Discussion Board
-
Adding controls to a form dynamically
2003-04-26, 02:38
#1
Registered User
I found this code in the sdk,
CCoeControl* myEdControl = CreateLineByTypeL(_L("Caption"),ActivePageId(),iNewItemId ,EEikCtEdwin , NULL) ;
CEikEdwin* myEdwin = STATIC_CAST(CEikEdwin*, myEdControl) ;
myEdwin->ConstructL(EEikEdwinNoHorizScrolling | EEikEdwinResizable, 10,64,10);
myEdwin->CreateTextViewL();
Line(iNewItemId)->ActivateL();
SetEditableL(IsEditable()) ;
Any one who can help me converting this code into CEikNumberEditor.
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules