Hi Robert,

a dialog URL has the format

   vnd.sun.star.script:<dialogref>?location=[application|document]

where <dialogref> is given by

   <dialogref> = <dialoglibraryname>.<dialogname>

e.g. vnd.sun.star.script:MyDialogLibrary.MyDialog?location=application

The problem is, that 'name.vojta.openoffice.csext' is not a valid
dialog library name, because a '.' is not a valid character for a
name. If you create a library in the Basic IDE where the library name
contains a '.', then you get an error message.

If you want to have something like a namespace, try
name_vojta_openoffice_csext.WaveletWizard

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to