Newbies bleu acid Posted June 24, 2002 Newbies Posted June 24, 2002 Is it possible to create a script that, when i klick a checkbox in FM creates a new folder on my server for example, i create a checkbox named "images", when i click the hexbox in FM on my Server it will create a folder named "images" someone?
Pupiweb Posted June 24, 2002 Posted June 24, 2002 You can with a script, using a plug-in like Troi file, File ToolBox and the like ...
keshalyi Posted June 24, 2002 Posted June 24, 2002 Another option, is, if you are on a macintosh, to use a faux checkbox - ie, it looks like they are checking the checkbox, but in fact are pushing a button on top of the checkbox. Build a checkbox, normally first. Then, build a button the same size as the checkbox, make it invisible (transparent border and fill) and put it on top of the box. Hook this button to a script that does two things: 1. Runs an applescript to make the folder you need it to make, fairly simple if you're on a new enough OS, 2. Set the value of the checkbox This way, the user THINKS she's clicking the checkbox on, the whole script is transparent to them. Does that make sense?
Recommended Posts
This topic is 8192 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 accountSign in
Already have an account? Sign in here.
Sign In Now