Kent Searight Posted January 11, 2009 Posted January 11, 2009 Hi all, I can't figure out how to edit the default script, i.e. change the default script to something that's useful to me as a default script. Anyone out there know how to do this? Thanks in advance! -Kent
bcooney Posted January 11, 2009 Posted January 11, 2009 I don't think you can! I hope that I'm wrong.
comment Posted January 12, 2009 Posted January 12, 2009 What is the "default script"? AFAIK, there hasn't been a default script since version 5 or 6. You could of course make yourself one and duplicate it each time you need one.
bcooney Posted January 12, 2009 Posted January 12, 2009 In FM9, they reintroduced the Default Script. Go to Scripts window and don't click New, but choose from the popup.
comment Posted January 12, 2009 Posted January 12, 2009 Ah. Interesting - and quite useless. No wonder I forgot all about it, even though I must have seen it every time I needed a folder or a separator.
bcooney Posted January 12, 2009 Posted January 12, 2009 Yep, quite useless. Like the new Status Area...
comment Posted January 12, 2009 Posted January 12, 2009 I wouldn't call that useless, just half-baked. Come to think of it, so is the default script thing. If it were customizable, it could be useful - as evidenced by the OP.
bcooney Posted January 12, 2009 Posted January 12, 2009 That's just it. Give me both, but let me control every aspect. How about a default layout as well? I promised I wouldn't join in the ranting...
Raybaudi Posted January 12, 2009 Posted January 12, 2009 In FM9, they reintroduced the Default Script. That was really in FM9 ? Because my FM9 Adv. has not that option.
bcooney Posted January 12, 2009 Posted January 12, 2009 Am I losing it?..I can't check on Win right now, and it's not on Mac in FM9. Maybe it is FM10 only. Sorry for that.
comment Posted January 12, 2009 Posted January 12, 2009 The good news is I am not as senile as I thought. The bad news…
Colin Keefe Posted January 12, 2009 Posted January 12, 2009 It was reintroduced in 10. Maybe someone missed it, and was really noisy about it? It's probably useful for about the first 15 minutes in a beginner user's experience with FileMaker, as a sort of Hello World example.
bruceR Posted January 12, 2009 Posted January 12, 2009 It was reintroduced in 10. Maybe someone missed it, and was really noisy about it? It's probably useful for about the first 15 minutes in a beginner user's experience with FileMaker, as a sort of Hello World example. I think it could be useful for much more than that. Many advanced developers have script templates that include comment regions and common variable declarations. We really should be able to control the default script contents.
Ocean West Posted January 12, 2009 Posted January 12, 2009 For clarification this is what this is referring to: I agree rather pointless - it's so obscure that its not obvious, only if this was included perhaps as a hook into some future super advance developer feature - who knows.
bruceR Posted January 13, 2009 Posted January 13, 2009 (edited) For clarification this is what this is referring to: I agree rather pointless - it's so obscure that its not obvious, only if this was included perhaps as a hook into some future super advance developer feature - who knows. I'm aware of what it does now. It just seems like we should be able to write our own script, as I described, and declare it as our default script. Edited January 13, 2009 by Guest
Kent Searight Posted January 13, 2009 Author Posted January 13, 2009 Hi again everyone, I'm not getting email notifications on this topic for some reason, so I thought no one had replied until I just checked back in at this webpage. I messed around trying to discover ways to edit the default script and I found that the default script gets rewritten according to what you last did manually. As an example, if you do a find and then a sort, and then you create a new script based on the default script, those most recent find and sort steps will be in the new script. It would be nice to see something truly editable for creating a custom template. Thanks for the replies. -Kent
El_Pablo Posted May 21, 2010 Posted May 21, 2010 Hi, I know it's quite an old script, but I did a workaround using "AutoHotkey" to create my own default script with keyboard shorcuts. If you are interested here is my autohotkey script which add default steps that loops through records and exit the loop after the last one. This script is triggered using [CTL]+[ALT]+[P]. ;Auto enter steps to create a script which loop through records. ^!p:: WinWait, Edit Script "New Script" (maisem), IfWinNotActive, Edit Script "New Script" (maisem), , WinActivate, Edit Script "New Script" (maisem), WinWaitActive, Edit Script "New Script" (maisem), Sleep, 100 Send, {SHIFTDOWN}{TAB}{SHIFTUP}comment{ENTER}{SHIFTDOWN}{TAB}{TAB}{SHIFTUP}comment{ENTER}{SHIFTDOWN}{TAB}{TAB}{SHIFTUP}comment{ENTER} Sleep, 100 Send, {SHIFTDOWN}{TAB}{TAB}{SHIFTUP}fr{ENTER}{SHIFTDOWN}{TAB}{TAB}{SHIFTUP}loo{ENTER}{SHIFTDOWN}{TAB}{TAB}{SHIFTUP}gg{ENTER} Sleep, 100 Send, {TAB}{DOWN}{DOWN}{DOWN}{SHIFTDOWN}{TAB}{SHIFTUP}{SPACE}{SHIFTDOWN}{TAB}{SHIFTUP}{UP}{UP}{UP}{UP}{UP} return
Recommended Posts
This topic is 5371 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