How can I add the scrollbar in AknDialog.

Login to reply to this topic.
Wed, 2008-01-23 08:34
Joined: 2007-09-07
Forum posts: 23

Hi,

I am using the akndialog having one label.
I am using the following resource:

RESOURCE DIALOG r_demo_singlepage_dialog3
{
flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
EEikDialogFlagCbaButtons | EEikDialogFlagWait | EEikDialogFlagFillScreen;
buttons = R_AVKON_SOFTKEYS_BACK;
items =
{
DLG_LINE
{
id = ESinglePageDlgC1Id;
type = EEikCtLabel;
control = LABEL
{

};
}
};
}

Now problem is that, when I set the long text in the label and text is going out of screen and
text is cutting at bottom of screen.

Could anyone tell me, how can I use the scrollbar in a dailog so that for long text user can
scroll.

Thanks in advance.


Wed, 2008-01-23 19:10
Joined: 2007-12-19
Forum posts: 49
Re: How can I add the scrollbar in AknDialog.

Check this, maybe it will help you solve this problem
http://discussion.forum.nokia.com/forum/showthread.php?t=9445

  • Login to reply to this topic.