Expand my Community achievements bar.

davidcornett
davidcornett
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello,I'm trying to have a button on the Master Page do different things according to which part of the form the user is on.if (xfa.host.currentPage = "1" ) { do x;}else {do something y; }It doesn't seem to work. It always does x.  I suspect that since it's really 1 long page (flowed subforms) it's ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • Using the currentPage script still doesn't have the user start at the top of the page.  But having different parts firing at different times gave me the idea for a work-around.  Since I have Navigation OK buttons at the top of the pages, instead of using the .currentPage script I used the .setFocus ...

    Type

    Questions

    Views

    220

    Likes

    0

    Replies

    0
  • Hello everyone,This is a pretty basic question. My form has navigation buttons that go to the next page and hide the previous page(s).For a 2 page form here is the script for the click event for the Navi button on page 1: xfa.host.currentPage = 2; form1.page2.presence = "visible"; form1.page1.presen...

    Type

    Questions

    Views

    755

    Likes

    0

    Replies

    2
  • I've been changing "access" using JS: this.access = "readOnly";But then there can be no mouseEnter or mouseExit effects.

    Type

    Questions

    Views

    259

    Likes

    0

    Replies

    0
  • 1. I am trying to get a field (specifically a text field) to be "readOnly" in effect, but to allow the user to click on it, or mouse over it.2. In a checkbox object, is it possible to get the actual checkbox to disappear and only leave the caption?  What about changing the color of the check? (for e...

    Type

    Questions

    Views

    695

    Likes

    0

    Replies

    3
  • One last question on this topic:I want to have a text field mouseover (since it allows scripting unlike text boxes). I got it so that it behaves like a textbox-got rid of the caption, set a default message, and changed it under Initialize:this.access = "readOnly";But restricting access to read-only ...

    Type

    Questions

    Views

    644

    Likes

    0

    Replies

    0
  • Thanks Niall.  I'm trying to change effects of multiple objects given a mousEnter event in the common area.  I've tried using a subform but this allows no mouseEnter/Exit events.   So if I have a row of info: Title on the left, and some checkboxes extending to the right of the Title.  I'd like the u...

    Type

    Questions

    Views

    644

    Likes

    0

    Replies

    0
  • Using this syntax I can change an object's fill color: this.fillColor = "200,000,000";But it doesn't work for fontColor.  As an aside, is there somewhere that I can see a chart of the color-numbers for livecycle? I've found the #______ used in web development to not work.

    Type

    Questions

    Views

    644

    Likes

    0

    Replies

    0
  • Hello,I'm trying to change the effects of a field or subform when the user does a mouseover.  Using the mousEnter, I can make something disappear using:    this.presence = "hidden";     But I can't seem to do the following:this.fontColor = "red";this.borderColor = "yellow";I'm sure there's something...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    6
  • In my click event, I was referencing the row incorrectly. It was specified as the second cell in the row (a drop down list) so I changed it to just be the row.No need to abandon the table.Thanks! As always, very helpful.

    Type

    Questions

    Views

    524

    Likes

    0

    Replies

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