Re: [libreoffice-users] right-clicking Font list options not showing all my installed fonts

2012-05-29 Thread Tom Davies
Hi :) Normally i just scroll through the list of fonts.  It is a bit annoying that there is no scroll-bar i guess but i hadn't really thought about it.  Mouse wheels scroll through quite easily and there is (or 'should' be) fairly thin lines at the bottom of the list with the triangle / arrow

[libreoffice-users] Problem with Writer

2012-05-29 Thread Verbus Counts
All, I have just installed LibreOffice 3.5.3 and the attached file does NOT render anywhere close to the Word version. Help! Verbus -- Regards, Verbus Counts EMR Technical Solutions, LLC http://www.emrtsolutions.com 405-326-7440 -- For unsubscribe instructions e-mail to:

[libreoffice-users] Which Event to use to retrieve GUI objects initially?

2012-05-29 Thread leeand00
I'm looking for which event I should use for something similar to a Javascript onload event in LibreOffice Base, more detail is provided here: http://ask.libreoffice.org/question/2998/what-event-on-what-object-should-i-attach-my-gui Thank you, Andrew J. Leer -- View this message in

[libreoffice-users] Re: Which Event to use to retrieve GUI objects initially?

2012-05-29 Thread Andreas Säger
Am 29.05.2012 21:26, leeand00 wrote: I'm looking for which event I should use for something similar to a Javascript onload event in LibreOffice Base, more detail is provided here: http://ask.libreoffice.org/question/2998/what-event-on-what-object-should-i-attach-my-gui Thank you, Andrew

[libreoffice-users] Re: Which Event to use to retrieve GUI objects initially?

2012-05-29 Thread leeand00
The problem must be that I'm not using the event to retrieve it. TheForm = Doc.DrawPage.Forms.GetByName(Form) -- View this message in context: http://nabble.documentfoundation.org/Which-Event-to-use-to-retrieve-GUI-objects-initially-tp3986583p3986590.html Sent from the Users mailing list

[libreoffice-users] Re: Which Event to use to retrieve GUI objects initially?

2012-05-29 Thread leeand00
Thank you! That did the trick. I'd like to post it on the forum, but I don't want to take credit for it, when you are the one who fixed the problem. With you're permission I will post the answer myself, but if you want to post the answer please go ahead:

[libreoffice-users] Alternate Method of Error Handling when Developing Basic Macros?

2012-05-29 Thread leeand00
Is there some way to redirect the output of errors to a logger instead of the standard popup dialog box when editing macros? This runs really slow on my virtual machine. Thank you, Andrew J. Leer -- View this message in context:

[libreoffice-users] Re: Alternate Method of Error Handling when Developing Basic Macros?

2012-05-29 Thread Andreas Säger
Am 29.05.2012 22:15, leeand00 wrote: Is there some way to redirect the output of errors to a logger instead of the standard popup dialog box when editing macros? This runs really slow on my virtual machine. Thank you, Andrew J. Leer -- View this message in context:

[libreoffice-users] Re: Which Event to use to retrieve GUI objects initially?

2012-05-29 Thread Andreas Säger
Am 29.05.2012 22:09, leeand00 wrote: Thank you! That did the trick. I'd like to post it on the forum, but I don't want to take credit for it, when you are the one who fixed the problem. With you're permission I will post the answer myself, but if you want to post the answer please go ahead:

[libreoffice-users] Re: Alternate Method of Error Handling when Developing Basic Macros?

2012-05-29 Thread leeand00
Can this be enabled for an entire script instead of just for a single function or sub? -- View this message in context: http://nabble.documentfoundation.org/Alternate-Method-of-Error-Handling-when-Developing-Basic-Macros-tp3986593p3986617.html Sent from the Users mailing list archive at

[libreoffice-users] Re: Alternate Method of Error Handling when Developing Basic Macros?

2012-05-29 Thread Andreas Säger
Am 29.05.2012 23:26, leeand00 wrote: Can this be enabled for an entire script instead of just for a single function or sub? -- View this message in context: http://nabble.documentfoundation.org/Alternate-Method-of-Error-Handling-when-Developing-Basic-Macros-tp3986593p3986617.html Sent from the

[libreoffice-users] Re: Alternate Method of Error Handling when Developing Basic Macros?

2012-05-29 Thread leeand00
Okaythanks! :) -- View this message in context: http://nabble.documentfoundation.org/Alternate-Method-of-Error-Handling-when-Developing-Basic-Macros-tp3986593p3986619.html Sent from the Users mailing list archive at Nabble.com. -- For unsubscribe instructions e-mail to:

[libreoffice-users] How to convert a basic script into Python?

2012-05-29 Thread leeand00
Hello, I have a basic script that I think would probably be easier and faster to modify using Python. It's pretty simple, it involves a MySQL database and a base form. I suppose the confusing bit would be where the UNO components come in, how are these handled in Python? And just for

[libreoffice-users] Libreoffice headless option

2012-05-29 Thread merter
Hi, I have been trying to convert a doc file to text file but headless option is giving errors and still looking for X files. I have tried numerous options but am getting errors. /opt/libreoffice3.5/program/soffice --invisible --convert-to

Re: [libreoffice-users] Re: Alternate Method of Error Handling when Developing Basic Macros?

2012-05-29 Thread Andrew Douglas Pitonyak
On 05/29/2012 05:26 PM, leeand00 wrote: Can this be enabled for an entire script instead of just for a single function or sub? If you are using StarBasic, checkout section 3.10. Error handling using On Error in this document: http://www.pitonyak.org/OOME_3_0.odt If you use the on error

[libreoffice-users] Installation problem Windows 7 and LO 3.5

2012-05-29 Thread Emily Akin
I have tried to install Libre Office 3.5 multiple times on my Windows 7 64-bit machine. When I start the install, a message comes up saying to Close LibreOffice Quickstarter 3.5. Nothing else is open. When I click OK. I get a message that the install was interrupted with no choice but to End.

Re: [libreoffice-users] Installation problem Windows 7 and LO 3.5

2012-05-29 Thread James Knott
Emily Akin wrote: I have tried to install Libre Office 3.5 multiple times on my Windows 7 64-bit machine. When I start the install, a message comes up saying to Close LibreOffice Quickstarter 3.5. Nothing else is open. When I click OK. I get a message that the install was interrupted with no

Re: [libreoffice-users] Installation problem Windows 7 and LO 3.5

2012-05-29 Thread Tom Davies
Hi :) Hopefully this guide might be useful http://wiki.documentfoundation.org/Installing_in_parallel I'm not sure how useful it is for Windows.  Yes, OpenOffice does sound like it's interfering.  I think if you open up OpenOffice and go to Tools - Options - Memory and switch off the option

[libreoffice-users] Re: How to convert a basic script into Python?

2012-05-29 Thread Andreas Säger
Am 29.05.2012 23:36, leeand00 wrote: I suppose the confusing bit would be where the UNO components come in, how are these handled in Python? class Office: '''Frequently used methods in office context''' def __init__(self, ctx=uno.getComponentContext()): self.ctx = ctx

Re: [libreoffice-users] Installation problem Windows 7 and LO 3.5

2012-05-29 Thread Thomas Taylor
On Tue, 29 May 2012 18:29:20 -0500 Emily Akin emilya...@live.com wrote about [libreoffice-users] Installation problem Windows 7 and LO 3.5: I have tried to install Libre Office 3.5 multiple times on my Windows 7 64-bit machine. When I start the install, a message comes up saying to Clos e