Hi CompPad Developers, I recently downloaded the latest version of CompPad and attempted to install it in LibreOffice. However, when I try to add/enable the extension, I receive the following error: Bad insert element I've verified the archive structure and re-packaged the extension using 7‑Zip (ensuring all files are at the root level). I’ve also double-checked my LibreOffice version and settings. Could you please advise on what might be causing this issue or suggest any further troubleshooting...
Hi CompPad Developers, I recently downloaded the latest version of CompPad and attempted to install it in LibreOffice. However, when I try to add/enable the extension, I receive the following error: Bad insert element I've verified the archive structure and re-packaged the extension using 7‑Zip (ensuring all files are at the root level). I’ve also double-checked my LibreOffice version and settings. Could you please advise on what might be causing this issue or suggest any further troubleshooting...
Hi CompPad Developers, I recently downloaded the latest version of CompPad and attempted to install it in LibreOffice. However, when I try to add/enable the extension, I receive the following error: Bad insert element I've verified the archive structure and re-packaged the extension using 7‑Zip (ensuring all files are at the root level). I’ve also double-checked my LibreOffice version and settings. Could you please advise on what might be causing this issue or suggest any further troubleshooting...
Is there any activity regarding this project? Seems like something that would be very useful considering the limited alternatives.
That's disappointing, I would expect it to work. Let me test on Windows 10 with similar configuration and I'll get back to you.
OK, CompPadDemo.odt is enough! But comppad_0.4.05x.oxt still does nothing: - pressing button [>] does nothing - pressing "Evaluate expressions" from menu drops Writer Java version 8 update 321 (build 1.8.0_321-b07)
OK, CompPadDemo.odt is enough! But comppad_0.4.05x.oxt still does nothing: - pressing button [>] does nothing$ - pressing "Evaluate expressions" from menu drops Writer Java version 8 update 321 (build 1.8.0_321-b07) Evaluate
Try the newest unstable release, which is currently Comppad_0.4.05x.oxt. This version is reported to work with LO 7.1.5.2 and Java 8, which is the typical Java installation. There is currently no comprehensive documentation, but here is a link to an example document which demonstrates all the features: CompPadDemo.odt Let me know how it goes.
Try the newest unstable release, which is currently Comppad_0.4.05x.oxt. There is currently no comprehensive documentation, but here is a link to an example document which demonstrates all the features: CompPadDemo.odt
Hi! Win 10 Libre Office 7.3.0.3 CompPad 0.3.0.3 But it seems that minimal documentation needed: - when write = and when :=? - must we write x= or x={} to show value? - e.t.c.
Hi Sergey, can you tell me the version of CompPad and LibreOffice you are using?
I write formula x:=20, write y:=x+20, write y=, press triangle button - nothing happens. Wiki contains low-resolution screenshot only... How it must works? P.S. I tried old version several years ago and can't understand now: is new version broken or I do something wrong.
Plotting in LibreOffice
Here is a place to discuss issues with CompPad
Follow CompPad on Twitter!
Unstable 0.4.05x - Works with Java 8
Unstable 0.4.04x released
Unstable 0.4.04x released
Unstable 0.4.04x released
Refactor due to Caret editor formatting
Add .gitignore to repo
Maintainer emerges from hibernation
Tagging release 0.1.0.1
tagging 0.1.0.2 release
Tagging release 0.1.0.3
Tagging 0.2.0.1
Tagging 0.3.0.1 release
Tagging version 0.3.02
Tagging release 0.3.03
tagging release 0.3.04
Moved src tree to trunk
Added test file and a path to contain test files
Added path for documentation files
Added GPL Disclaimers.
Added GPL Disclaimers.
Added GPL Disclaimers.
Added GPL Disclaimers.
Implemented handling of implied multiplication in conversion of raw expression syntax to postfix notation.
Implemented handling of implied multiplication in conversion of raw expression syntax to postfix notation.
Converts postfix to prefix format with parentheses and commas
Added todo.txt, transferred comments from OOFormulas.class
Removed todo list comments from OOFormulas.java.
Removed todo list comments from OOFormulas.java.
Moved operator conversion info to Operators.java. Implemented as static hashtables.
Added Netbeans project directories to ignore list
Deleted output fields are now restored, and output fields that get moved away from expression are moved to their correct position.
Expression sorted according to order in document
Remove fields and field masters which don't have a matching expression (in CompPad.java)
Added CompPadMacro.java to allow CompPad to be called as a macro.
Fixed over-write of CompPadTest.odt
Fixed over-write of CompPadTest.odt
Fixed various operator issues, added several operators.
Adding NetBeans project files to SVN repository
Adding NetBeans project files to repository
Using BootstrapSocketConnector.jar to bootstrap reliably
Added BootstrapConnector.jar support, to provide better bootstrap connection to OpenOffice executable.
using bsh.jar instead of javax.scriptingengine.
Updates to ensure that experimental release works with OO2 and Java 5
Added JScience support for units of measure, using Amount objects
Began implementing ComplexAmount class for
* Framework in place for Complex Amounts - combination of
converted project to a Netbeans Openoffice Addon
converted project to a Netbeans Openoffice Addon
Added support for special characters, eg. %phi, %pi.
converted project to a Netbeans Openoffice Addon
CompPadDemo now works.
Converting matrices to JScience DenseVector and DenseArray objects for operations.
Added array subscript reference.
* Fixed problems with prefix operators combined with implied
Fixed handling of output field duplicates.
Updated vector and matrix operators, and test/demo files
All units are now convert to base units.
Selecting "Insert Expression" menu item now launches the Equation editor using the .uno:InsertObjectStarMath event.
minor updates
Separated CompPad document model from OpenOffice-related classes
Fixed sorting of expressions. Enhanced handling of exceptions during evaluation of expressions.
Refactored so that output elements are selected automatically according to the output data type. Information on supported data types are contained within the output element class. This will simplify handling "plot" data types, and allow handling certain data types like arrays using special output representations - for instance, it more easily allows OOOExpression to be used as an output field. Not fully tested with sample files.
Added plotting function plotxy, and eliminated some slow code
cleaned up com.comppad.OOODocument.getEmbeddedObjects method
Print output from double, Amount and ComplexAmount using 4 significant figures. If complex component is below zero tolerance, don't display it.
Pretty display of exponential notation in result fields using unicode exponents.
Added Complex type to Result.handle method. Refactored so that openoffice-related classes are in com.CompPad.OOO, and classes related to math document model are in ooo.CompPad.model.
Made the class com.CompPad.model.Operators completely static, although there are properties of this class that are not final.
Fixed precedence on AddColumn operators. Added addColumn methods for previously unsupported combinations of objects.
Added more addColumn and mult operators, and result string handlers, for Complex and ComplexAmount ArrayLists.
Added more addColumn and mult operators, and result string handlers, for Complex and ComplexAmount ArrayLists.
Added more mult operators.
moved AddOn.java back to com.CompPad so extension registration will work correctly.
moved AddOn.java back to com.CompPad so extension registration will work correctly.
Added Antlr and ASM jars to class path, otherwise groovy.lang classes give a class not found error during runtime.
Fixed negative bug, so now 2 -3 = -1, not 2 -3 = -6
Eliminated double, Complex, and Amount datatypes - so all calculations are carried out with ComplexAmount and boolean. Also created matrix class to handle all vector and matrices.
Fixed improper handling of operator precedence in conversion to postfix notation, particular with infix operators.
Created operators package, and Operator class, so that operators can be created as a class which can be passed to forEachElement method. Also provides a subclass for creating CompPad operators as add-ons.
forEachElement now works. elementWise division and multiplication mostly works. Got rid of Document reference in Expression so that Expression can be used for calculations in a Shell class.
Added Shell class for executing CompPad expressions by submitting a string to the shell.
Changed System.out.println diagnostics to use Logging class. Updated shell class.