Title on the Status pane is not clear

Login to reply to this topic.
Thu, 2007-10-25 08:00
Joined: 2007-08-10
Forum posts: 16

hi all,
I have container class which has edit box.I tried to display title on the
status pane.
CAknTitlePane* titlePane = static_cast
( StatusPane()->ControlL( TUid::Uid( EEikStatusPaneUidTitle ) ) );
titlePane->SetTextL( title );
the title is very clear.When i nave gate to editbox(edwin control) that means when the
focus is on the edwin title is truncated(if title text is too long).
How can i display title clearly with out truncated(if title text is too long) even though the focus is on edit box?

It is happening due to the mode (like number mode,symbol mode) is set when the focus is on edwin.
How to Disable the mode?

thanks
chakri


Thu, 2007-10-25 14:00
Joined: 2007-08-10
Forum posts: 16
Re: Title on the Status pane is not clear

yes ,got solved

  • Login to reply to this topic.