Scripting:
In Designer I use some scripts in my forms and they seem to make the pdf very slow.
EXAMPLE:
in the click event:
xfa.resolveNode("Formular1.Seite6.#area[0].erggrößer[0]").presence="visible"
xfa.resolveNode("Formular1.Seite6.#area[0].ergtext[0]").presence="invisible"
It's used with a button to control the field.
Sometimes I wait almost a minute until I can go on with my work.
How can I improve the perfomance?
thanks
hacki72