LW 4.3 CAPI on Linux, selection callback vs action callback
Hi, I have a CAPI application that uses a list-panel to display a number of entries. The :selection-callback works as desired. I also need a callback that is invoked when the user hits "return" on an item. The :action-callback does this but as far as I can tell there is no way to find out the index of the list-panel's cursor in the list of items. It seems that the user can move the cursor without affecting the selected item, so that isn't the index I need to capture the highlit record when then user hits return. Thanks for any help, Greg