Previous | Next | (P-PDF) Forms & FDF
Topic: Re: Mouse-over pop-up balloon? (Via Email)
Conf: (P-PDF) Forms & FDF, Msg: 28285
From: dug
Date: 10/9/2001 12:06 AM
Actually, you can have a popup that appears on the Mouse Enter event, and =then disappears on the Mouse Exit event.
//MouseEnter script
getField("myfield").display=display.visible
//MouseExit script
getField ("myfield").display=display.hidden
Create the field "myfield" as a text field, and under OPTIONS type your =popup message, with escape characters as desired.
--doug