Example #1
0
def _interact():
    """Make sure the application is in the foreground"""
    AE.AEInteractWithUser(50000000)
def _interact():
    AE.AEInteractWithUser(50000000)
Example #3
0
"""AEservertest - Test AppleEvent server interface
Example #4
0
"""'echo' -- an AppleEvent handler which handles all events the same.
Example #5
0
"""PythonSlave.py