From: Nick L. <ni...@ja...> - 2004-09-19 18:31:38
|
Well with the help you've given I've managed to get my first PythonCard app running succesfully :) Many, many thanks, Nick. -----Original Message----- From: Kevin Altis [mailto:al...@se...] Sent: 19 September 2004 18:37 To: Nick Lunt Cc: PythonCard Subject: Re: [Pythoncard-users] Capture <return> 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 --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.766 / Virus Database: 513 - Release Date: 17/09/2004 |