** fla - sort list view **
** fla - sort list view **
- Started
- Last post
- 6 Responses
- Dcsign
I need to create a sort list view similar to that found here: http://www.macromedia.com/cfusio…
Can anyone point me to an fla or tutorial which i might find helpful..cheers.. much appreciated
- stewart0
like this?
- Dcsign0
i was actually meaning how 2 sort the columns out in alphabetical order by clicking on the coloumn header
- stewart0
okay,
here's a script i used to sort a list of swf files alphabetically in a movieclip.
- stewart0
and this may be the part you're looking for
myFiles.sort();
addVisuals();
for (var j = 0; j
- stewart0
ah forget it.
pasting scripts doesn't work well here.
- Dcsign0
i am just basically looking to create a three column table which reads from an xml file and can sort alphabetically by clicking on the headers... anyone..pls....