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

dpz_
dpz_
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dpz_
Customize the badges you want to showcase on your profile
Output one Table in two Contentareas - pagination not working - Adobe LiveCycle 05-12-2019
Hello,I want to output a table in two content areas on one page. There is fixed text between the tables. The two content areas have the same height, so they run full at the same time. In this case, another page is to be output.The whole thing has already been implemented, there is only the problem that on each page only one row of the table is output although there would be even more space. After having played for hours with the pagination it's time to ask the experts for advice My Testform and ...

Views

973

Likes

0

Replies

0
Re: Hide Object on Page > 1 - Adobe LiveCycle 06-03-2016
Hi Bruce,you are right, this.presence works better but i reached still not the wanted result.Now i get1st Page. Correct. Obejct in shown2nd and 3rd Page: Object is not shown but there is a white space instead of the object. I would expect this when using "invisible".Perhaps this is because the form is already rendered and so i get white gaps when hiding elements?RegardsDaniel

Views

738

Likes

0

Replies

0
Re: xfa.host.messageBox(xfa.layout.page(this)); not working (JavaScript) - Adobe LiveCycle 05-03-2016
I tried: data::initialize - (JavaScript, client)console.show();console.println("Init");But still no console

Views

868

Likes

0

Replies

0
Re: Hide Object on Page > 1 - Adobe LiveCycle 05-03-2016
I tried this: data.MAIN.Tabelle1.Kopfzeile_First.Kopf_Main.Kopf_Main_1::ready:layout - (JavaScript, client)page = xfa.layout.page(this);if (page == 1 ) {xfa.host.messageBox("First " + page.toString());}else {xfa.host.messageBox("Hide " + page.toString());data.MAIN.Tabelle1.Kopfzeile_First.Kopf_Main.Kopf_Main_1.presence = "hidden";}Result with 3 Pages is:First Page: Instead of Kopf_Main_1 there is an empty space (as i would expect using invisible)Page 2 & 3: Kopf_Main_1 is shown.I can see 3 Popup...

Views

739

Likes

0

Replies

0
Re: xfa.host.messageBox(xfa.layout.page(this)); not working (JavaScript) - Adobe LiveCycle 05-03-2016
I could remove the warnings:- activating or deactivating of Acrobat JavaScript Console in not possible in target version. Targetversion Reader 10.0 Code 3302- activating or deactivating of Acrobat JavaScript Debugger in not possible in target version. Targetversion Reader 10.0 Code 3301by setting Target Version to 10 or higher in form preferences.But still no console available Do i need Adobe Reader Pro?

Views

867

Likes

0

Replies

0
Re: xfa.host.messageBox(xfa.layout.page(this)); not working (JavaScript) - Adobe LiveCycle 05-03-2016
Thanks for your answer. toString() works with messageBox.I would like to use the console too.I am Using LiveCycle Designer 11.0.1.20150701.2.920171 and Adobe Reader DC 15.010.20059. I Enabled Console for Javascript for Messages in the Reader. But when i hit CTRL + J in Reader nothing happens.In LiveCycle Designer i get these warnings:- activating or deactivating of Acrobat JavaScript Console in not possible in target version. Targetversion Reader 10.0 Code 3302- activating or deactivating of Acr...

Views

862

Likes

0

Replies

0
Hide Object on Page > 1 - Adobe LiveCycle 04-03-2016
Hi,i want to hide an Object withobject.presence = "hidden"; only when its not on the first page. How can i manage this?In Event initialize xfa.layout.page(this) is not available.In Event layout:ready its too late to hide the Object.Is there a fitting Event for my need?Regardsdpz

Views

1.3K

Likes

0

Replies

5
xfa.host.messageBox(xfa.layout.page(this)); not working (JavaScript) - Adobe LiveCycle 04-03-2016
Hi,i am setting this.rawValue = xfa.layout.page(this); in layout:ready Event. This is working fine.But when i am trying to send the page no to a messageBox in the same Event like this:xfa.host.messageBox(xfa.layout.page(this));nothing happens. Why?Regardsdpz

Views

2.3K

Likes

0

Replies

6