At 6:55 AM +0100 1/6/02, Terry Vogelaar wrote: >- Ability to respond on AppleScript messages > (I use iListen speech recognition software; that relies on AppleScript) > >- Ability to execute AppleScript messages (I know it can be done with 'do') > >- Ability to connect via ADO with MS Access databases. > >- When working in a group, the other groups disappear. > They should dim instead, like in Macromedia Flash. > >- In debug mode, it should be possible to 'step into', so I can see > where and how a handler or function is executed (like in HyperCard)
Not sure what you mean here, if not the "step into" button in the script debugger. >- It should be possible to mark a line of script so I can enter the > debug mode any time; not only when an error is reported. Sometimes > a script does not contain errors that the environment is aware of, > put still the results are not what they should be. Open the script debugger (the development menu). Then you can click on any line of a script to mark it in red. The script will stop at that line. It's still not quite like HyperCard, as the debugger has to be open before you can do this -- you can't just break into it from a script unless the debugger is already open. The drawback is that scripts execute much more slowly when the debugger is open. >- Gradient fills regards, Geoff _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
