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

MBS FileMaker Plugin Example Databases

Window Toolbar

All examples are included with download of MBS FileMaker Plugin.

Window Toolbar.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts0
Value Lists0
Custom Functions0
Custom Menus33
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
Window Toolbar
2 fields defined, 2 records
Window Toolbar

Fields

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

              Layout Objects: Window Toolbar

              Regular Fields

              Field Name: Window Toolbar::Configuration
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 66 pt
              • Left: 138 pt
              • Bottom: 290 pt
              • Right: 511 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
              Yes

              Field Name: Window Toolbar::Comment
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 294 pt
              • Left: 138 pt
              • Bottom: 308 pt
              • Right: 391 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
              Yes

              Group Buttons

              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Query Toolbar
                Additional Properties:
              • Change to hand cursor over button
              • Rectangular
              • Top: 18 pt
              • Left: 54 pt
              • Bottom: 43 pt
              • Right: 193 pt
              • Anchoring: Left, Top
              Set Field [ Window Toolbar::Configuration; MBS("Window.GetToolbarConfiguration"; 0) ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Set Toolbar
                Additional Properties:
              • Change to hand cursor over button
              • Rectangular
              • Top: 18 pt
              • Left: 216 pt
              • Bottom: 43 pt
              • Right: 355 pt
              • Anchoring: Left, Top
              Set Variable [ $r; Value:MBS("Window.SetToolbarConfiguration"; 0; Window Toolbar::Configuration) ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Show
                Additional Properties:
              • Change to hand cursor over button
              • Rectangular
              • Top: 18 pt
              • Left: 402 pt
              • Bottom: 43 pt
              • Right: 451 pt
              • Anchoring: Left, Top
              Set Variable [ $r; Value:MBS("Window.SetToolbarVisible"; 0; 1) ]

              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Hide
                Additional Properties:
              • Change to hand cursor over button
              • Rectangular
              • Top: 18 pt
              • Left: 462 pt
              • Bottom: 43 pt
              • Right: 511 pt
              • Anchoring: Left, Top
              Set Variable [ $r; Value:MBS("Window.SetToolbarVisible"; 0; 0) ]

              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Visible?
                Additional Properties:
              • Change to hand cursor over button
              • Rectangular
              • Top: 18 pt
              • Left: 522 pt
              • Bottom: 43 pt
              • Right: 571 pt
              • Anchoring: Left, Top
              Show Custom Dialog [ Title: "Visible?"; Message: If (MBS("Window.GetToolbarVisible"; 0); "Toolbar is visible"; "Toolbar is not visible"); Default Button: “OK”, Commit: “Yes”; Button 2: “Cancel”, Commit: “No” ]

              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Customize Toolbar
                Additional Properties:
              • Change to hand cursor over button
              • Rectangular
              • Top: 18 pt
              • Left: 599 pt
              • Bottom: 43 pt
              • Right: 710 pt
              • Anchoring: Left, Top
              Set Variable [ $r; Value:MBS("Window.RunToolbarCustomizationPalette"; 0) ]

              Download example: Window Toolbar

              Used functions: