Expand my Community achievements bar.

theonlyhage
theonlyhage
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • ok, sry.i designed a template with livecycle, with a button that stores the information in a xdp file. before the user sees the formular, i want to generate a xdp file with some information from outside which populates some list/dropdownlist/tables/...  . I already found a way for tables (adding row...

    Type

    Questions

    Views

    280

    Likes

    0

    Replies

    0
  • Hi,is there any way i can populate a dropdown list via content stored in a xdp file? as is see so far, i just can set the selected entry within the xdp file, but i want to add all possible selections here.

    Type

    Questions

    Views

    515

    Likes

    0

    Replies

    2
  • got it, the tagname have to be the same as the first row.

    Type

    Questions

    Views

    236

    Likes

    0

    Replies

    0
  • Hi there,i want to prepopulate my form with some data, by generating a xdp file programmatically. Its easy with textfields and dropdownlists and stuff like that, but how about tables?if i have tags in the xdp file like:<Table>     <Headrow xfa:dataNode="dataGroup"/>     <row1>          <Textfield>so...

    Type

    Questions

    Views

    493

    Likes

    0

    Replies

    1
  • ok, i managed it by doing this:var temp1 = "";var eingabe1 = this.rawValue;var removeItem = false;for (i=0 ; i< xfa.resolveNode("Formular1.#subform[0].list1").length ; i++){    temp1 = xfa.resolveNode("Formular1.#subform[0].list1").getDisplayItem(i) + "\n";    for(j = 0; j < this.rawValue.length ; j...

    Type

    Questions

    Views

    216

    Likes

    0

    Replies

    0
  • Hi there,i have a listfield with a lot of entrys. Now i want my user to type in a textfield a searchword, e.g. "a" so all entries in the list, that doesnt start with an "a" will be removed out of it.(there will be a lot of entries in the list, which makes it nearly impossible to scroll through all o...

    Type

    Questions

    Views

    434

    Likes

    0

    Replies

    1
  • Ok, thx. Not exactly what i was looking for, but it should do it.One thing about the ListBox. When i multiselect some entrys, the background of the selected entrys changes to blue, color of the text changes to white, business as usual. But when i select entrys more downwards in the list, the color o...

    Type

    Questions

    Views

    314

    Likes

    0

    Replies

    0
  • Hi,is it possible to have a dropdownlist which entrys contain a checkbox (and a textentry) each, so the reader is able to multiselect entrys of the list?

    Type

    Questions

    Views

    838

    Likes

    0

    Replies

    2
  • Thats the point, i especially do not want the user to interact with that part of the form.

    Type

    Questions

    Views

    467

    Likes

    0

    Replies

    0
  • Ok, just another try. I already tried to describe my problem here: http://forums.adobe.com/message/2351204but i think it is a little bit misleading from what i was looking for.I got a form with a lot of elements in it (dropdownlists, textfields, buttons, ... ). Also theres a table which should be po...

    Type

    Questions

    Views

    532

    Likes

    0

    Replies

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