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

8_BIT_PLATOON
8_BIT_PLATOON
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
16

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by 8_BIT_PLATOON
Customize the badges you want to showcase on your profile
Re: How to use external jar in Adobe CQ5? - Adobe Experience Manager 03-06-2017
Just to add to point 3...Adobe CQ/Adobe AEM: How to Integrate 3rd party Jar file in CQ / WEM

Views

775

Likes

0

Replies

0
Re: Where is the JAR for com.adobe.idp.services.convertpdf? - Adobe LiveCycle 28-03-2017
Which JAR contains? --> com.adobe.idp.services.FormsServiceServiceLocator

Views

324

Likes

0

Replies

0
Re: Is there some magic behind event.target.importTextData() that I'm missing? - Adobe LiveCycle 14-02-2016
Was quickly checking this out:http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Acrobat10…"Each row must be tab delimited"--> Is the text file data tab-delimited?The method importTextData() seems to only support tab-delimited files --> so the name of the function is misleading.The very last line of the article says:"The data file can be a spreadsheet or a database."I'll try spend some time later today checking what i've done in the pas...

Views

390

Likes

0

Replies

0
Re: PDF in Workspace calling a Livecycle Process via SOAP, using LoadXML() script to load result set. - Adobe LiveCycle 14-08-2013
HI Diego, Yes, we got it working!So the solution could be one of the following, depending on your requirement:1) Return a hashmap / list 2) Use the XMLData script object in Designer3) Add a 'wrapper' Java WS between LC Process & the PDF. The PDF calls the Java and then can integrogate the "table of data" returned.Thanks8 BIT PLATOON

Views

209

Likes

0

Replies

0
PDF in Workspace calling a Livecycle Process via SOAP, using LoadXML() script to load result set. - Adobe LiveCycle 06-06-2013
Hi All, SCENARIO:1) I have a PDF which loads into Workspace.2) On a user click, the PDF does a lookup to a Livecycle Process via SOAP (wsdl)3) The webservice returns a string (which is an XML).4) I take the xml and load it into the relevant "results" subform using the resultsSubform.loadXML() and xfa.form.merge() functions.PROBLEM:1) This works x number of times and then the x+1'th time the whole Browser PDF plug-in crashes and closes down.The popup appears:- "Adobe Reader has stopped working"Ap...

Views

2.0K

Likes

0

Replies

2
Re: Livecycle Designer: Handling complex XML returned from LC Workbench process - Adobe LiveCycle 06-06-2013
10 points for you Bruce....Quality stuff.... all works... thank you Bruce.With the xfa.form.merge(); invoked afterwards.....Please drop me an email sometime:forums [at] 8bitplatoon [dot] com.

Views

211

Like

1

Replies

0
Re: Livecycle Designer: Handling complex XML returned from LC Workbench process - Adobe LiveCycle 05-06-2013
Thanks alot Bruce - this I will definately try.I previously tried other means... eg:xfa.form.form1.subform1.subform2.loadXML(...);However, invoking the loadXML on the datasets makes 100% more sense.Let me give this a try...Regards, Luigi

Views

182

Likes

0

Replies

0
LC Process returning XML variable via SOAP - Adobe LiveCycle 05-06-2013
Hi Community, Situation: XFA Form making a Search Request:1) I have a LC process that has an 'output' variable of type XML.2) The XML contains repeating elements3) The XFA form, makes a webservice call to the LC Process and stores the XML response ('search results') in a hidden text field.4) I want to use this XML now to load a small section of the form (table) with the 'search results'I am familiar with this method:- xfa.datasets.data.loadXML(tfRespXML.rawValue, 0, 1);However this re-loads the ...

Views

595

Likes

0

Replies

0
Livecycle Designer: Handling complex XML returned from LC Workbench process - Adobe LiveCycle 05-06-2013
Hi Community, Situation: XFA Form making a Search Request:1) I have a LC process that has an 'output' variable of type XML.2) The XML contains repeating elements3) The XFA form, makes a webservice call to the LC Process and stores the XML response ('search results') in a hidden text field.4) I want to use this XML now to load a small section of the form (table) with the 'search results'I am familiar with this method:- xfa.datasets.data.loadXML(tfRespXML.rawValue, 0, 1);However this re-loads the ...

Views

1.1K

Likes

0

Replies

3
Re: Getting Attachments into a Document Form - Adobe LiveCycle 29-05-2013
I can't remember if it is a map or list.... that is required in the input, however... you can see that...but make sure the sub-type of the attachment/map is a "document" type.when i get back onto workbench... i'll give full full details....

Views

1.6K

Likes

0

Replies

0
Likes given to
Likes from