RCC FileMaker Plugins

Documentation

Docs are being shaped around real implementation patterns.

This placeholder is ready for the first early access guides: installation, first grid, JSON data loading, selection reads, script callbacks, and deployment.

Getting started

Installation, first layout placeholder, first grid, and demo data loading.

Data contract

JSON item schema, thumbnails, IDs, titles, subtitles, and selected state.

Script callbacks

Open, delete, drop import, drag export, and custom double-click callback patterns.

Deployment notes

FileMaker Extensions folder, macOS permissions, signing, and release build notes.

Coming first

RCCPhotoGrid quick start

The first docs will be grounded in the workflow already used by the plugin: a named FileMaker placeholder, an overlay grid ID, JSON data loading, and selection callbacks.

First grid sketch

Set Variable [ $$photoGrid ;
  RCC.PhotoGrid.CreateWithControl (
    Get ( WindowName ) ;
    "photoGridPlaceholder"
  )
]

Set Variable [ $result ;
  RCC.PhotoGrid.SetData ( $$photoGrid ; $foundSetJSON )
]

Documentation placeholder

As early access builds settle, this route can become the canonical docs home for rccfilemakerplugins.com.

Request a topic