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

MBS FileMaker Plugin Example Databases

Window Fade

All examples are included with download of MBS FileMaker Plugin.

Window Fade.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts5
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 Fade
1 field defined, 1 record
Window Fade

Fields

Table Name: Window Fade - 1 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
DurationNormal, NumberAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Global
  • Repetitions: 1
  • Index Language: German

      Layout Objects: Window Fade

      Regular Fields

      Field Name: Window Fade::Duration
      Field PropertiesCoordinatesField FormatField BehaviorQuick Find
      • Top: 180 pt
      • Left: 138 pt
      • Bottom: 194 pt
      • Right: 217 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: Fade In
        Additional Properties:
      • Change to hand cursor over button
      • Rectangular
      • Top: 60 pt
      • Left: 330 pt
      • Bottom: 91 pt
      • Right: 445 pt
      • Anchoring: Left, Top
      Perform Script [ “FadeIn” ]

      Scripts:


      Button PropertiesCoordinatesScript/Script Step
        Type:
      • Text: Fade In Animated
        Additional Properties:
      • Change to hand cursor over button
      • Rectangular
      • Top: 102 pt
      • Left: 330 pt
      • Bottom: 133 pt
      • Right: 445 pt
      • Anchoring: Left, Top
      Perform Script [ “FadeIn Animated” ]

      Scripts:


      Button PropertiesCoordinatesScript/Script Step
        Type:
      • Text: Fade Out
        Additional Properties:
      • Change to hand cursor over button
      • Rectangular
      • Top: 60 pt
      • Left: 198 pt
      • Bottom: 91 pt
      • Right: 313 pt
      • Anchoring: Left, Top
      Perform Script [ “FadeOut” ]

      Scripts:


      Button PropertiesCoordinatesScript/Script Step
        Type:
      • Text: Fade Out Animated
        Additional Properties:
      • Change to hand cursor over button
      • Rectangular
      • Top: 102 pt
      • Left: 198 pt
      • Bottom: 133 pt
      • Right: 313 pt
      • Anchoring: Left, Top
      Perform Script [ “FadeOut Animated” ]

      Scripts:


      Script Hierarchy

      FadeIn
      FadeIn Animated
      FadeOut
      FadeOut Animated
      GetWindowHandle

      Next Script: [FadeIn Animated]
      Script NameFadeIn
      Run script with full access privilegesOff
      Include In MenuYes
      Layouts that use this script
      Scripts that use this script
        Script Definition
        Script Steps
        • Perform Script [ “GetWindowHandle” ]
        • Set Variable [ $r; Value:MBS("Window.Fade"; $$Win; 1; 1) ]
        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: [FadeIn]Next Script: [FadeOut]
                    Script NameFadeIn Animated
                    Run script with full access privilegesOff
                    Include In MenuYes
                    Layouts that use this script
                    Scripts that use this script
                      Script Definition
                      Script Steps
                      • Perform Script [ “GetWindowHandle” ]
                      • Set Variable [ $r; Value:MBS("Window.Fade"; $$Win; 1; 0; Window Fade::Duration) ]
                      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: [FadeIn Animated]Next Script: [FadeOut Animated]
                            Script NameFadeOut
                            Run script with full access privilegesOff
                            Include In MenuYes
                            Layouts that use this script
                            Scripts that use this script
                              Script Definition
                              Script Steps
                              • Perform Script [ “GetWindowHandle” ]
                              • Set Variable [ $r; Value:MBS("Window.Fade"; $$Win; 0; 1) ]
                              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: [FadeOut]Next Script: [GetWindowHandle]
                                          Script NameFadeOut Animated
                                          Run script with full access privilegesOff
                                          Include In MenuYes
                                          Layouts that use this script
                                          Scripts that use this script
                                            Script Definition
                                            Script Steps
                                            • Perform Script [ “GetWindowHandle” ]
                                            • Set Variable [ $r; Value:MBS("Window.Fade"; $$Win; 0; 0; Window Fade::Duration) ]
                                            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: [FadeOut Animated]
                                                  Script NameGetWindowHandle
                                                  Run script with full access privilegesOff
                                                  Include In MenuYes
                                                  Layouts that use this script
                                                    Scripts that use this script
                                                    Script Definition
                                                    Script Steps
                                                    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: Window Fade

                                                                  Used functions: