BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 07-31-2008, 09:29 PM   #1
sday
New Member
 
Join Date: Jul 2008
Model: 8700c
PIN: N/A
Carrier: Cingular
Posts: 6
Default ListField - selectedIndexChange event

Please Login to Remove!

Is there such a thing? So far the only way I can figure to be notified when the selected index of a ListField changes is through the drawListRow.

I've search everywhere but can't seem to find any examples of a callback for that purpose.

Thanks for any help
-Steve
Offline  
Old 07-31-2008, 10:53 PM   #2
CELITE
Thumbs Must Hurt
 
Join Date: Dec 2005
Model: 8310
Carrier: Rogers
Posts: 138
Default

You can override moveFocus. Check the selected item before the call to super then the selected item after. If different, you've got it. Additionally you could just override moveFocus with the x and y arguments and use those to determine your movement but I've found it unreliable in some circumstances.
Offline  
Old 07-31-2008, 11:01 PM   #3
sday
New Member
 
Join Date: Jul 2008
Model: 8700c
PIN: N/A
Carrier: Cingular
Posts: 6
Default

Funny you should mention a workaround, I did this in the drawListRow and it seems to work.
Code:
// Until I find a better way, this is how I get a single listchange event.
            iValue = list.getSelectedIndex();
            if(iValue != iSelIndex)
            {
                iSelIndex=iValue;
                cfm.ChangeContent(menu[iSelIndex]);
            }
I'll have to try it in moveFocus as I'm guessing it doesn't get called as much as drawListRow.

Thanks
Offline  
Closed Thread


Thread Tools

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


Honeywell 30751856 Memory Module picture

Honeywell 30751856 Memory Module

$555.75



Allen-Bradley 1772-MEB Memory Module picture

Allen-Bradley 1772-MEB Memory Module

$266.18



1 Allen-Bradley 1772-ME16 MEMORY MODULE picture

1 Allen-Bradley 1772-ME16 MEMORY MODULE

$2368.34



2711-NM11 PCMCIA Linear Flash Memory Card 256KB Fast Shipping AB 2711NM11 picture

2711-NM11 PCMCIA Linear Flash Memory Card 256KB Fast Shipping AB 2711NM11

$350.66



ANALOGIC ANDS4854 MEMORY CARD picture

ANALOGIC ANDS4854 MEMORY CARD

$439.41



Allen-Bradley Memory Battery 1772-BG picture

Allen-Bradley Memory Battery 1772-BG

$155.61







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