Hello all.
I'm beginning with Real Basic in Mac OS X and I don't manage to run one of the
help examples.
In the language reference, GetOpenFolderItem section, there is an example :
Dim f As FolderItem
f=GetOpenFolderItem("video/quicktime")
If f<>Nil then
MoviePlayer1.movie=f.OpenAsMovie
End if
This example does not work with my system, when I choose a folder with a lot
of QuickTime videos (videos in MOV format that are linked with QuickTime),
all the files are disabled (I cannot select them).
I would like to know why this doesn't work for me and how I can create
filters...
I tried to create filters for text files too, and this doesn't work : I tried
a lot of filters like "application/text", etc...
Thanks for your answers !
Nicolas.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|