Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MBS FileMaker Plugin Example Databases

WebViewer Render Image (Mac)

All examples are included with download of MBS FileMaker Plugin.

WebViewer Render Image (Mac).fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts0
Value Lists0
Custom Functions0
Custom Menus32
File Options
Default custom menu set[Standard FileMaker Menus]
When opening file
Minimum allowed version12.0
Login usingAccount Name; Account= Admin
Allow user to save passwordOff
Require iOS passcodeOff
Switch to layoutOff
Hide all toolbarsOff
Script triggers
OnFirstWindowOpenOff
OnLastWindowCloseOff
OnWindowOpenOff
OnWindowCloseOff
OnFileAVPlayerChangeOff
Thumbnail Settings
Generate ThumbnailsOn; Temporary

 

Tables

Table Name
Statistics
Occurrences in Relationship Graph
Webviewer PDFKit
1 field defined, 2 records
Webviewer PDFKit

Fields

Table Name: Webviewer PDFKit - 1 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
dataNormal, BinaryAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1

        Layout Objects: Webviewer PDFKit

        Regular Fields

        Field Name: Webviewer PDFKit::data
        Field PropertiesCoordinatesField FormatField BehaviorQuick Find
        • Top: 456 pt
        • Left: 6 pt
        • Bottom: 719 pt
        • Right: 553 pt
        • Anchoring: Left, Top
        Field Format:
        • Edit Box
        Field Behavior:
        • Allow field to be entered: In Find mode, In Browse mode
        • Touch keyboard type: System Default
        • Go to next field using: Tab key
        No

        Group Buttons

        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Render Image with Defaults
          Additional Properties:
        • Change to hand cursor over button
        • Rectangular
        • Top: 30 pt
        • Left: 5 pt
        • Bottom: 49 pt
        • Right: 160 pt
        • Anchoring: Left, Top
        Set Field [ Webviewer PDFKit::data; MBS( "WebView.RenderImage"; "web" ) ]

        Fields:


        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Render Image as PNG
          Additional Properties:
        • Change to hand cursor over button
        • Rectangular
        • Top: 30 pt
        • Left: 167 pt
        • Bottom: 49 pt
        • Right: 322 pt
        • Anchoring: Left, Top
        Set Field [ Webviewer PDFKit::data; MBS( "WebView.RenderImage"; "web"; "PNG") ]

        Fields:


        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Render Image with options
          Additional Properties:
        • Change to hand cursor over button
        • Rectangular
        • Top: 30 pt
        • Left: 329 pt
        • Bottom: 49 pt
        • Right: 484 pt
        • Anchoring: Left, Top
        Set Field [ Webviewer PDFKit::data; MBS( "WebView.RenderImage"; "web"; "JPEG"; "webview.jpg"; 300) ]

        Fields:


        Button PropertiesCoordinatesScript/Script Step
          Type:
        • Text: Trace on
          Additional Properties:
        • Change to hand cursor over button
        • Rectangular
        • Top: 30 pt
        • Left: 497 pt
        • Bottom: 49 pt
        • Right: 574 pt
        • Anchoring: Left, Top
        Set Field [ Webviewer PDFKit::data; MBS( "Trace") ]

        Fields:


        Web Viewer Controls

        Web Viewer Control PropertiesCoordinatesWeb Address
          Object Name:
        • web
          Additional Properties:
        • Allow interaction with web viewer content
        • Display progress bar
        • Display status messages
        • Automatically encode URL
        • Top: 54 pt
        • Left: 6 pt
        • Bottom: 433 pt
        • Right: 553 pt
        • Anchoring: Left, Top
        "http://www.monkeybreadsoftware.de"

        Download example: WebViewer Render Image (Mac)

        Used functions: