Hi Ramesh and Karina....
Thanx for the scripts....but they don't seem to work.
I keyed in "put directoryToList(the moviePath)" in the message window and
it throws back a "handler not found" error. Wot did I miss?
:-/



<snip>
property pMovie
on getPropertyDescriptionList me
  pdList = [:]
  listofFiles = directoryToList(the moviePath)
  repeat with x in directoryToList(the moviePath)
    if not(x contains ".dir") then
      listofFiles.deleteOne(x)
    end if
  end repeat
  pdList.addprop(#pMovie, [#comment:"Choose a Movie", #format:#movie,
#default:"", #range:listOfFiles])
  return pdList
end
<snip>


Regards,
Pranav




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to