hi, knowing that the following :
CAknFilteredTextListBoxModel* model = STATIC_CAST(CAknFilteredTextListBoxModel*,iBox->Model());
and model->Filter() function i can get the class 'CAknListBoxFilterItems', i try to use CAknListBoxFilterItems::SelectionIndexes to get CArrayFix<TInt>*, the problem is if im' using FilteredNumberOfItems i can get the number of item filtered, if im using CArrayFix::Count(), i got 0, did any one knowing how to get the filter item in the listbox?
the following is my code :
//////////////////////////////////////////////////////////////////////
if (formattedListBox==NULL) return;