Discussion Board
-
Hiding ears for Captioned Controls (CEikCaptionedControl)
2001-11-29, 15:13
#1
Registered User
Is there any method for hiding the triangle (a.k.a. ear) in between the prompt and control of a Captioned Control?
-
RE: Hiding ears for Captioned Controls (CEikCaptionedControl)
2001-12-05, 20:23
#2
Regular Contributor
You can hide ears by using
CEikCaptionedControl::SetUsesEars(TBool aUsesEars).
In a dialog this can be done by calling
Line(lineId)->SetUsesEars(EFalse)
in PreLayoutDynInitL.
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