Need to create a "check" box over a word that when selected will circle the word rather than marking over it as would a cross, circle, diamond etc.
Need to create a "check" box over a word that when selected will circle the word rather than marking over it as would a cross, circle, diamond etc.
Instead of using a check box, use a Text field.
Draw a text field around the word/s you want to create an action.
Set the properties for the Text field as follows:
General tab: Form Field is visible & Read Only.Apperance tab: Border Color and Fill Color = No Color.
Action tab: Mouse up, or On Focus, or Mouse Enter. Run a JavaScript, click Add.
Enter this JavaScript:
app.alert("This is the information I want to display for this word/s", 1)
When the user executes the Action, a dialog box will display.
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.