Written by

Question Peter Kopp · May 23, 2016

Execute tablepane onselectrow from tableNavigatorBar action.

Good morning, I am using a tableNavigatorBar on a tablepane. I want to execute the onselectrow method of the tablepane each time the tableNavigatorBar is used to proceed to a tablepane record. Has anyone connected these two component in this way before? Thank you for any hints, input and/or comments.

Comments

Bill McCormick · May 23, 2016

Its not a select so you are going to have trouble firing the event programmatically. What are you trying to accomplish from a functional point of view?

0
Peter Kopp  May 23, 2016 to Peter Kopp

I created my own navigation capability. So not sure this was such a great question. Thank you for your time.

0
Peter Kopp  May 23, 2016 to Bill McCormick

The rows of the tablepane represent a document. Each row in the tablepane is a reference to an image file. When the user selects a row the image is rendered. When the number of tablepane rows(pages in a document) are large, this navigation becomes cumbersome. Hiding the tablepane and using the tableNavigatorBar would be a simple and compact way to traverse the pages.

0
Peter Kopp · May 23, 2016

The rows of the tablepane represent a document. Each row in the tablepane is a reference to an image file. When the user selects a row the image is rendered. When the number of tablepane rows(pages in a document) are large, this navigation becomes cumbersome. Hiding the tablepane and using the tableNavigatorBar would be a simple and compact way to traverse the pages.

0