Expand my Community achievements bar.

event.target == null in AIR client

Avatar

Level 3

Hello,

once again I have a question, and this may very well be a tricky one:

I have the need to check if a dynamic XFA form has been signed from inside this form. This is quite easy and works perfectly if I just use a button on the form or just about any script event I can think of. It does, however, NOT work if I use the form inside an AIR client which is using a FormBridge construction to communicate with the PDF.

The problem seems to be that event.target is always null in that case. So what I'm looking for is either an explanation why event.target is null when embedding the form inside AIR or how to check if the form is signed without having to use event.target (or the doc object if you will).

Can anyone think of anything to achieve this?

Many thanks,

Steffen.

0 Replies