You can launch FM Marker from a database file of FileMaker Go using the factory+fmmarker:// URL Scheme.
After having marked it on FM Marker, By tapping launch button in the screen lower right, it is stored a clipboard, and the data which you marked in FM Marker are carried to FileMaker Go.
Capturing Sign with factory+fmmarker://capture
Use the 'capture' action to launch FM Marker and capture a mark data.
The format of the factory+fmmarker://capture URL is as follows (items in square brackets are optional):
The parameter names and possible values are defined below.
'fmdb' parameter - The name of database file
'fmscript' parameter - The name of script
'penwidth' parameter - The size of the pen
'pencolor' parameter - The color of the pen … The following RGBA(RGB+A, A means alpha channel) level are available:
'1,0,0'(Red), '1,0.5,0'(Orange), '1,1,0,0.3'(Yellow+Alfa), '0.5,0.3'(Gray+Alfa)
'bounds' parameter - Range specification of the area that stroked … The following range names are available: 'stroke' 'whole'
The size of 'whole' is different from iPad by iPhone.
iPad _ Portrait 1536W x 1832H, Landscape 2048W x 1320H
iPhone _ Portrait 640W x 744H, Landscape 960W x 448H
'background' parameter - Placement of the background image … The following background image are available: 'clipboard'
'backgroundcolor' parameter - The color of the background … This is the same as setting of 'pencolor'
Example
In FM Marker, Placement of background image and appoint 20 points of red pens and appoint the MarkPaste script of the Marker.fp7 database in FileMaker Go after marking. The return value is the whole writable area.