Switching/moving elements in list box objects ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jmoisan
    Forum Member
    • Jun 2002
    • 15

    Switching/moving elements in list box objects ?

    Hey, I still need your help guys !

    Is it possible to switch elements in a list box object ? I'm currently developing a "video playlist editor", and the only way I can change the order of the files in the list is by activating a "random" button I added to my video player (and it's not really what I want). Any suggestions ?

    Note : the playlist is dynamically loaded from a text file.
  • jmoisan
    Forum Member
    • Jun 2002
    • 15

    #2
    Re: Switching/moving elements in list box objects ?

    Nevermind, I solved my problem.

    Comment

    • Lorne
      Indigo Rose Staff Member
      • Feb 2001
      • 2729

      #3
      Re: Switching/moving elements in list box objects ?

      For the benefit of others...the solution is basically to clear out the items, and then add them back in the order you want them to appear in.

      You can either add them all at once as a delimited list (i.e. arrange them all at once inside a string) or add them individually.
      --[[ Indigo Rose Software Developer ]]

      Comment

      Working...
      X