Expand my Community achievements bar.

radugbhr
radugbhr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Using the script you gave me for the change event (xfa.resolveNode("TitleField0").rawValue = xfa.event.newText),I decided to try a different approach.  Since the change event on TitleField1 will now change the rawValue on TitleField0, I thought maybe if I put the following script in the change event...

    Type

    Questions

    Views

    532

    Likes

    0

    Replies

    0
  • Any more avenues we can try?

    Type

    Questions

    Views

    529

    Likes

    0

    Replies

    0
  • It does for the name fields.  It's the title fields which are still troublesome. After looking at it further, I wouldn't have an issue with making TitleField[0] expand vertically to fit the multiple lines of text.  The idea being to do what you said.  Use the initial height of the field to limit the...

    Type

    Questions

    Views

    537

    Likes

    0

    Replies

    0
  • I tried both.  Both those worked to copy the raw value from TitleField[1] to TitleField[0] without global data binding, but TitleField[0] still won't change it's font size to 0 when the field is full. I used the xfa.resolveNode("TitleField[0]").font.size = "0pt"; on the full event of TitleField [0] ...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Yeah, TitleField[0] and TitleField[1] are both set to Use Global Data for their Data Binding.  That way I can set TitleField[0] to protected or Read-Only and have it populated with the data values from TitleField[1].  Seeing as TitleField[0] is populated via global data binding, is there another opt...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Tried  xfa.resolveNode("TitleField[0]").font.size = "0pt"; in the full event on Title[0]. Also checked the Limit length to visible area for both Title Fields [0] and [1].  Still isn't firing.  I'm wondering if it's because I have title field [1] populating title field [0] via global data binding bet...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Tried  xfa.resolveNode("TitleField[1]").font.size = "0pt"; in the full event on Title[0].  No dice.  I don't think the full event will run such a javascript.  That's why I was thinking maybe put it in it's own script object then have the full event run that script object. 

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Working better.  But I wonder if I can write a script that is triggered on a full event for the Title field.Then have the script execute something like: form1.Card_order_form.#variables[0].change_font_size - (JavaScript, client)xfa.host.setFocus(form1.Card_order_form.Proof_card.TitleField);    this....

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Ahhh...I see what you're saying.  My issue is more with the bottom field.  [Title]Just tried setting the font size to 0 in ES2.  It does max the font size to the height of the field.But with the bottom field, I only have so much room to work with.  There are other fields below the Title field.  So I...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Still isn't opening up.  I am running Reader XI and Acrobat 9 Pro (9.4) on my system.  So I don't think either one should have any problems with compatibility. So, in LiveCycle ES2, is there an option to change this reasonable maximum font size?  Like can it be customized to a field, the whole form,...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

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