[libreoffice-users] LibreLogo - Error

2015-12-07 Thread Kolbjørn Stuestøl
Write the following: :x = INPUT "Length?" FORWARD 50 FORWARD :x FORWARD 50 This should draw a straight line. 50 + :x + 50 pixels long. Instead of stepping forwards :x pixels the turtle writes the number from the input box . The turtle also render a line under the number and continues the next

Re: [libreoffice-users] Importing pictures that are resized.

2015-12-07 Thread Regina Henschel
Hi Dave, dave boland schrieb: I'm creating some greeting cards using LO Draw templates I created a few years ago. The problem is that Draw gets the dimensions wrong. I start with a digital photo of about 3000 x 2000, resize it using GIMP to about 9" x 6" How do you resize it? , export as

[libreoffice-users] LO 5.1-beta2 Base -- reports

2015-12-07 Thread Heinrich Stoellinger
Hello, I have just installed LO 5.1.-beta2 under Linux-Mint-17.2. First tests show that connecting to a server MySQL-Database through JDBC functions alright. I can work with tables etc. However, when trying to run a report on a view in that database, LO 5.1-beta2 crashes. Things work o.k. under

[libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread Pedro
dave boland wrote > On Mon, Dec 7, 2015, at 11:35 AM, Regina Henschel wrote: >> Hi Dave, >> >> dave boland schrieb: >> > I'm creating some greeting cards using LO Draw templates I created a >> few >> > years ago. The problem is that Draw gets the dimensions wrong. I >> start >> > with a digital

Re: [libreoffice-users] LibreLogo - Error

2015-12-07 Thread Graham Luffrum
I tried executing the first line and got the error message 'Error (in line 1)' LibreOffice 5.0.4.1 under LinuxMint 17.2 Graham On 7 December 2015 at 16:26, Kolbjørn Stuestøl wrote: > Write the following: > > :x = INPUT "Length?" > FORWARD 50 > FORWARD :x > FORWARD 50 >

[libreoffice-users] Importing pictures that are resized.

2015-12-07 Thread dave boland
I'm creating some greeting cards using LO Draw templates I created a few years ago. The problem is that Draw gets the dimensions wrong. I start with a digital photo of about 3000 x 2000, resize it using GIMP to about 9" x 6", export as PNG or TIFF, and import into Draw. I the past, the size was

Re: [libreoffice-users] Importing pictures that are resized.

2015-12-07 Thread dave boland
On Mon, Dec 7, 2015, at 11:35 AM, Regina Henschel wrote: > Hi Dave, > > dave boland schrieb: > > I'm creating some greeting cards using LO Draw templates I created a few > > years ago. The problem is that Draw gets the dimensions wrong. I start > > with a digital photo of about 3000 x 2000,

Re: [libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread dave boland
On Mon, Dec 7, 2015, at 12:27 PM, Pedro wrote: > dave boland wrote > > On Mon, Dec 7, 2015, at 11:35 AM, Regina Henschel wrote: > >> Hi Dave, > >> > >> dave boland schrieb: > >> > I'm creating some greeting cards using LO Draw templates I created a > >> few > >> > years ago. The problem is

[libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread Pedro
dave boland wrote > Yes, I can get am image fairly soon, but how do I share it? I don't > think they like attachments to the mail forum. You have two ways: share it in an image sharing site like imgur.com or register in Nabble and add an attachment to your next reply here

[libreoffice-users] Re: OSX text-to-speech 'selection' not working in libreoffice

2015-12-07 Thread Alexander Thurgood
Le 06/12/2015 02:40, jacques revera a écrit : Hi Jacques, > Hi, (first time posting to this list) > I am print-disabled due to a vision impairment. I cannot read and write on > computer for very long without using text-to-speech. > In Libreoffice, when I select a block of text and use keyboard

[libreoffice-users] Re: OSX text-to-speech 'selection' not working in libreoffice

2015-12-07 Thread Alexander Thurgood
Le 06/12/2015 02:40, jacques revera a écrit : > In Libreoffice, when I select a block of text and use keyboard command, the > speech begins at the beginning of the document every time. This seems to already be reported as bug 72408 in the LibreOffice bugzilla reporting system. The problem was

Re: [libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread James E. Lang
-Original Message- From: dave boland To: Pedro , LibreOffice Sent: Mon, 07 Dec 2015 9:39 Subject: Re: [libreoffice-users] Re: Importing pictures that are resized. On Mon, Dec 7, 2015, at 12:27 PM, Pedro wrote: >

Re: [libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread dave boland
On Mon, Dec 7, 2015, at 12:43 PM, Pedro wrote: > dave boland wrote > > Yes, I can get am image fairly soon, but how do I share it? I don't > > think they like attachments to the mail forum. > > You have two ways: share it in an image sharing site like imgur.com or > register in Nabble and add

Re: [libreoffice-users] LibreLogo - Error

2015-12-07 Thread Kolbjørn Stuestøl
Perhaps not a bug. It looks like the INPUT command returns a string. Therefore :x = INT INPUT = 'Length?' works as expected. If I write FORWARD 'This is a text', the turtle writes the text together with a line. I expected an error message saying "Not a number" or something like this. I do

Re: [libreoffice-users] Importing pictures that are resized.

2015-12-07 Thread Regina Henschel
Hi Dave, dave boland schrieb: On Mon, Dec 7, 2015, at 11:35 AM, Regina Henschel wrote: Hi Dave, dave boland schrieb: I'm creating some greeting cards using LO Draw templates I created a few years ago. The problem is that Draw gets the dimensions wrong. I start with a digital photo of

Re: [libreoffice-users] Importing pictures that are resized - O.E!

2015-12-07 Thread dave boland
All, OOPS! In desperation, I went searching through the options to see if there was a resolution option in Draw. Didn't see one, but something else caught my eye. A few weeks ago I changed the scale factor to try to get more precision on the location of an image (ironically, in prep. for this

Re: [libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread Regina Henschel
Hi Dave, dave boland schrieb: On Mon, Dec 7, 2015, at 12:43 PM, Pedro wrote: dave boland wrote Yes, I can get am image fairly soon, but how do I share it? I don't think they like attachments to the mail forum. You have two ways: share it in an image sharing site like imgur.com or register

Re: [libreoffice-users] Re: Importing pictures that are resized.

2015-12-07 Thread dave boland
On Mon, Dec 7, 2015, at 01:04 PM, James E. Lang wrote: > > > -Original Message- > From: dave boland > To: Pedro , LibreOffice > Sent: Mon, 07 Dec 2015 9:39 > Subject: Re: [libreoffice-users] Re: Importing pictures

[libreoffice-users] Re: updating a bookmark using a basic macro

2015-12-07 Thread ponsiarceds
I half-remember coming across something like this before: From section 14.11.1 Bookmarks in Andrew Pitonyaks OpenOffice Macros Explained (http://www.pitonyak.org/OOME_3_0.pdf): /A bookmark is text content that is accessible based on its name. A bookmark may encompass a text range or a single