Hi :) Congrats. No need to apologise fro the noise/traffic! Congrats on solving the puzzle :) Congrats and regards from
Tom :) >________________________________ > From: Vieri <[email protected]> >To: [email protected] >Sent: Thursday, 13 June 2013, 7:27 >Subject: Re: [libreoffice-users] java macro and multiple class methods > > >Never mind... Right after posting this e-mail it started to work correctly. I >don't know what I was doing wrong before. > >Sorry for the noise. > >Vieri > > >--- On Thu, 6/13/13, Vieri <[email protected]> wrote: > >> Hi, >> >> I have a java macro and a parcel-descriptor.xml with just >> one method declared: >> >> <?xml version="1.0" encoding="UTF-8"?> >> <parcel language="Java" xmlns:parcel="scripting.dtd"> >> <script language="Java"> >> <locale lang="en"> >> <displayname >> value="CO.Java"/> >> >> <description> >> CO >> macro. >> >> </description> >> </locale> >> <functionname >> value="CO.CO_submit"/> >> <logicalname >> value="CO.CO_submit"/> >> <languagedepprops> >> <prop >> name="classpath" value="COLO.jar"/> >> </languagedepprops> >> </script> >> </parcel> >> >> Suppose I have another class method (CO_test) I'd like to >> call from LO. I'd like to add CO.CO_test just like I >> declared CO.CO_submit. >> How can I do this? >> >> If I try the following: >> >> <?xml version="1.0" encoding="UTF-8"?> >> <parcel language="Java" xmlns:parcel="scripting.dtd"> >> <script language="Java"> >> <locale lang="en"> >> <displayname >> value="CO.Java"/> >> >> <description> >> CO >> macro. >> >> </description> >> </locale> >> <functionname >> value="CO.CO_submit"/> >> <logicalname >> value="CO.CO_submit"/> >> <languagedepprops> >> <prop >> name="classpath" value="COLO.jar"/> >> </languagedepprops> >> </script> >> <script language="Java"> >> <locale lang="en"> >> <displayname >> value="COtest.Java"/> >> >> <description> >> CO >> test macro. >> >> </description> >> </locale> >> <functionname >> value="CO.CO_test"/> >> <logicalname >> value="CO.CO_test"/> >> <languagedepprops> >> <prop >> name="classpath" value="COLO.jar"/> >> </languagedepprops> >> </script> >> </parcel> >> >> then I can see both methods in LO. So I can select any of >> the two and run them. However, no matter which one of the >> two I try to run, only the CO.CO_submit method will be run. >> >> What am I doing wrong? >> >> I haven't found a single example on the internet or in the >> docs where a parcel-descriptor defines more than one method >> to call. >> >> Surely I could duplicate the jar and parcel-descriptor files >> and define one method in each of them but that seems too >> inefficient. >> >> Thanks, >> >> Vieri >> >> >> -- >> To unsubscribe e-mail to: [email protected] >> Problems? >> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ >> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette >> List archive: http://listarchives.libreoffice.org/global/users/ >> All messages sent to this list will be publicly archived and >> cannot be deleted >> >> > >-- >To unsubscribe e-mail to: [email protected] >Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ >Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette >List archive: http://listarchives.libreoffice.org/global/users/ >All messages sent to this list will be publicly archived and cannot be deleted > > > -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
