https://help.adobe.com/en_US/AEMForms/6.1/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d270d-7ecd.2.htmlCheck this out if moduleWidth and moduleHeight can do something for you. I added below in initialize event and its changing its dimensions:this.resolveNode("ui.#barcode").moduleWidth = "...
It totally depends upon the amount of data, it keeps growing as per the data.However, you can set the initial H*W for this.You can have some test cases for the amount of data that will come from your API and can set the average dimension accordingly.
https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/captcha-adaptive-forms.html?lang=en See this example : if (slingRequest.getParameter("numericbox1614079614831").length() >= 5) {GuideCaptchaValidatorProvider apiProvider = sling.getService(GuideCaptcha...
Check the error in workbench logs.one more thing you can do is to update C++ distribution. See if the existing C++ library is compatible with workbench version. update C++ distribution library and reinstall if still don’t work. Take a look at this video on YouTube:https://youtu.be/rY8yFstNCUQ
It may be due to a memory issue, check below if it helpshttps://experienceleague.adobe.com/docs/experience-manager-learn/forms/troubleshooting/how-to-tweak-workbench-memory-parameters.html?lang=en
What system message you are getting? I used the below code, and this code directly opens a print dialog.xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);