-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-21 16:01, Antonio Roberts wrote:
I'm using the [playlist] object and I want to be able to load a directory by using the filebrowser dialogue. Usually you would do this by sending [location /path/to/directory ( to [playlist] but I want to do it dynamically. Does an object like [opedirectory] exist? I've tried sending [openpanel] to [location $1 ( but it expects a filename
[openpanel] has not method for 'location', but it has a method for 'symbol' which sets the directory to start. e.g. [symbol /tmp( | [openpanel]
will always open in "/tmp/" (if that exists)
fgasdr IOhannes