Search found 7 matches
- Tue Nov 12, 2024 12:46 pm
- Forum: PlanMaker NX and 2024 for Linux
- Topic: Slow sorting
- Replies: 0
- Views: 294
Slow sorting
I work with some reasonably large spreadsheets, typically around 2000 rows by 27 columns, around 250kb in XLSX format. There is a title roiw and each column has a filter. Some cells have associated comments (small red triangle in upper right corner), and those comments are typically each one of abou...
- Mon Nov 04, 2024 3:53 pm
- Forum: PlanMaker NX and 2024 for Linux
- Topic: Planmaker 2024 and openpyxl
- Replies: 8
- Views: 3297
Re: Planmaker 2024 and openpyxl
I believe this is a minor problem with openpyxl rather than with any version of planmaker. I use openpyxl a lot and whenever I upgrade that package I have to edit the source file [somehere on your system]/ openpyxl/styles/fills.py. In the class PatternFill, find the def __init__ and add this: , extL...
- Sun May 12, 2024 5:42 pm
- Forum: SoftMaker Office NX and 2024 for Linux (General)
- Topic: 2011 fails to start on Arch
- Replies: 5
- Views: 3569
Re: 2011 fails to start on Arch
Just to confirm: I have the same problem on Arch Linux when using openssl-3.3.0 (that is, textmakernx etc crashes immediately). Simply downgrading to openssl-3.2.1 and then restarting Linux fixed the problem for me.
- Thu Apr 13, 2023 2:11 pm
- Forum: BETA TextMaker 2024 for Linux
- Topic: Text selection in the middle of a paragraph doesn't count words
- Replies: 10
- Views: 18440
Re: Text selection in the middle of a paragraph doesn't count words
There is indeed something strange about the word count, both in the beta version and in TextMaker in Office Professional 2021. See the attached text file: if I select the words 'publication titles' in the third-to-last line, it is reported to be one word. If I select those words in the last line, it...
- Wed Apr 12, 2023 4:52 pm
- Forum: BETA SoftMaker Office 2024 for Linux (general)
- Topic: Installation failed
- Replies: 4
- Views: 7928
Re: Installation failed
As the OP, apologies for the delay in following this up. Thanks for the suggestions: I am running Arch Linux, specifically 'uname -a' reports: 6.2.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 30 Mar 2023 14:51:14 +0000 x86_64 GNU/Linux Regarding this suggestion from martin_k: 2. About error -105, this is a...
- Wed Apr 05, 2023 6:33 pm
- Forum: BETA SoftMaker Office 2024 for Linux (general)
- Topic: Installation failed
- Replies: 4
- Views: 7928
Installation failed
I had an Office Professional 2021 licence. I downloaded the beta (nx-1107) successfully and started textmakernx and entered the product key given in the email and got this: An internal error (-105) occurred. Please try again later. If this problem persists, please contact SoftMaker customer support....
- Wed Aug 01, 2018 1:39 pm
- Forum: PlanMaker 2018 for Linux
- Topic: Opening CSV: text vs number
- Replies: 1
- Views: 11197
Opening CSV: text vs number
In PlanMaker version 933, suppose I have a CSV file that contains only this line: "00020","010" When PlanMaker opens it, it correctly spots that the text marker is the quotation mark (") and correctly displays the values as text strings in the preview area. But the column ty...