Re: spreadsheet program

2016-06-13 Thread Doug


On 06/13/2016 06:39 PM, Martin Groenescheij wrote:



On 13/06/16 10:01 PM, Carol wrote:
I had used your Open Office word processing program for a long time, 
but your spreadsheet program had serious problems.

And what are the serious problems?

I believe I wrote to you about it but never got an answer.
You believe you wrote, but I can't find your question in the archive. 
We can't answer questions we didn't received
And then for whatever reason, the word processing program put 
everything into a spreadsheet,
Word processing programs don't put anything into a spreadsheet, but 
users sometimes do.

  so with no response from you,

We don't answer questions that were not received

I just removed the whole thing.

So, problem solved
I do have an older version of Microsoft Works, but I get a not enough 
space sometimes when I want to use the word processing program.

Enough space for what?
It could be Windows 10, I don’t remember when I first started having 
problems with it. anyway, I was happy with your software originally, 
but had too many problems later on.
If you can't remember it could be either a long time ago or, but then 
there was no Windows 10, or you have a short memory.

Is it compatible with Windows 10?

You removed it already, so this is an obsolete question.


To the poster who is having trouble with Apache and M/S Works: Have you 
tried the office suite from SoftMakerOffice? TextMaker is the word 
processor and PlanMaker is the spread sheet.


The program is relatively inexpensive for an office suite. I believe 
there is a free trial version--there is for Linux, so I assume there is 
for windows. I've been using the SoftMaker suite


for some time now. It's not fussy like OpenOffice. It reads and writes a 
whole bunch of protocols.


--doug

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



RE: MV Boli font

2016-06-13 Thread toki

Cori Lenz wrote:

>I want to use the MV Boli font for a commercial project.

You need to talk to Microsoft, or its authorized agent about what the
license allows, and what it prohibits.

> Is there any copyright attached to this font or is it free for any use?

In as much as Lintotype charges US$490 for a single CPU Core, it is
emphatically neither gratis nor libre.

jonathon









-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



Re: MV Boli font

2016-06-13 Thread David Rivers
I understand that if you downloaded it from Fontzone it is fee to use as 
you choose, or you could buy it from Microsoft - your choice.


Cori Lenz wrote:

Hello,
I want to use the MV Boli font for a commercial project. Is there any copyright 
attached to this font or is it free for any use?
Kind Regards,
Corinna













-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



Vorbelegung von Arrays

2016-06-13 Thread Horst

Hallo,

ich habe sonst immer ein Indexarray mit +1 vergrößert. Jetzt wollte ich 
es mal verkleinern und stelle fest, das geht nicht. Es wird addiert. 
Außer man belegt das Feld vorher mit 0


Warum?

Horst


Sub test1
 dim afeld(2)
 stext=""
afeld(0)=0
for f=0 to 2
wert=afeld(f)
afeld(f)=afeld(f) -1
wert=afeld(f)

next f
for f=0 to 2
stext = stext & afeld(f) & " : "
next f
PRINT STEXT
end sub


-
To unsubscribe, e-mail: users-de-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-de-h...@openoffice.apache.org



Re: spreadsheet program

2016-06-13 Thread Martin Groenescheij



On 13/06/16 10:01 PM, Carol wrote:

I had used your Open Office word processing program for a long time, but your 
spreadsheet program had serious problems.

And what are the serious problems?

I believe I wrote to you about it but never got an answer.
You believe you wrote, but I can't find your question in the archive. We 
can't answer questions we didn't received

And then for whatever reason, the word processing program put everything into a 
spreadsheet,
Word processing programs don't put anything into a spreadsheet, but 
users sometimes do.

  so with no response from you,

We don't answer questions that were not received

I just removed the whole thing.

So, problem solved

I do have an older version of Microsoft Works, but I get a not enough space 
sometimes when I want to use the word processing program.

Enough space for what?

It could be Windows 10, I don’t remember when I first started having problems 
with it. anyway, I was happy with your software originally, but had too many 
problems later on.
If you can't remember it could be either a long time ago or, but then 
there was no Windows 10, or you have a short memory.

Is it compatible with Windows 10?

You removed it already, so this is an obsolete question.


-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



MV Boli font

2016-06-13 Thread Cori Lenz
Hello,
I want to use the MV Boli font for a commercial project. Is there any copyright 
attached to this font or is it free for any use?
Kind Regards,
Corinna











Re: Zellen markieren werden zwangsmarkiert

2016-06-13 Thread Horst

Hallo Jörg,

ich programmiere nur einfache Makros. An einen Listener habe ich mich 
noch nicht gewagt. Da kenne ich mich auch nicht aus. Startet so einer 
beim Makrolaufen oder testen?


Horst



Am 13.06.2016 um 09:58 schrieb Jörg Schmidt:

Hallo,


From: Horst [mailto:technik_...@jrsch.de]
Immer wieder passiert es mir, dass in Calc auf einmal mein Cursur im
Zellenmarkierenmodus ist und nicht raus kommt.

D.h. wenn der Cursor in d5 ist und ich auf e7 gehe ist der
Bereich D5:E7
markiert, ohne das sich  die Großtaste gedrückt habe.

Vermutlich passiert das beim Ausprobieren von Makros, ich bin da aber
nicht sicher.

Ja, da passiert sowas. Bekannt ist dieses Phänomän z.B. bei Verwendung eines 
Selection-Change-Listeners, ist mir aber gerade auch vor einigen Tagen begegnet 
bei der Ereigniszuordnung über den Reiter eines Tabellenblattes.


Hat jemand eine Idee woran das liegt
oder wie ich dem Fehler auf die Schliche kommen könnte.

Gegen das Problem beim genannten Listener hilft die Verwendung eines anderen 
Listeners (ich glaube einer der mouse-Listener ist ein  funktional geeigneter 
Ersatz) wenn das Problem nur aufgrund der Ereigniszuordnung beim Tabellenblatt 
auftritt weiß ich nichts was die Probleme vermeidet.



Gruß
Jörg


-
To unsubscribe, e-mail: users-de-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-de-h...@openoffice.apache.org




-
To unsubscribe, e-mail: users-de-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-de-h...@openoffice.apache.org



OpenOffice suite -

2016-06-13 Thread RailImages
Hello,
 
I downloaded OpenOffice and working great.
 
Here is my problem and I know that Apache may not be able to do anything  
about it.
 
Many unknowing customers are buying your product as there are several on  
ebay selling OpenOffice anywhere from $5 to $25.
 
Thank You,
 
Ron

spreadsheet program

2016-06-13 Thread Carol
I had used your Open Office word processing program for a long time, but your 
spreadsheet program had serious problems. I believe I wrote to you about it but 
never got an answer. And then for whatever reason, the word processing program 
put everything into a spreadsheet, so with no response from you, I just removed 
the whole thing. I do have an older version of Microsoft Works, but I get a not 
enough space sometimes when I want to use the word processing program. It could 
be Windows 10, I don’t remember when I first started having problems with it. 
anyway, I was happy with your software originally, but had too many problems 
later on. Is it compatible with Windows 10?

Re: Trouble downloading Open Office

2016-06-13 Thread Rory O'Farrell
On Mon, 13 Jun 2016 05:11:55 -0500
Tracy Phillip McLellan  wrote:

> I'm not technically proficient, and I'm not sure I understand the language
> that you're using, but it's not a matter of verifying whether or not the
> particular file downloaded to my PC is corrupted or not.  It's a different
> matter thus.  I can download the Open Office suite from the website; the
> problem is that once I download the file and subsequently try to execute it
> to make the final install on my PC, nothing happens.  This happens over and
> over again, not with any one particular Open Office file.


If the downloaded file is corrupt (in any way) it may not install, hence my 
suggestion that it be verified for integrity before installation is attempted.

If downloaded files consistently do not install on your computer then one must 
look for other causes for this.  A usual cause is that you (the current user) 
does not have sufficient administrative privileges.  Another cause may be that 
the computer antivirus will not allow the installation.

Both of these problems can be resolved, but will usually require Administrator 
privileges to do so.  In that case one needs to log on as Administrator, but to 
do this may require that you refer to the person who installed Windows on the 
computer, or the IT department.

RoryOF

> 
> On Sun, Jun 12, 2016 at 1:31 PM, Rory O'Farrell  wrote:
> 
> > On Sun, 12 Jun 2016 13:18:56 -0500
> > Tracy Phillip McLellan  wrote:
> >
> > > I'm having problems downloading Open Office to my desk top.  When I click
> > > on the download on the Open Office web site it loads to my download file.
> > > But then when I click on that download to try to execute the file,
> > nothing
> > > happens.  Can you help me with this problem?
> >
> > You can verify that the downloaded file is as it left the OpenOffice code
> > factory by the methods described in
> > http://www.openoffice.org/download/checksums.html
> >
> > If your download doesn't pass, do not use it as it is either
> > corrupt/contaminated/incomplete.
> > --
> > Rory O'Farrell 
> >


-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



Re: Trouble downloading Open Office

2016-06-13 Thread Tracy Phillip McLellan
I'm not technically proficient, and I'm not sure I understand the language
that you're using, but it's not a matter of verifying whether or not the
particular file downloaded to my PC is corrupted or not.  It's a different
matter thus.  I can download the Open Office suite from the website; the
problem is that once I download the file and subsequently try to execute it
to make the final install on my PC, nothing happens.  This happens over and
over again, not with any one particular Open Office file.

On Sun, Jun 12, 2016 at 1:31 PM, Rory O'Farrell  wrote:

> On Sun, 12 Jun 2016 13:18:56 -0500
> Tracy Phillip McLellan  wrote:
>
> > I'm having problems downloading Open Office to my desk top.  When I click
> > on the download on the Open Office web site it loads to my download file.
> > But then when I click on that download to try to execute the file,
> nothing
> > happens.  Can you help me with this problem?
>
> You can verify that the downloaded file is as it left the OpenOffice code
> factory by the methods described in
> http://www.openoffice.org/download/checksums.html
>
> If your download doesn't pass, do not use it as it is either
> corrupt/contaminated/incomplete.
> --
> Rory O'Farrell 
>


Re: Quick question

2016-06-13 Thread Jean Lear
Hello,
I do not know if this will be the help needed.  I do a lot of work with
Calc and in some columns some of the cells contain text that will
overflow.  I go to the top of the column and highlight the whole column
keep the highlighting on.  Then to to Format > Cells > Alignment > tick in
Wrap Text Automatically > Click OK.
Now anything entered in cells in that column will wrap if the contents are
more than the column width and the row height will adjust automatically.
If there is a cell with contents that are only one line that row height
will not be altered..
Jean

On Sat, Jun 11, 2016 at 2:40 PM, toki  wrote:

> I wrote:
>
> >> Is there a way to prevent text from spilling/overflowing over into the
> next cell without wrapping it??
>
> > The simplest solution is to make the cell in row 30 contain a blank
> space, with no other glyphs in it.
>
> Oops. That should be "the column to the right of the cell in row 29."
>
> jonathon
>
>
>
>
>
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: users-h...@openoffice.apache.org
>
>


Re: side by side view

2016-06-13 Thread Jean Lear
Hello,
I do not know if I am misunderstanding the requirement here but I often
work on two separate files in the one window using Open Office and Windows
with each filling half of the screen.
Open one of the files and press the Windows Key and the right arrow key.
This put the file to the right half of the screen.  Open the other file and
press the Windows key and the left arrow key and this file will fill the
left half of the screen.
If this is not what is wanted please disregard this reply.
Jean

On Sat, Jun 11, 2016 at 8:44 PM, nasrin khaksar 
wrote:

> hi.
> i only know openning each document in a separate window.
> i appreciate any solution beside it.
>
> On 6/8/16, Lucetta  wrote:
> > This is exactly what I do when I'm comparing SS. Works for me.
> >
> >> On Jun 8, 2016, at 11:47 AM, Julian Thomas  wrote:
> >>
> >>
> >>> On Jun 7, 2016, at 23:28, Ariya Subasingha
> >>>  wrote:
> >>>
> >>> Since I prefer to use Open office writer. please let me know whether
> >>> there is a way to view 2 documents side by side in open office writer.
> >>
> >> One way to do this would be to open each document in a separate window.
> >>
> >> —
> >> jt - j...@jt-mj.net
> >>
> >> O Famous Last Words #29: "It's perfectly safe. Let me show you..."
> >>
> >>
> >>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> >> For additional commands, e-mail: users-h...@openoffice.apache.org
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: users-h...@openoffice.apache.org
> >
> >
>
>
> --
> Those who follow the Messenger-Prophet, the Ummi, whom they find
> written down with them in the Taurat and the Injeel [who] enjoins them
> good and forbids them evil, and makes lawful to them the good things
> and makes unlawful to them impure things, and removes from them their
> burden and the shackles which were upon them; so [as for] those who
> believe in him and honor him and help him, and follow the light which
> has been sent down with him, these it is that are the successful.
> holy quran, chapter 7, verse 157.
> best website for studying islamic book in different languages
> al-islam.org
>
> -
> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: users-h...@openoffice.apache.org
>
>


Re: Windows 10 compabability

2016-06-13 Thread Andrea

Am 13.06.2016 um 11:11 schrieb Stephen Anstey:

Can you please tell me if Apache OpenOffice is compatible with Windows 10?


Yes, ist is



-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



Windows 10 compabability

2016-06-13 Thread Stephen Anstey
Can you please tell me if Apache OpenOffice is compatible with Windows 10?

Stephen Anstey


Sent from Mail for Windows 10



Re: Zellen markieren werden zwangsmarkiert

2016-06-13 Thread Jörg Schmidt
Hallo, 

> From: Horst [mailto:technik_...@jrsch.de] 

> Immer wieder passiert es mir, dass in Calc auf einmal mein Cursur im 
> Zellenmarkierenmodus ist und nicht raus kommt.
> 
> D.h. wenn der Cursor in d5 ist und ich auf e7 gehe ist der 
> Bereich D5:E7 
> markiert, ohne das sich  die Großtaste gedrückt habe.
> 
> Vermutlich passiert das beim Ausprobieren von Makros, ich bin da aber 
> nicht sicher. 

Ja, da passiert sowas. Bekannt ist dieses Phänomän z.B. bei Verwendung eines 
Selection-Change-Listeners, ist mir aber gerade auch vor einigen Tagen begegnet 
bei der Ereigniszuordnung über den Reiter eines Tabellenblattes.

> Hat jemand eine Idee woran das liegt 
> oder wie ich dem Fehler auf die Schliche kommen könnte.

Gegen das Problem beim genannten Listener hilft die Verwendung eines anderen 
Listeners (ich glaube einer der mouse-Listener ist ein  funktional geeigneter 
Ersatz) wenn das Problem nur aufgrund der Ereigniszuordnung beim Tabellenblatt 
auftritt weiß ich nichts was die Probleme vermeidet.



Gruß
Jörg


-
To unsubscribe, e-mail: users-de-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-de-h...@openoffice.apache.org



Zellen markieren werden zwangsmarkiert

2016-06-13 Thread Horst

Hallo,

Immer wieder passiert es mir, dass in Calc auf einmal mein Cursur im 
Zellenmarkierenmodus ist und nicht raus kommt.


D.h. wenn der Cursor in d5 ist und ich auf e7 gehe ist der Bereich D5:E7 
markiert, ohne das sich  die Großtaste gedrückt habe.


Vermutlich passiert das beim Ausprobieren von Makros, ich bin da aber 
nicht sicher. Ich habe das noch nicht eingrenzen können.


Der Modus endet, wenn ich eine andere Tabelle anwähle und dann wieder 
zurück gehe.


Trotzdem ist das unbefriedigend. Hat jemand eine Idee woran das liegt 
oder wie ich dem Fehler auf die Schliche kommen könnte.



Horst


-
To unsubscribe, e-mail: users-de-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-de-h...@openoffice.apache.org