Announcement

Collapse
No announcement yet.

Listbox Object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Listbox Object

    HI all.
    I am trying to use the "listbox Object" function. I have created it and populated it with 3 files to be viewed when selected. When I publish and try it out, I select one file to view and all the files in the list open up. I only want the one I selected. Any help appreciated.

    Cheers

  • #2
    You need to use ListBox.GetSelected() to retrieve the information which entry was selected, and react accordingly, using or the ItemData of the selected element, or using a if ... then ... elseif ... end control structure.

    Ulrich

    Comment


    • #3
      Hi Ulrich.

      I am totally new to this. Where do I do what you instructed?

      Cheers

      Comment


      • #4
        Hi.

        Any update to my last post.

        Thanks

        Comment


        • #5
          Simple read the manual over a cup of tea/coffee, I myself have just used list box twice







          So give the listbox help a good read

          Plugins or Sources MokoX
          BunnyHop Here

          Comment


          • #6
            here is the web link to that same list
            Plugins or Sources MokoX
            BunnyHop Here

            Comment

            Working...
            X