Hi all,
Using 'xfa.host.messageBox' I've been able to pop up a warning message. This particular pop up has a red cross on it and was wondering if anyone knows how to pop up a message box which displays the yellow triangle graphic with the '!'?
Also, is there a way to make popup warning messages work in Acrobat version 6 and older as well. I've written a script which detects the version number and if its older than version 9 it will display a message to the user. However this only appears to work for version 7 and 8 and not on 6. I don't have any other older versions so I'm unable to check on version 5 and such.
SCF
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
use xfa.host.messageBox("Hello World!","", 1,1);
Views
Replies
Total Likes
Thanks Radzmar, that worked perfectly. I noticed that if I put a value of 0 for the second 1 it will get rid of the cancel button. Thanks so much for your help.
Is there another way to call pop up messages so that it will work in versions of reader older than 7? I tried "app.alert("test",1)" but even that didn't work in 6.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies