Skip to content

dansmith65/ooScriptMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHAT

‘ooScriptMaster’ stands for object oriented ScriptMaster. ScriptMaster is a plugin for FileMaker which allows you to write your own plugin in java/groovy.

WHY

Plugin functions in ScriptMaster are completly separate from one another; if you write five different functions that all need to create a directory; you need a copy of code that creates a directory in each function. Because of this separation, it is also difficult to save a value in one function and retrieve it in another. ooScriptMaster resolves both of these problems.

HOW

ooScriptMaster uses classes with static fields and methods. Every function declared in ScriptMaster.fp7 calls a static method in one of ooScriptMaster’s classes where all the work is done.

STATUS

All functions have been tested on Windows and most functions have been tested on Mac. There are no known issues.

In the Downloads section you can download a copy of a ScriptMaster.fp7 file containing ooScriptMaster.jar and all the functions/parameters of this project defined.

Groovydoc for ooScriptMaster.jar are avilable here.