Mac OSX • Re: [Solved] Button highlight colors too dark to read «Q47»
Help! Has anybody got a solution to this problem? I see the last post is years old and would hope there is, in the mean time, a solution. And we are no longer on the old OS Systems, so the tips given...
View ArticleMac OSX • Re: Change button background color or text color
OpenOffice 4.1.14 on MacOS 14Have you tried the LibreOffice?Statistics: Posted by Zizi64 — Sat Oct 05, 2024 10:38 am
View ArticleMacros and UNO API • Split a string into an array for each character
Hello all,This code don't work:Code: Sub MainmyWord = "FOOBAR"aWord = Split(myWord,"",Len(MyWord)-1)msgbox aWord(0)End SubThis returns entire string and not only "F"if anyone can take a...
View ArticleMacros and UNO API • Re: Split a string into an array for each character
Well, Mid do the jobBut I don't know why Split instruction not? Statistics: Posted by Mr.Dandy — Sun Oct 06, 2024 1:42 pm
View ArticleCalc • [Solved] New, Modify or Delete not working for Styles
Opening the Styles & Formatting with F11 shows me the styles I have set up in Calc. But now, when I try to create a new style, modify a current style or delete a style, I do not get a second...
View ArticleCalc • Re: New, Modify or Delete not working for Styles
In short, making any of these choices when right-clicking a style does nothing.[Solved] Modify Style fails when ANY sheet is protectedIf you need any additional assistance attach a spreadsheet...
View ArticleWriter • OpenOffice is creating duplicates of docs, not updating them
Hello,I've been using Openoffice for a while on a Mac.Now, it started randomly making duplicates of the several docs I am working on, (and of the pdfs I am turning them into), this, instead of simply...
View ArticleWriter • Re: openoffice is creating duplicates of docs, not updating them
Now, it started randomly making duplicates of the several docs I am working on …I need a lot more information from you before I can help. Did you recently (perhaps by accident) enable Writer → File →...
View ArticleWriter • No links in the Table of Contents
I'm using Open Office 4.1.5, now on Windows 11 (sorry, my signature is wrong). I've been using this tool for years, and creating Tables of Contents by using the Heading 1 (for text labels) and Heading...
View ArticleWriter • Re: No links in the Table of Contents
This might be tricky to straighten out without seeing your document.If you want to use styles other than the Heading styles to build a TOC, you need to set the outline level of the style. Choose to...
View ArticleGeneral Discussion • Re: TEXTJOIN(), TEXTSPLIT() an RFC
Now I'm requesting your comments on the code (calcTextsplit only) and the explanations contained in the attachment together with a few usage examples.The biggest difficulty I see is that neither the...
View ArticleWriter • Re: OpenOffice is creating duplicates of docs, not updating them
Thank you for your patience and assistance, MrProgrammer, Hagar Delest and keme!It appears it might be something on the lines of what keme says, even though I used the same computer, and happened only...
View ArticleCalc • Page numbers when using Portrait and Landscape orientations
1 file. 5 sheets. Sheets 1 & 2 are portrait orientation. Sheets 3, 4, & 5 are landscape.Created a Landscape Style. Each Footer has "Page" typed in, then a space, then the page number function,...
View ArticleCalc • Counting column with "NO$"
I have a simple spreadsheet with 8 codes, like W, SM, M, etc but one is "NO$"Im just trying to do a simple count of each code using =COUNTIF(Jan_Freq;"=W")Which works for all the codes but "NO$"I've...
View ArticleCalc • Re: Page numbers when using Portrait and Landscape orientations
Interesting... I'm no pro and while I've tried some wild things with templates/styles, but moving from portrait to landscape in one document isn't one of the things. I know in writer I can set the...
View ArticleCalc • Re: Counting column with "NO$"
Here are two possible solutions.1. Search from "NO\$"2. Go to the menu Tools -> Options, expand the OpenOffice Calc list on the left, select Calculate, turn off the option Enable Regular...
View ArticleMac OSX • [Solved] Unable to install OpenOffice 4.1.15 on MacOS 13.7
I downloaded the version 4.1.15 today and moved it to Applications folder. But when I try to open the app, I get this message:"OpenOffice.app" cannot be opened because the developer cannot be...
View ArticleMac OSX • Re: Unable to install OpenOffice 4.1.15 on MacOS 13.7
See if Q05:A05 of Tutorial: Mac FAQ is helpful.Statistics: Posted by robleyd — Wed Oct 09, 2024 11:41 pm
View ArticleLinux • Re: Display Icons Not Thumbnails on Linux Mint
Could you show us with a screenshot what you means?Statistics: Posted by Mr.Dandy — Thu Oct 10, 2024 1:51 pm
View ArticleMacros and UNO API • Re: Activate an hidden document
If you want to make the document visible, I think that is done withCode: oDoc.CurrentController.ComponentWindow.Visible = TRUEI don't have time to test that at the moment.Statistics: Posted by FJCC —...
View Article