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

MBS FileMaker Plugin Example Databases

Resize Window Animated

All examples are included with download of MBS FileMaker Plugin.

Resize Window Animated.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
Resize Window Animated
3 fields defined, 1 record
Resize Window Animated

Fields

Table Name: Resize Window Animated - 3 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
widthNormal, NumberAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
        heightNormal, NumberAuto-Enter:
        • Allow editing
        Validation:
        • Only during data entry
        Storage:
        • Repetitions: 1
        • Indexing: None
        • Automatically create indexes as needed
        • Index Language: German
              resultNormal, TextAuto-Enter:
              • Allow editing
              Validation:
              • Only during data entry
              Storage:
              • Repetitions: 1
              • Indexing: None
              • Automatically create indexes as needed
              • Index Language: German

                    Layout Objects: Resize Window Animated

                    Regular Fields

                    Field Name: Resize Window Animated::width
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 24 pt
                    • Left: 138 pt
                    • Bottom: 38 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
                    Yes

                    Field Name: Resize Window Animated::height
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 42 pt
                    • Left: 138 pt
                    • Bottom: 56 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
                    Yes

                    Field Name: Resize Window Animated::result
                    Field PropertiesCoordinatesField FormatField BehaviorQuick Find
                    • Top: 60 pt
                    • Left: 138 pt
                    • Bottom: 74 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: resize
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 78 pt
                    • Left: 378 pt
                    • Bottom: 97 pt
                    • Right: 469 pt
                    • Anchoring: Left, Top
                    Set Field [ Resize Window Animated::result; MBS("Window.Resize"; Get ( WindowName ); Resize Window Animated::width; Resize Window Animated::height) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: small
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 78 pt
                    • Left: 138 pt
                    • Bottom: 104 pt
                    • Right: 229 pt
                    • Anchoring: Left, Top
                    Set Field [ Resize Window Animated::result; MBS("Window.Resize"; Get ( WindowName ); 500; 500) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: big
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 78 pt
                    • Left: 234 pt
                    • Bottom: 104 pt
                    • Right: 325 pt
                    • Anchoring: Left, Top
                    Set Field [ Resize Window Animated::result; MBS("Window.Resize"; Get ( WindowName ); 1000; 1000) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: top left
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 108 pt
                    • Left: 138 pt
                    • Bottom: 134 pt
                    • Right: 229 pt
                    • Anchoring: Left, Top
                    Set Field [ Resize Window Animated::result; MBS("Window.Move"; Get ( WindowName ); 100; 100) ]

                    Fields:


                    Button PropertiesCoordinatesScript/Script Step
                      Type:
                    • Text: bottom right
                      Additional Properties:
                    • Change to hand cursor over button
                    • Rectangular
                    • Top: 108 pt
                    • Left: 234 pt
                    • Bottom: 134 pt
                    • Right: 325 pt
                    • Anchoring: Left, Top
                    Set Field [ Resize Window Animated::result; MBS("Window.Move"; Get ( WindowName ); 500; 500) ]

                    Fields:


                    Download example: Resize Window Animated

                    Used functions: