On 25/9/01 5:21 am, Matt Denton <[EMAIL PROTECTED]> wrote: > SelectedLoc seems to always be correct. Can anyone help? Kevin: is > this a bugga-lug? This is driving me crazy but I may have to change > strategy if there's no work around.
This is a feature: its an interaction with the order of the messages. The selectionChanged message is sent after the selection changes, but the arrowKey message before. So you need to trap the rawKeyUp message to solve your problem. Regards, Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - Power to the Developer! Tel: +44 (0)131 718 4333. Fax: +44 (0)1639 830 707.
