From: Kevin A. <al...@se...> - 2004-09-19 17:36:56
|
On Sep 19, 2004, at 10:31 AM, Nick Lunt wrote: > Many thanks for the quick response, that has helped tremendously. > > I'll also go through the examples. > I should have specified that the simple way to find examples is to use the findfiles tool. For example, to find keyPress handlers, you might use: Search for: on_.*keyPress Directories: location of your copy of PythonCard here, perhaps limited to the samples or tools dirs File types: *.py;*.pyw with both Case sensitive and Search subdirectories checked. You can double-click on one of the lines found and it will open the file up with the codeEditor and jump to that line in the source. Searching for keyCode == would be another way to find examples, but the former assumes you didn't already know the attribute. ka |