June 24, 200223 yr Newbies 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?
June 24, 200223 yr You can with a script, using a plug-in like Troi file, File ToolBox and the like ...
June 24, 200223 yr 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?
Create an account or sign in to comment