closed
Public

1. Add a table to your plot

2. Embed some text

3. Add some action to the text that shows a message

4. Run simulation

When clicked the message is shown, and then when you click OK in the modal message dialog, the row is selected.

It should be the in the opposite order, right?

1 answer

I think it is the correct order. When you click the hyperlink (text) , the text element get the event first and it will process it, and then notify its container (table), so the table update its selection.

If you want to change this behavior, you can change the table’s selection in hyperlink’s event handler, just before showing up the message.

#1

This question is now closed