Getting started
Installation, first layout placeholder, first grid, and demo data loading.
Documentation
This placeholder is ready for the first early access guides: installation, first grid, JSON data loading, selection reads, script callbacks, and deployment.
Installation, first layout placeholder, first grid, and demo data loading.
JSON item schema, thumbnails, IDs, titles, subtitles, and selected state.
Open, delete, drop import, drag export, and custom double-click callback patterns.
FileMaker Extensions folder, macOS permissions, signing, and release build notes.
Coming first
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 )
]As early access builds settle, this route can become the canonical docs home for rccfilemakerplugins.com.