Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5527 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

The technique demonstrated here is quite cool:

http://www.macosxautomation.com/applescript/linktrigger/index.html

The idea is that you create a little applescript app, set it up with a special protocol, and then trigger the applescripts with special URLs.

The applescript app is an OSX package. Inside the resource folder are script files that get called by the main script file. All very cool, and you can have it talk to FileMaker if you write a bit of applescript.

Then I realized, well, the Resource folder is full of these little script thingies. Fine. How about I create a runtime FileMaker app and put THAT in the folder, and call it appropriately with scripts.

Works fine. So now from a web viewer or script in your standard copy of FileMaker, you can send commands and data and they will be executed by this monster "plugin".

Note that this is not a web server. Everything is local. It's just a big fat plugin that you can write with standard Filemaker commands.

Tested, works fine.

Bruce

mondoplug.png

Edited by Guest
Posted

And for extra fun: make it a background-only process.

Yup, that works too. Gotta minimize the window with the startup script. Entire FileMaker runtime, operating in the background responding to commands, etc.

Posted

So now from a web viewer or script in your standard copy of FileMaker, you can send commands and data and they will be executed by this monster "plugin".

Would anyone have a suggestion of how this might be achieved on the Windows platform?

Posted

And for extra fun: make it a background-only process.

Yup, that works too. Gotta minimize the window with the startup script. Entire FileMaker runtime, operating in the background responding to commands, etc.

After all - why should Google have all the fun with their background indexer when you can take control in a language you understand.

This topic is 5527 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.