Hello Mathias,

Alle 08:41, venerdì 23 marzo 2007, Mathias Bauer ha scritto:
[....]
> >> I suppose one can think of more things which contribute to an
> >> extension's required environment, but are not guaranteed to be stable
> >> over major OOo upgrades.
> >
> > dispatch Url's are probably one of these things.
>
> Not necessarily. My take on dispatch URL's is that they should stay
> stable also except if we removed the functionality in a newer version.
> But even in this case the code using it would still work; you just
> wouldn't get a dispatch for the URL and so the dispatch appears to be
> disabled, something the extension must be able to handle anyway
>
> So the generic nature of the dispatch API helps to keep the code
> compatible even if the funtionality behind the dispatch might have been
> changed or removed. Everything else can be dealt with in the code.
[....]

Thanks for the clarification.
However I've cited dispatch URL's only because I recently had to fix an old 
macro that stopped to work with ooo2.0
The macro uses the dispatchHelper to open the spell dialog.
In ooo1.x the dispatch URL was ".uno:Spelling" and in ooo2.x it has been 
changed in ".uno:SpellDialog"
Anyway I've retrieved this info using the macro recorder, so I couldn't say if 
the URL ".uno:SpellDialog" was already in ooo1.x 

Thank you
Paolo M

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

Reply via email to