Einhugur Plugin Releases (2022)

It showed up in Plugins Pro! :slight_smile:

I tried refreshing, and also opening in a different browser.

But scrolling down into “Jul 22”, I do see it, with the proper version. I am just accustomed to new releases appearing at the top (presently occupied by your updated Word plugin.)

It is not there for me.

When I go to the “Plugins / All of the Einhugur Plugins” link on the sidebar, I see 15.5.2 on the list.

Björn and I still work closely together on Plugins Pro, which I really do recommend for keeping track of updates. :slight_smile:

2 Likes

As I said above, on the Einhugur home page, you need to scroll well down into “Jul 22” to find it. This is what confused me, because new releases typically appear at the top. But perhaps this is less a “new release” than a patch.

As Tim said, it is also in the sidebar, and I downloaded it myself from the Einhugur OneDrive folder.

It was sort of since it was unplanned update. The update was fixed and pushed out in about 40 min from the time the problem was reported. So it did not get seat on the web page like a scheduled update.

Thank you. I found it.

PictureButton 7.0.2 and Einhugur macOS Bridge plugins 4.4 for Xojo are out

The PictureButton plugin control for Xojo is to create more platform consistent Picture-buttons but yet having it work well cross platform.

image
PictureButton Windows 10 Dark mode - State normal, State focus, State hoover.
PictureButton Windows 11 Dark mode - State normal, State focus, State hoover.

New in version 7.0:2

  • Fixed issue where button would go red on the newest macOS versions if keyboard navigation was turned on.

Einhugur macOS Bridge is a plugin to make it easier to use some macOS Native objects and interface with them using Xojo objects, Einhugur Plugin objects such as RawBitmap, declares and 3rd party plugins.

image

New in version 4.4:

  • Added stubs for Windows Arm 64 so cross platform builds dont get halted.

More info at www.einhugur.com

3 Likes

Einhugur CoreClasses 8.1 for Xojo is out and Einhugur Xml Serialization Framework 2.0 for Xojo is out

New in CoreClasses 8.1 plugin:

  • Added EinhugurIntrospectionHelpers module. (To support our Serialization frameworks)

The Einhugur Xml Serialization Framework 2.0 is fork of our former Einhugur Serialization Framework but it was decided to split it up and have Xml and JSON separated to make the update process smoother. (Its JSON counter parts will come soon-ish).

The Einhugur Xml Serialization Framework for Xojo is to serialise complex class structures with just 2 lines of code without adding any code to your classes.

For this version you need Xojo 2020r2 or later and Einhugur CoreClasses plugin 8.1 or later.

New in version 2.0:

  • Split the Serialization framework into smaller parts so the XML serialization is separate now. (The JSON serializes will come soon-ish)
  • Added support for serializing Variant.
  • Added support for serializing VariantArray.
  • Added support for serializing Dictionary.
  • Fixed critical error when de-serializing.
3 Likes

I added tiny new plugin on our web. Its called WinUI Bridge.

Einhugur WinUI Bridge Plugin for Xojo is a plugin to access some functions that are only available in the new Windows modern API. Those are for example Windows 10 and Windows 11 color settings, and subscription to notifications from them.

Obviously t his plugin is only for Windows. (And only for Windows 10 and 11 where the Windows WinUI API’s exist).

More info at www.einhugur.com

7 Likes

Will a future release allow you to set, as well as get, the color settings?

I doubt that very much, I imagine Windows would not allow applications to set User system preference settings.

I imagine thats the reason for them having no API to do such

2 Likes

Einhugur Word Plugin for Xojo version 1.5 is out and ExcelReader component 1.6.2 is out also

Word plugin is a Xojo plugin that enables you to create, read, write and edit Word docx files from Xojo code.

The plugin can:

  • Create new Word documents.
  • Read and write paragraphs and runs from Word documents.
  • Read and write tables in word documents. (Very basic writing).
  • Read and write nested tables and nested paragraphs in word documents. (Very basic table formatting).
  • Read and write document info in Word document.
  • Read and write pictures (jpg and png) from Word document.
  • Read SVG pictures from Word document (currently read only).
  • Read and write headers.
  • Read and write footers.
  • Read and write basic bullets and numbering setup on paragraphs.
  • Supports easy fill into form template feature.

Hello World word document generated with the plugin.

WordListIndent

List indents using bullets and numbering.

Plugin is supported on:

  • macOS Intel (32 bit and 64 bit)
  • macOS Apple Silicon
  • Windows (32 bit and 64 bit)
  • Windows ARM (64 bit)
  • Linux (32 bit and 64 bit)
  • Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
  • iOS

New in version 1.5:

  • Added support for Bullet and Numbered list indents.
  • Added ListIndent class.
  • Added CreateListIndent function to the Document class.
  • Added ListIndent property to the Paragraph class.
  • Added ListIndentLevel property to the Paragraph class.
  • Added SetListIndent method to the Paragraph class.
  • Added Example project for List indents.

ExcelReader is Xojo Component read Excel documents in Xojo applications (xlsx files)

New in version 1.6.2:

  • Fixed crash if Excel document contained gradient fill or traces of gradient fill setup.

The ExcelReader can read basic data from the document and some formatting as well.

More info at www.einhugur.com
(And the plugin is also available on our One drive big download link)

2 Likes

I don’t see the Eoinhugur Word Plugin version 1.5 or ExclReader 1.6.2 at Einhugur Software - All of the Einhugur plugins.

Is there a better place to get them?

It is the first item on the main page https://www.einhugur.com/
Scroll down for the Full Version download button

Einhugur Word Plugin for Xojo version 1.5.2 is out

Word plugin is a Xojo plugin that enables you to create, read, write and edit Word docx files from Xojo code.

The plugin can:

  • Create new Word documents.
  • Read and write paragraphs and runs from Word documents.
  • Read and write tables in word documents. (Very basic writing).
  • Read and write nested tables and nested paragraphs in word documents. (Very basic table formatting).
  • Read and write document info in Word document.
  • Read and write pictures (jpg and png) from Word document.
  • Read SVG pictures from Word document (currently read only).
  • Read and write headers.
  • Read and write footers.
  • Read and write basic bullets and numbering setup on paragraphs.
  • Supports easy fill into form template feature.

Hello World word document generated with the plugin.

WordListIndent

List indents using bullets and numbering.

Plugin is supported on:

  • macOS Intel (32 bit and 64 bit)
  • macOS Apple Silicon
  • Windows (32 bit and 64 bit)
  • Windows ARM (64 bit)
  • Linux (32 bit and 64 bit)
  • Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
  • iOS

New in version 1.5.2:

  • Fixed crash issue on iOS systems when saving the document.

More info at www.einhugur.com
(And the plugin is also available on our One drive big download link)

4 Likes

For those that use the OneDrive link to download our plugins then, the current link which was to 2022r2 plugins has now been permanently frozen in time to mark it as known good set for 2022r2.

All new releases go on new link under 2022r3 now.

Here is link to both sets where 2023r3 is moving target while 2022r2 is frozen in time.
https://www.einhugur.com/Html/downloadsets.html

(Don’t rush to go and download everything since at this moment both sets are 100% the same obviously since there has not been any release of a new thing yet)

2 Likes

PictureButton 7.1 for Xojo is out.

The PictureButton plugin control for Xojo is to create more platform consistent Picture-buttons but yet having it work well cross platform.

  • Supports menus and submenus.
  • Menus can have images on the menu items.
  • Works properly with alpha images on all platforms.
  • Disabled state properly fades the images.
  • Supports retina high resolution mode on all platforms.
  • Supports dark mode on macOS Mojave.
  • Common Apple accessibility features for button widget.

image
PictureButton Windows 10 Dark mode - State normal, State focus, State hoover.
PictureButton Windows 11 Dark mode - State normal, State focus, State hoover.

New in version 7.1

  • Fixed crash issues on macOS Ventura.

More info at www.einhugur.com

4 Likes

I have posted many Einhugur plugins with Linux Arm64 support.

The can be found on our web: https://www.einhugur.com

or as download set at:

https://www.einhugur.com/Html/downloadsets.html

Some of the plugins also got Linux Dark mode support, but some of the ones already out need 2nd round on that since Dark mode came late in the Xojo beta phase.

Yes many plugins do not have Linux Arm64 support yet, but it will come.

(I been battling pneumonia for the past 15 days with no sight to land in that horror yet, so support as been severely delayed and also Linux Arm64 upgrades are much fewer so far than I would have wanted)

6 Likes

I forgot to mention that, if you in need of a specific one for Linux Arm 64 then by all means let me know since in most cases the order will not matter, so might as well be something someone is waiting for.