Article Tags

Click or tap one of the article tags to filter down to a smaller selection.

Show all content

Videos about "icons"

4 videos found.
Bulk Icon Swapping 04/14/2026 - 12:57pm

Getting fresh icons into a FileMaker solution has always meant friction: hunt down the right SVG on an external site, sort out whether it will actually work given FileMaker's dated SVG support, convert or rework it as needed, then manually import it one at a time. If your button bars look tired and swapping their icons feels like it costs more effort than it's worth, this video shows exactly why that process no longer holds.

Watch as a single plain-language prompt sets off an entire icon replacement workflow. The video demonstrates how an agentic process reads a button bar directly from the clipboard, identifies every embedded icon, pulls in appropriate replacements from open-source icon libraries, handles the compatibility conversions that FileMaker's older SVG standard requires, and delivers a fully updated button bar back to the clipboard, ready to paste. Attached scripts, conditional formatting, and all layout logic survive the swap completely intact. What used to be a multi-step manual process across several tools collapses to roughly two minutes of watching things happen.

The full version goes deeper into the mechanics, including how FileMaker's SVG limitations shape what conversions are necessary and how to structure icon requests to get accurate results in bulk. There is also a thorough walkthrough of a community-built FileMaker tool dedicated to icon management, covering its strengths, its current gaps, and where an agentic workflow picks up the slack. The session closes with a look at how this entire capability is embedded directly into an open-source agentic editor setup, so you can replicate or extend it inside your own solutions.

Working with SVGs 06/25/2019 - 8:00am

As the number of web sites hosting icon collections has grown over the years, it makes little sense to have your own collection of icons custom created at a costly premium. Typically, you can find pretty much any icon you could ever want to use and in many cases, you can even modify the icon to fit your specific needs if you need a slight variation.

With the release of Creative Commons licensing, a wide array of freely available collections and the easy ability to modify icons, you can quickly create exactly what you need for most any FileMaker app.

In this video, I go over the recently released Elemental FM Icon database and I cover all the details and specifics about my own personal icon workflow. From finding the right icon to getting it into FileMaker quickly, you'll learn all kinds of information about working with SVG icons.

Custom Function Database - Part 7 03/03/2017 - 12:41pm

What would software be without icons? Would it be like looking at a tree without leaves? For some reason, a tree just looks more like a tree when it has leaves. Right?

So, this video is about how FileMaker uses SVG icons within it’s buttons. If you’ve always wondered how to make the most of FileMaker’s support of SVG icons, then look no further. In this video I’ll show you my own personal workflow for creating and integrating icons into a FileMaker solutions. You can integrate icons into your solution in a surprisingly quick fashion if you’re willing to get familiar with a bit of node and gulp.

Of course, even if you have no desired to install node.js, you may very well find tips and tricks which will help you expedite the process of integrating icons.

Base64 Graphics & Icons 03/10/2014 - 10:00pm

For me, it's always been one of those itches I could never quite scratch. You know, the fact that in order to show some of your user interface graphics you needed to store these graphics within your database - along with your data.

In fact, it's pretty much accepted that you create container fields, many times within a dedicated table, to store graphics and resources.

The issue I had with this approach was not that it needs to be done, but the fact that the user interface graphics were not separated out from the rest of my data. I wanted to be able to simply "draw" graphics onto the layout.

Well, this itch can now be scratched with FileMaker 13's new Base64* set of functions. While you still need at least one container field in order to render your graphics, the new additions have reduced the number of fields in total.

Watch this video to gain a full understanding of how this works and just how easy it is to integrate into your own solutions!