Hi,

I've tried the stuff which is explained in the docu.

I want to change the paths in "Path.xcu", but everything except "finalized"
fails. I can't change the entries with "replace", fuse" or "modify" which is
default. Only "finalized" is working and changes the entries. But when i set
the entries finalize, of course , they aren't editable any longer, but that
is not good they should be editable. Below is again the code example.

What should i do?

Maybe the entry "mandatory" is the reason why i cant change the entry, is it
possible to change that?


sponmonster wrote:
> 
> 
> FOR Example:
> ----------------Paths.xcu
> <node oor:name="Gallery" oor:op="fuse" oor:mandatory="true">
>       <node oor:name="InternalPaths">
>         <node oor:name="$(insturl)/share/gallery" oor:op="fuse"/>
>       </node>
>       <prop oor:name="WritePath">
>         <value>$(userurl)/gallery</value>
>       </prop>
> </node>
> 
> ---------------myPath.xcu here i change the path within the extension
> <node oor:name="Gallery">
>       <prop oor:name="UserPaths" oor:type="oor:string-list"
> oor:finalized="true">
>               <value>file:///D:/DATEN/benutzer/OpenOffice/gallery</value>
>       </prop>
>       <prop oor:name="WritePath" oor:type="xs:string" oor:finalized="true">
>               <value>file:///D:/DATEN/benutzer/OpenOffice/gallery</value>
>       </prop>
> </node>
> 
> 
-- 
View this message in context: 
http://old.nabble.com/change-Xcu-with-extension-tp28081556p28105403.html
Sent from the openoffice - dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to