Hi Oliver,

Oliver Brinzing wrote:
Hi,

can someone give me a hint what's the difference between
the "functionname" and "logicalname" ?

The difference is that functionname is used by OOo and
logicalname is not. The logicalname element is obsolete,
it probably did not get removed from one of the examples
that get shipped with OOo.

Tom


It seems not to be possible to use the logicalname as alias
to connect controls with the script...

<?xml version="1.0" encoding="UTF-8"?>
<parcel language="Java" xmlns:parcel="scripting.dtd">
    <script language="Java">
        <locale lang="en">
            <displayname value="MemoryUtils.MemUsage"/>
            <description>
                Text highlighting
            </description>
        </locale>

        <functionname value="MemoryUsage.updateMemoryUsage"/>

        <logicalname value="MemoryUtils.MemUsage"/>

        <languagedepprops>
            <prop name="classpath" value="MemoryUsage.jar"/>
        </languagedepprops>
    </script>
</parcel>


Oliver



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

Reply via email to