problem in editor

Login to reply to this topic.
Mon, 2008-09-01 13:25
Joined: 2008-08-22
Forum posts: 20

i m using editor in which the problem is, the last line of the text is half displayed(partly visible).
i used the following code to construct my editor.
iEditor->ConstructL(this, KNumberOfLines, KTextLimit,
CEikEdwin::EInclusiveSizeFixed,
EGulFontControlAll, EGulNoSymbolFonts );
i think there will be CEikEdwin 's enum flag will be used bt cant make it possible.
how can i make my editor in such a way that my last line will be shown completely.


Tue, 2008-09-02 09:27
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
Re: problem in editor

Compute(and set) the size of your Edwin dynamically based on the size of the font you are using.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

  • Login to reply to this topic.