Expand my Community achievements bar.

Niall_O_Donovan
Niall_O_Donovan
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Harry,You can control the borders in the Object > Field palette. Just select custom appearance in the dropdown and then edit the borders individually.You can go a script route, but it is a bit involved as you need to script each border individually. For example this will make the bottom border in...

    Type

    Questions

    Views

    5.0K

    Like

    1

    Replies

    0
  • Glad you have it working I have a summary of how often events fire here:http://assurehsc.ie/blog/index.php/2010/05/how-often-events-fire-and-their-sequence/I am working on another sample, but it is no where near being finished yet. Check out the help file, as there is a good description of events th...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • Hi Joe,The problem is the event that you have placed the script. The layoutReady event fires many many times, especially as objects are shown and hidden. If you move your script to the exit event of the dropdown, I am sure it will work. If that doesn't work, can you share your form? Upload to Acroba...

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    0
  • Hi Joe,Two possible things:Is the form saved as a Dynamic XML form in the save as dialog?If the subform/page that contains all three subforms set to flowed? One other unrelated point is to set the 'preserve script changes' in the File > Form Properties > Default tab to 'Automatic'. Its not cause the...

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    0
  • Hi Shishir,Its difficult to see the structure and check the syntax without it. If you upload it to Acrobat.com and either share the published link here or send me a pm. We will be able to get it sorted,Niall

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Hi Shishir,Going through the script again: var oItems = xfa.resolveNode( "xfa.record.HAP_DOCUMENT.T_ELEMENTS");var nItemsLength = oItems.nodes.length;if (flag == "1"){     flag = "0";     for (var nItemCount = 0; nItemCount < nItemsLength; nItemCount++)      { // Begin Loop 1          if (oItems.nod...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Hi Shishir.P,The use of .value/.rawValue does not relate to whether an object is bound or not. If you are trying to access the value of an object (in JavaScript), then you need to use .rawValue. You would use .value for a global variable, or an attribute of an object, like the font colour. I think t...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Hi,I'm trying to follow the script. The one thing I would query is what are the objects that you are trying to access their values? When reading/writing the value of an object, you use '.rawValue'. When reading/writing to a Global Variable (set initially in the File > Form Properties > Variables tab...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Excellent point!!That's how I use LC Designer (with Parallels and Windows 7), but failed to mention it  Niall

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

    0
  • Hi,No joy!When LS Designer is bundled with Acrobat, it ONLY comes with the Windows version.As far as I know, LC Designer is not available for the Mac, as the background Enterprise Suite is a Windows solution.I have CS5 Design Premium for Mac and it does not have LC Designer. I do have  a standalone ...

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

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