Discussion Board
-
A problem
2002-09-20, 04:44
#1
Registered User
Hi,all,
There are a numbereditor and a label in my dialog, I want to change them in this way,
STATIC_CAST(CEikNumberEditor*,Control(EExampleControlIdXEditor))->SetNumber(100);
STATIC_CAST(CEikLabel*,Control(ESENTENCE))->SetTextL(_L(""
);
after these code , the numbereditor is changed to 100, but the label text is not changed , why?
any difference between them?
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