Expand my Community achievements bar.

Geckoz100
Geckoz100
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I realize this is an old post, but for future readers....An easier way to do this is to create two checkboxes, and set them to "Circle" type.In the "Click" event for CheckBox1, add this script: if (this.rawValue == 1) {    CheckBox2 = 0}In the "Click" event for CheckBox2, add this script: if (this.r...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • I'm using these "\n" in several scripts that have multiple lines, so I'm using the "+" at the end of the line to continue.  When I use a single "\n" the "+" becomes inactive, but when I use "\n\n" it works again.  Do you know what this is about?This works:"bla bla \n\n" +This doesn't work:"bla bla \...

    Type

    Questions

    Views

    6.1K

    Likes

    0

    Replies

    0
  • Perfect, works great!  Just does what I needed.  I'm reposting your script here for future readers, for easier reading:Really appreciate the help,Kam.var rowCount = this.parent.instanceManager.count;this.rawValue = this.parent.index + 1;

    Type

    Questions

    Views

    3.7K

    Like

    1

    Replies

    0
  • I'm not an experienced programmer/scripter, so I was able to piece this together, but there must be some cleaner way to do this with an automatic counter of some sort:var vIndex = ["1", "2",  "3", "4", "5", "6", "7", "8", "9",]var i = this.parent.index;this.rawValue = vIndex[i];

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Thanks for this script.  I was wondering if it's possible to make the numbering dynamic, so that if you add several rows but then decide to delete a few in the middle, to make the row numbers readjust to the proper sequence.

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • jasotastic81, thanks for your response.  I haven't been able to get that code to work.  I'm using LCD ES2 and opening the resulting PDF in Acrobat X.  The Add User button has no effect.I have the Remove User button initially set to Hidden.In the Add Users button, I added your script, but had to twea...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • I have an expanding table which will be used to enter a list of user names.  Each row has a "Remove User" button in the last cell on the right.  At the top of the table I have an "Add More Users" button.  I would like to hide the "Remove User" button when when the form is first opened or if there is...

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    3
  • I was able to answer my own question.  In case anyone runs into this situation, here's the answer:  Select the master pages objects in the Hierarchy panel and in the Object panel / Pagination tab, make sure to check "Include Page in Numbering".That did the trick.

    Type

    Questions

    Views

    8.8K

    Likes

    2

    Replies

    0
  • Hello,I'm having this same issue with "Page 0 of 0" showing up on all pages.  I have check the two objects (CurrentPage and PageCount) and they are both present and configured the same way as in other documents where the page number function is working properly.  Any suggestions?  Any help is greatl...

    Type

    Questions

    Views

    8.5K

    Like

    1

    Replies

    0
  • Hi again,If I want to use the above script and just change the date format to yyyymmdd, can I simply change the order of the letter in the format masks to achieve the same result?Thanks.

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

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