|
| CEikChoiceList problem series80 |
 |
Fri, 28 Jul 2006 16:42:14 +053 |
Hi All,
I use CEikChoiceList my app.
In emulator it's working fine.but in device(9300i) choice list pop up not
appear.
iValue = new (ELeave) CEikChoiceList;
iValue->SetContainerWindowL( *aParent );
iValue->ConstructL(aParent,CEikChoiceList::EIncrementalMatching|CEikChoiceLi
st::EPopoutIcon,10); iValue->AllowPopout(ETrue);/// set list data array
iListData= new(ELeave) CDesC16ArrayFlat(1); iValue->SetArrayL(iListData);is
anything wrong?BRDebasish
|
| Post Reply
|
|
|
|
|
|
|
|
|
|