Hi everybody, I wonder:
is it possible to create a list with full screen size?
Hi everybody, I wonder:
is it possible to create a list with full screen size?
listbox you mean ?, then yes, simply just set the container to own full screen window and set the rect of the listbox to correspond to that area.
yucca
It does not work,
here is the code
TInt nSelectedItem;
CDesCArrayFind Owner( *m_pItems );
CAknSelectionListDialog* pDlg = CAknSelectionListDialog::NewL( nSelectedItem, &Owner, R_MENUBAR );
pDlg->SetRect( m_rResult );
this code crashes on " pDlg->SetRect( m_rResult ); "
may be thereis another way to setup size & position ???
ok, that is dialog, I thought you would be using CCoeControl based view.
yucca
Hi, I could manage to show a list in full screen. But I still have a problem with it.
In the list, there is an unnecessary line is drawn. ( I guess this is probably because of the layout change or something.) Is there anyway to hide this line? I mean the line is one which is usually displayed when you use List with no UI theme activatedand in normal screen mode. and the line is very annoying when it is shown in full screen mode, because it is drawn just where there is no meaning. Is there any option that I can enable/display this?
Thanks a lot for your help.
Last edited by mimimi; 2006-10-30 at 08:59.