Good! Glad that it was so simple :)

Aleksey

Asbjørn Oskal wrote:
Hi!
 
Thank you for your answer.
I found out myself and it was just what you said.
The HTTP and FTP URI handlers are no problem if you don't want to
handle ftp:// and http:// uris yourself.
The problem was actually the file URI handler. The match function always returned
true, blocking any other callbacks later in the list. What I did was to cleanup all callbacks before adding my callbacks.
Then I added the default callbacks. This way my match method is called before the other.
 
:)
 

Reply via email to