BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 01-31-2009, 05:07 AM   #1
taqi.mir
Thumbs Must Hurt
 
Join Date: Oct 2008
Model: 8800
PIN: N/A
Carrier: AT
Posts: 81
Default Searching for list item

Please Login to Remove!

Hi,

I am posting more than a thread because i have not found any solution for selecting particular row in the ListField though i have implemented the indexOfList method .
My written code looks like below,

public int getPreferredWidth(ListField fieldVar)
{
//use all the width of the current LCD
return Graphics.getScreenWidth();
}
int searchIndex;
boolean bolResult;
public int indexOfList
(ListField fieldVar,String prefix,int start)
{
for (int a=0; a<_table.size();a++)
{
Object obj= _table.elementAt(a);
if(obj instanceof String)
{
String entry =(String)obj;
bolResult = entry.startsWith(prefix);
if(entry.startsWith(prefix)==true);
{
searchIndex=_table.indexOf(entry);
// Dialog.inform(""+bolResult);
break;
}
}
}

fieldVar.setSelectedIndex(searchIndex);

return _table.indexOf(prefix,start);
}

Am i doing something worng,please quick response will be appreciated.
Offline  
Old 01-31-2009, 05:58 AM   #2
taqi.mir
Thumbs Must Hurt
 
Join Date: Oct 2008
Model: 8800
PIN: N/A
Carrier: AT
Posts: 81
Default

Why setSelectedIndex(searchIndex) this method doesn't work in the below code? public int indexOfList
(ListField fieldVar,String prefix,int start)
{
for (int a=0; a<_table.size();a++)
{
Object obj= _table.elementAt(a);
if(obj instanceof String)
{
String entry =(String)obj;
bolResult = entry.startsWith(prefix);
//if(entry.startsWith(prefix)==true);
//{
//searchIndex=_table.indexOf(entry);
if(bolResult)
{

searchIndex=_table.indexOf(entry);
Dialog.inform(""+searchIndex);
listField.setSelectedIndex(searchIndex);
listField.invalidate(searchIndex);

break;
}

// Dialog.inform(""+bolResult);

//}
}
}

//fieldVar.setSelectedIndex(searchIndex);

return searchIndex;
}
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


4 pieces Radio Frequency Coil p/n 41782 & PE16722  New picture

4 pieces Radio Frequency Coil p/n 41782 & PE16722 New

$90.67



Ignition Coil for Briggs and Stratton 492341, 495859; 160-01011 picture

Ignition Coil for Briggs and Stratton 492341, 495859; 160-01011

$27.02



HYSTER 4097212 IGNITION COIL picture

HYSTER 4097212 IGNITION COIL

$128.78



PACK OF 4 IGNITION COIL T1102 UF316 9091902240 FOR Toyota Echo Prius(C) Yaris picture

PACK OF 4 IGNITION COIL T1102 UF316 9091902240 FOR Toyota Echo Prius(C) Yaris

$47.00



1Pcs New For  Solenoid Valve Coil 12VDC 38W 617470  picture

1Pcs New For Solenoid Valve Coil 12VDC 38W 617470

$161.55



3600Pcs 15 Degree Siding Nails  0.092

3600Pcs 15 Degree Siding Nails 0.092"×2-1/2" Collated Wire Coil Full Round Head

$45.15







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.