These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

handling a message object.

fursten
Registered: Feb 14 2007
Posts: 14

Hi,
 
In my forms (created with livecycle designer 8 and readed using reader 8.0) I have one button that changes the layout of the form. Each form could have x numbers of transformations.
 
Despite this transformations being very fast, I would like to tell the users about them while they are being applied.
 
So, I was wondering if there is any way to show a message to the user while the form is changing. I donĀ“t want the user to click at any button for the message to disappeer. I would like a light, small and simple object to display that message (as sometimes we see in html applications).
 
I was thinking in using a message box but it has buttons, or creating a windows popup message (using a popup menu?). This last one seems more appropriate for what I want, but I would like to be given some feedback about this. And even if the popup menu is the better way to accomplish this, how can I control the display and the close of that message?
 
Thank you.

My Product Information:
Reader 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
The only way to create a popup message that you can kill is with custom dialogs. Take a look at [url=http://www.windjack.com/products/acrodialogs.php]AcroDialogs[/url]. But I don't think this will work. The dialogs are modal and will block Acrobat from doing other things.

Something else that might work is to do a short video. I don't think that a multimedia player would cause a problem. I have a sample of a LiveCycle form playing a movie here.

[url=http://www.windjack.com/resources/howto.php]http://www.windjack.com/resources/howto.php[/url]

Scroll down to Extreme JavaScript and select the MultimediaXFA example.

Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script