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

MBS FileMaker Plugin Example Databases

WebViewer on Popover

All examples are included with download of MBS FileMaker Plugin.

WebViewer on Popover.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts3
Value Lists0
Custom Functions0
Custom Menus0
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 on Popover
1 field defined, 1 record
WebViewer on Popover

Fields

Table Name: WebViewer on Popover - 1 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
URLNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German

      Layout Objects: WebViewer on Popover

      Regular Fields

      Field Name: WebViewer on Popover::URL
      Field PropertiesCoordinatesField FormatField BehaviorQuick Find
      • Top: 21 pt
      • Left: 221 pt
      • Bottom: 42 pt
      • Right: 891 pt
      • Anchoring: Left, Top
      Field Format:
      • Edit Box
      Field Behavior:
      • Allow field to be entered: In Find mode, In Browse mode
      • Touch keyboard type: Default for Data Type
      • Go to next field using: Tab key
      Yes

      Buttons

      Button PropertiesCoordinatesScript/Script Step
        Type:
      • Text: Go
      • Top: 21 pt
      • Left: 902 pt
      • Bottom: 42 pt
      • Right: 989 pt
      • Anchoring: Left, Top
      Set Variable [ $r; Value:MBS("Webview.LoadURL"; $$web; WebViewer on Popover::URL) ]

      Fields:


      Popover Buttons

      Popover Button PropertiesCoordinates
        Type:
      • Text: Popover
      • Top: 106 pt
      • Left: 59 pt
      • Bottom: 138 pt
      • Right: 156 pt
      • Anchoring: Left, Top
      Popover PropertiesCoordinates
        Object Name:
      • MyPopover
        Show Title Bar:
      • Yes
        Title:
      • "Popover"
        Position:
      • Right
      • Top: 5 pt
      • Left: 167 pt
      • Bottom: 522 pt
      • Right: 1004 pt
      • Anchoring: Left, Top
      Popover Content
      Tab ControlsSlide ControlsFieldsButtonsPortalsWeb Viewer ControlsCharts
          Field Objects
        • Text: Go-->Set Variable [ $r; Value:MBS("Webview.LoadURL"; $$web; WebViewer on Popover::URL) ] at (21, 902, 42, 989)

        • Graphic Objects

          Graphic Object PropertiesCoordinates
            Object Name:
          • placeholder
            Type:
          • Rectangle
            Hide Condition:
          • 1
          • Top: 50 pt
          • Left: 187 pt
          • Bottom: 509 pt
          • Right: 989 pt
          • Anchoring: Left, Top

          Script Hierarchy

          EnterPopover
          LeavePopover
          List

          Next Script: [LeavePopover]
          Script NameEnterPopover
          Run script with full access privilegesOff
          Include In MenuNo
          Layouts that use this script
            Scripts that use this script
              Script Definition
              Script Steps
              • Set Variable [ $x; Value:10 ]
              • Set Variable [ $y; Value:55 ]
              • Set Variable [ $w; Value:837 - 10 - $x ]
              • Set Variable [ $h; Value:522 - 10 - $y ]
              • Pause/Resume Script [ Duration (seconds): ,1 ]
              • Set Variable [ $w; Value:MBS("WebView.CreateWithControl"; 0; "placeholder") ]
              • If [ MBS("IsError") = 0 ]
              • Set Variable [ $$web; Value:$w ]
              • Set Field [ WebViewer on Popover::URL; "http://www.mbs-plugins.com" ]
              • Set Variable [ $r; Value:MBS( "WebView.LoadURL"; $$web; WebViewer on Popover::URL) ]
              • End If
              Fields used in this script
              Scripts used in this script
                Layouts used in this script
                  Tables used in this script
                  Table occurrences used by this script
                  Custom Functions used by this script
                    Custom menu set used by this script

                      Previous Script: [EnterPopover]Next Script: [List]
                      Script NameLeavePopover
                      Run script with full access privilegesOff
                      Include In MenuNo
                      Layouts that use this script
                        Scripts that use this script
                          Script Definition
                          Script Steps
                          • If [ Length($$web) > 0 ]
                          • Set Variable [ $r; Value:MBS("Webview.Close"; $$web) ]
                          • Set Variable [ $$web; Value:"" ]
                          • End If
                          Fields used in this script
                            Scripts used in this script
                              Layouts used in this script
                                Tables used in this script
                                  Table occurrences used by this script
                                    Custom Functions used by this script
                                      Custom menu set used by this script

                                        Previous Script: [LeavePopover]
                                        Script NameList
                                        Run script with full access privilegesOff
                                        Include In MenuYes
                                        Layouts that use this script
                                          Scripts that use this script
                                            Script Definition
                                            Script Steps
                                            • Set Variable [ $r; Value:MBS("Test.CheckWindowsLater") ]
                                            Fields used in this script
                                              Scripts used in this script
                                                Layouts used in this script
                                                  Tables used in this script
                                                    Table occurrences used by this script
                                                      Custom Functions used by this script
                                                        Custom menu set used by this script

                                                          Download example: WebViewer on Popover

                                                          Used functions: