facebook

Populate Custom List Example: UPDATED Oct 24, 2013

  1. MobiOne Archive
  2.  > 
  3. Examples, HOW-TOs
Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • #331142 Reply

    Hi Max,

    I’m checking this tomorrow early, would you mind share your project to accelerate the time I find the problem?

    #331147 Reply

    Max87
    Member

    Hi octavio,
    I sent you my project files to support[at]genuitec.com, subject: Data from Max87 – populate custom list.
    Thank you.

    edit: Thanks Octavio

    #331174 Reply

    Hi Max,

    Received your files, will follow up later today or while weekend.

    #331207 Reply

    Unknown Author
    Participant

    I’ve got 2 independent dynamic lists working in v2.2. (Action ids need to be updated, but that’s nothing big.)

    The example code still outputs list items in grey text for some reason that must be controlled with a <font color=black></font> addition to the Javascript build-list functions.

    -1TC

    #331268 Reply

    Max87
    Member

    Hello Octavio,
    have you any updates for me?
    Thanks

    #332462 Reply

    rogueyoshi
    Member

    how does one do this, but with a Select-List-Menu (particularly one with spinners)? i’ve been having a go at to no avail.
    EDIT: came up with a workaround, will post example

    #332609 Reply

    dalerio
    Member

    I follow this example but I have some problems with the height of the panel.
    I populate the list with all the items and then I try to set the height for scrolling with this code:

    //Update panel's content height, set the ht value on the panel's 
    //scroller <div> data-layout-content-height attribute.
    //panelHt = header ht + listItems ht + footer ht
    var panelHt = 30 + itemCnt * 150;
    $('#m1-list-panel1-scroller').attr('data-layout-content-height', panelHt);

    The height is right but the panel could not scroll properly. Any idea?

    Thanks

    #333026 Reply

    Hi dalerio,

    I’ve followed up with you in next thread: http://www.genuitec.com/support-genuitec/viewtopic.php?p=12607#p12607

    Let me know how it goes for you

    #344519 Reply

    creenx0625
    Member

    Hi,

    I’ve tried to apply the syntax on my project but using the json data, it loads the data perfectly but the problem is the list was unable to click.

    Please help me with this please…

    Thanks a lot in advance.

    creenx

    #352665 Reply

    Darshan Patel
    Participant

    is it possible to change the value/contents of listitem without repopulating it???

    #352695 Reply

    Are you trying to change them all, a specific one, just the selected one? Can you give a few more details?

    #352732 Reply

    Darshan Patel
    Participant

    not all, but more than 1…. depending on the data received..

    and i got the solution for it…

Viewing 12 posts - 31 through 42 (of 42 total)
Reply To: Populate Custom List Example: UPDATED Oct 24, 2013

You must be logged in to post in the forum log in