Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Why its blinking just before launching the FORM??

Avatar

Level 8

Hello

I am developing an Adobe interactive form from LiveCycle designer (from SAP, its back end ERP software).

I wrote some very very simple validation Java Script at the form fields level at INITIALIZATION event, fine.

When i am launching the form in the browser, am getting couple of BLINKING popups (but, i could not see/read/view the content/message of that popups, bcz just they are blinking for a milli milli seconds duration).......at the same time, the my laptop screen also BLINKING.........finally, the form is launching!!

Why am getting BLINKING (popups, my laptop screen) just before launching the form on the screen/browser? Any mistakes in Java Script? When i did/click CHECK SYNTAX button, i did not see any red issues(except couple of warning).

Thank you

0 Replies

Avatar

Level 5

Hello Srinivas,

    Even I see this on my screen several times. This might be because of any javascript error resulted from your script.

To see this dialog box, you should enable your javascript debugger. Open Adobe Reader,got menu, Edit -> Preferences, click the javascript tab on the left hand

side.

Now on the right hand side,

In Javascript section -- check Enable Acrobat Javascript.

In Javascript debugger section -- check the button Show console on errors and messages.

This should help you in displaying the javascript debugger. If you still dont see the debugger,

put some syntax errors temporarily in your form initialize event javascript, try to open the form using adobe reader.

If it still doesn't show, Use Ctrl - J to show the debugger.

Regards,

kc