Re: PDF

2015-11-30 Thread Larry Evans
On 11/30/2015 10:59 AM, Dave Barton wrote: > Original Message > From: Larry Evans > Date: Mon, 30 Nov 2015 09:02:51 -0600 > >> On 11/30/2015 03:29 AM, Dave Barton wrote: >>> Original Message >>> From: Sylvia Sánchez >&

Re: PDF

2015-11-30 Thread Larry Evans
On 11/30/2015 03:29 AM, Dave Barton wrote: > Original Message > From: Sylvia Sánchez > Date: Sun, 29 Nov 2015 17:44:35 -0200 > >> Hi! >> Can you write your problem in English? >> Thanks! > Adam is not subscribed to this list and will not have seen your request. > A rough Englis

How to force recalculate of calc cells containing user macro?

2013-04-03 Thread Larry Evans
I've got a OpenOffice basic macro used in several cells. I'm still developing it and I am making frequent changes. However, after a change, and compile, and save, and then press the F9 to recalculate, the cells containing a call to the macro are not recalculated. The About:OpenOffice.org window sh

Re: unexpected location for user/Scripts (was Re: calc BeanShell script save gives "error saving script" window.

2013-03-05 Thread Larry Evans
On 03/05/13 10:53, Larry Evans wrote: > On 03/04/13 08:31, Ariel Constenla-Haile wrote: > [snip] >> About debugging Java stuff, if you are planning to use BeansShell, >> you should think about using an IDE to write your code, the "editor" >> that shows up w

unexpected location for user/Scripts (was Re: calc BeanShell script save gives "error saving script" window.

2013-03-05 Thread Larry Evans
On 03/04/13 08:31, Ariel Constenla-Haile wrote: [snip] > About debugging Java stuff, if you are planning to use BeansShell, > you should think about using an IDE to write your code, the "editor" > that shows up when you press "Edit" in the Script Organizer is > rather suboptimal. There seems to be

Re: calc BeanShell script save gives "error saving script" window.

2013-03-04 Thread Larry Evans
On 03/04/13 13:05, Larry Evans wrote: > On 03/04/13 12:33, Ariel Constenla-Haile wrote: >> On Mon, Mar 04, 2013 at 09:15:30AM -0600, Larry Evans wrote: >>> And after enabling macros, got window entitled "OpenOffice.org error" >>> with body >>> cont

Re: calc BeanShell script save gives "error saving script" window.

2013-03-04 Thread Larry Evans
On 03/04/13 12:33, Ariel Constenla-Haile wrote: > On Mon, Mar 04, 2013 at 09:15:30AM -0600, Larry Evans wrote: >> And after enabling macros, got window entitled "OpenOffice.org error" >> with body >> contains yellow triangle with ! in middle and text: >> >

Re: calc BeanShell script save gives "error saving script" window.

2013-03-04 Thread Larry Evans
On 03/04/13 08:31, Ariel Constenla-Haile wrote: > On Mon, Mar 04, 2013 at 07:59:57AM -0600, Larry Evans wrote: >> On 03/03/13 17:50, Ariel Constenla-Haile wrote: >>> Hi, >>> >>> On Sun, Mar 03, 2013 at 12:09:25PM -0600, Larry Evans wrote: >>>> /

Re: calc BeanShell script save gives "error saving script" window.

2013-03-04 Thread Larry Evans
On 03/03/13 17:50, Ariel Constenla-Haile wrote: > Hi, > > On Sun, Mar 03, 2013 at 12:09:25PM -0600, Larry Evans wrote: >> // Debug: Invoking method (after massaging values): public static >> java.lang.Object >> com.sun.star.uno.UnoRuntime.queryInterface(java.lang.Clas

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 10:33, Larry Evans wrote: > On 03/03/13 10:01, Ariel Constenla-Haile wrote: > [snip] >> This file as a macro that runs fine: >> http://people.apache.org/~arielch/api/BeanShell.ods > After downloading that file, I opened it and got an "OpenOffice.org > Er

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 10:01, Ariel Constenla-Haile wrote: [snip] > This file as a macro that runs fine: > http://people.apache.org/~arielch/api/BeanShell.ods After downloading that file, I opened it and got an "OpenOffice.org Error" with text: Message: Sourced file: inline evaluation of: ``/

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 10:01, Ariel Constenla-Haile wrote: > On Sun, Mar 03, 2013 at 08:57:49AM -0600, Larry Evans wrote: >> and the calc window opened. I then put macros security at medium, and then >> loaded the attached .ods file, and then created a macro containing the >>

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 08:57, Larry Evans wrote: [snip] > and then loaded the attached .ods file OOPS. Forgot the .ods file. It's attached here: simple_script.ods Description: application/vnd.oasis.opendocument.spreadsheet

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 08:21, Ariel Constenla-Haile wrote: > On Sun, Mar 03, 2013 at 08:10:41AM -0600, Larry Evans wrote: >> So: >> >> http://www.openoffice.org/dev_docs/source/sys_reqs_aoo34.html >> >> where it says gnome is required is wrong? IOW, it should just

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 07:57, Ariel Constenla-Haile wrote: > On Sun, Mar 03, 2013 at 07:51:17AM -0600, Larry Evans wrote: >> On 03/03/13 06:59, Ariel Constenla-Haile wrote: >>> On Sun, Mar 03, 2013 at 06:32:51AM -0600, Larry Evans wrote: >>>> I found gnome was needed; ho

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/03/13 06:59, Ariel Constenla-Haile wrote: > On Sun, Mar 03, 2013 at 06:32:51AM -0600, Larry Evans wrote: >> I found gnome was needed; however, when I tried to install >> gnome2.28, I had an unresolvable dependency between >> packages; hence, I'm stuck with the Op

Re: calc BeanShell script save gives "error saving script" window.

2013-03-03 Thread Larry Evans
On 03/02/13 16:48, Ariel Constenla-Haile wrote: > Hi Larry, > > On Sat, Mar 02, 2013 at 03:46:42PM -0600, Larry Evans wrote: >> The script is attached. >> >> The OpenOffice version is(from the about button): >> >> OpenOffice.org 3.2.0 >> OOO320m12 (Bu

How to keep ability to mail to list, but avoid getting mail from list

2013-03-02 Thread Larry Evans
I'd prefer to use the gmane newsgroup to view the messages: gmane.comp.apache.openoffice.user while still being able to post to the mailing list from that newgroup. What's the way to do that? My understanding is that unsubscribing prevents me from posting to the newgroup. Is that right? TIA.

calc BeanShell script save gives "error saving script" window.

2013-03-02 Thread Larry Evans
The script is attached. The OpenOffice version is(from the about button): OpenOffice.org 3.2.0 OOO320m12 (Build:9483) The OS is: Linux evansl-desktop 2.6.32-41-generic #90-Ubuntu SMP Tue May 22 11:29:51 UTC 2012 x86_64 GNU/Linux The steps: 1) Open simple_script1.ods 2) Tools>Macros>Organi