Expand my Community achievements bar.

ulibaehr
ulibaehr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi there,in a click-event I would like to change the height of all checkboxes that lie in the same horizontal row.As it is a flowed layout some checkboxes may be in the next row - those I do not want to change.My question is therefore: How can I find out the y-coordinate in a flowed layout?With that...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    7
  • Hi Bruce,I am afraid that doen't help at all (or I miss the idea of your reply).Try this: Add a data connection to a form.Now right click on the data connection and choose "Connection Properties". There you can click on "Transform Incoming Data" and pick an XSLT file.I am talking about this XSLT fil...

    Type

    Questions

    Views

    436

    Likes

    0

    Replies

    0
  • I have a data connection with an XML file. Before using it in the pdf I have to convert it first with an xslt.Problem is:I would like to embed the XSLT in the pdf and distribute it all as one pdf file. How do I do that?Besides: Testing would be easier, if the XSLT could be specified with a relative ...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    3
  • Hi John,thank you very much for that perfect solution.To make your code ready to use for everyone and hopefully even more understandable I added a few lines.The following is the code of the "class" in a scriptObject: Formular1.#variables[0].myDateScript - (JavaScript, client)function myDate(sDay, sM...

    Type

    Questions

    Views

    885

    Likes

    0

    Replies

    0
  • Can you describe a bit more precisely what your problem is?In the PDF I only see 3 lines of text and no dynamic elements at all.What part of your PDF is not expanding?

    Type

    Questions

    Views

    350

    Likes

    0

    Replies

    0
  • a very ugly makeshift solution is of course: Writing in the scriptObject "mydate"function createDate(sDay, sMonth, sYear) {    var oDateObject = new Object();    oDateObject.day = sDay;    oDateObject.month = sMonth;    oDateObject.year = sYear;    return oDateObject;    } // function createDate()fu...

    Type

    Questions

    Views

    564

    Likes

    0

    Replies

    0
  • Hi,a year ago there was a posting "creating javascript objects in LCD 7.0.1 " http://forums.adobe.com/message/1360679#1360679I tried this in Designer 8.2 and failed! Does anyone know why?I set up a scriptObject "mydate" which contains:function createDate(sDay, sMonth, sYear) {    xfa.host.messageBox...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    3
  • Excellent. I tried it and it works! Thanks a lot! Once you know the key word you find the right documentation. In case someone else has the same problems: Here is more information:http://livedocs.adobe.com/livecycle/8.2/acrobat_designer/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Adobe_LiveCycle_D...

    Type

    Questions

    Views

    413

    Likes

    0

    Replies

    0
  • Hi,I have a table on my form. If the user hits the tab key on the last field of the last row I want to add another row (as this happens in MS-Word tables for example).My problem is: How do I find out what inititated an exit event on my field? Was it a tab key or did the user click with the mouse som...

    Type

    Questions

    Views

    921

    Likes

    0

    Replies

    2
  • Paul, I was confused. Thanks for kicking me in the ass to try it again!My problem was not parameter passing. It turned out I misinterpreted the error message.Folks, go ahead and keep using the script objects! It is worth it. And there is now problem to pass "this" as a parameter to your functions. :...

    Type

    Questions

    Views

    326

    Likes

    0

    Replies

    0
Top badges earned by ulibaehr
Customize the badges you want to showcase on your profile