Beispiel #1
0
def buttonTest( *args ):
    import marigold.utility.FrameUtility as FrameUtility
    # There are three arguments coming in.
    # Arg1: The value of the button pressed. This is automatically sent and ignored.
    # Arg2: The name of the XML file to open.
    # Arg3: The name of the folder the XML file is located.
    FrameUtility.buildFrameModule( args[2], args[1] )
    '''