bBox 1.06 for FileMaker enhances support for macOS text windows and Python

We are pleased to announce the release of bBox version 1.06 for Claris® FileMaker®, which adds support for macOS text windows and many update enhancements, including to bBox’s support for integrating Python code with your FileMaker apps.

bBox is a free utility plug-in to extend FileMaker solutions to easily use code libraries. Supporting both macOS & Ubuntu Linux, it has functions to help you work with Python, JavaScript, PHP, Ruby, AppleScript, Bash/Zsh/sh, XPath, and DuckDB. Also included is a demo file that has over 220 examples of how you can put bBox functions to work for you.

If you’re interested in Python integration with FileMaker, also check out bzPython-FM, which uses bBox.

Continue reading “bBox 1.06 for FileMaker enhances support for macOS text windows and Python”

Python with FileMaker®: Get Started with Analytics, Automation and AI + ML

Christos Savva from Beezwax presents at Bay Area FileMaker Developer Meetup.

Join us for an informative and interactive meetup that explores the benefits of integrating Python with FileMaker. Learn how Python can enhance your Claris FileMaker solutions by enabling data and visual analytics, IT automation, and AI + Machine Learning integration.

We’ll cover “Getting Started” with Python (using FileMaker 2024 on macOS for the demo) and briefly review various integration methods, such as web viewers, plugins and serverless options. We’ll demo an example FileMaker solution, bzPython-FM.

Continue reading “Python with FileMaker®: Get Started with Analytics, Automation and AI + ML”

Beezwax Sponsors EngageU: The Biggest Claris® FileMaker® Developer Conference

Christos Savva and Vince Menanno Present Rapid Serverless Integrations and FileMaker Native Script Transactions

This week, Nov 13-15, we’re in Malmö, at EngageU. It’s the biggest Claris / FileMaker Developer community event worldwide in 2022. In fact, EngageU promises to be the largest in-person Claris Community event in Europe, ever!

Continue reading “Beezwax Sponsors EngageU: The Biggest Claris® FileMaker® Developer Conference”

bBox 0.80 Now Available

Its been almost a year since we’ve mentioned bBox on this venue, but we are now pleased to announce that version 0.80 is publicly available.

Continue reading “bBox 0.80 Now Available”

Working with JSON data in FileMaker

There are a number of ways of working with JSON data in FileMaker. At least two typical ones are:

  • Custom Functions based parsing & encoding
  • using a WebViewer & JavaScript

Continue reading “Working with JSON data in FileMaker”

Version 0.71 of bBox Now Available

A new version of our free bBox FileMaker plug-in is now available.

Some of the changes since the last release are:

  • better support for Python results, in particular lists & sets
  • curl, sort, bash, and grep commands now allow up to 7 parameters
  • better handling of invalid parameters to FileRead and PasteboardGet functions
  • added the Python function fm.evaluate
  • more examples in the demo file

Continue reading “Version 0.71 of bBox Now Available”

Version 0.63 of bBox Now Available

A new version of our free bBox FileMaker plug-in is now available.

Some of the changes since the last release I blogged about are:

  • new fm.executesql Python function
  • additional types when converting to/from Python
  • new bBox_FileWrite, bBox_FileSymlink, and bBox_FileRead functions

Continue reading “Version 0.63 of bBox Now Available”

Using Cocoa’s PDFDocument class from FileMaker

I’ve been looking for a way to interface with some Cocoa classes in the Mac OS X API from FileMaker for a while. My initial target was PDFDocument, part of the PDF Kit suite of classes. For more information on Cocoa’s PDF Kit see here: Introduction to PDF Kit Programming Guide

Continue reading “Using Cocoa’s PDFDocument class from FileMaker”