La 5e Conférence québécoise des développeurs FileMaker (CQDF) 2015: les 25, 26 et 27 mai 2015 à l’hôtel Le St-Sulpice situé dans le Vieux-Montréal. Vincenzo Menanno, Beezwax, présente:
Our Five Favorite Talks from RailsConf 2015
The Beezwax web dev team had a great time at RailsConf at the end of last month. The three days of the conference were packed with interesting talks, necessitating a series of painful triages each day as we selected which to attend and which to leave unseen. But now that ConFreaks has posted full video for almost all of the talks, everyone can catch up. Here are five of Shivam’s and Kevin’s favorites:
Continue reading “Our Five Favorite Talks from RailsConf 2015”
FileMaker 14: Field Placeholder Text
FileMaker Pro 14 includes a new feature to add placeholder text to fields on a layout. What is placeholder text? Simply put, it is a way to put text inside a field when it is empty. This feature is useful for mobile, web and desktop users alike.
A brand new Workspace!
As a FileMaker developer you probably spend a big chunk of your time writing scripts. The new Script Workspace in FileMaker 14 is going to help you in a big way. It’s a breath of fresh air and at first glance it might seem trivial in that we now have colors and we actually can have white space, but there are many other productivity improvements that lurk beneath the surface.
FileMaker 14 – Button Bars
The new Button Bar layout object provides developers with an improved method to manage a cluster of buttons that have functional and/or cosmetic similarities.
Using InspectorPro 5 with FileMaker Pro Advanced 14
FileMaker 14 is here, and while the Database Design Report (DDR) hasn’t changed, here’s a “Getting Started’ walkthrough for using InspectorPro with the latest version of FileMaker Pro Advanced.
Continue reading “Using InspectorPro 5 with FileMaker Pro Advanced 14”
What happens at FileMaker DevCon…
The Beezwax Team will be in Las Vegas July 20-23, 2015 for the FileMaker Developers Conference, which is celebrating its 20th Anniversary. While we still hotly debate when best to double down at blackjack, and can only hope an Elvis impersonator will insist we stay off his blue suede shoes, there is one sure bet about DevCon: It’s the place to collect a jackpot of information by attending some of the more than 70 sessions and unsessions covering the latest trends in FileMaker development.
FileMaker 14: Audio/Video Control Script Steps and Functions
FileMaker 14 introduces new controls available in the mobile FileMaker Go app that help to bring the media player experience in FM Go more in alignment with iOS. These changes, compatible only with FileMaker Go 14, include 3 new script steps, 3 new script triggers and 1 new calculation function. In addition, the script step Insert Quicktime has been removed (developers should use the Insert Audio/Video script step, which we have had since FileMaker 12).
Continue reading “FileMaker 14: Audio/Video Control Script Steps and Functions”
The Force “FIELD”
For the longest time I thought field labels were something special and there was some sort of connection between the label and the field. So if you have ever created a new field and put that field on the layout with the label to the left of it. Then 10 seconds later you change your mind and decide to rename the field. Presto your label has also been renamed.
InspectorPro – Helping you find problems
When you delete a field that calculations or scripts depend on, FileMaker provides great warnings.
SystemVersion – When numbers are not what they seem!
I recently moved to OS X Yosemite, and once again repeated the annual cycle of wondering whether or not my existing solutions will be compatible with the new version. I’ve loved using AppleScript to trigger OS X Notifications from FileMaker since they were introduced in OS X Mavericks, but they stopped working as soon as I installed Yosemite.
Continue reading “SystemVersion – When numbers are not what they seem!”
Facter Reporting for FileMaker Server
Recently we’ve been thinking about how we can better monitor the collection of systems that we manage. These can be client servers with very diverse configurations, access, or functions. Additionally, we have our own array of systems, almost as diverse as our clients’.
Updated FileMaker Fail2ban Files
As an aid to improving the security of your server, Fail2ban is an open source component that checks for signs of abusive activity in your logs, and when these are detected, blocks an address (or possibly a subnet) for a given period of time. In May of ’13 I blogged about how to set up Fail2ban rules to check the FileMaker Server event logs (http://buzz.beezwax.net/mVfrR7).
NoSSR ( Not Only Sub-Summary Reports )
To describe this next technique I came up with my own acronym, and I call it "NoSSR", which stands for Not Only Sub-Summary Reports. The goal of this blog post is to show you a way to build and deliver similar results but in a statically defined way. Another way to put it is to architect for performance, so let’s see what can be possible. This post also assumes you know how to build a FileMaker sub-summary report layout already.
Continue reading “NoSSR ( Not Only Sub-Summary Reports )”
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
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
Summarizing FileMaker Server Access.log data
Various times I’ve needed to do some quick summaries of how a given server and its databases were being used. On macOS and Linux we can use shell commands such as grep to get a quick summary of what’s happening on a server.
Continue reading “Summarizing FileMaker Server Access.log data”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
Button Image Masks
Introduction
When you’ve been using FileMaker as long as I have, you know we’ve done all kinds of crazy things to get image masks to work on our buttons. For example, we would use a set of grouped native FileMaker line objects to cover an image just to get an ugly looking mask. I hope that not many developers suffered for too long using that technique.
Download Using Icons
Listing hosted FileMaker files from the shell
As part of a shell script I’m cooking up, one of the required tasks is to list all currently hosted database files on a Mac OS based FileMaker server. This may get deployed over multiple servers, and I want to keep it as simple and trouble free as possible.
Continue reading “Listing hosted FileMaker files from the shell”