At 10:25 AM -0700 8/2/2001, [EMAIL PROTECTED] wrote:
>Jeanne - the first script worked but the "onenterkey"
>didn't work- what did I do wrong?
>> on enterKey -- can go into the stack script
>>   if the foundChunk is not empty then find the foundText
>>   -- checks whether there's a "found rectangle" - if there is, re-finds
>>   -- the found text
>> end enterKey

Hmmm. Try putting this line at the start of the enterKey handler:

  if the foundChunk is empty then beep

and see what happens when you click the button to find something, then
press Enter to find it again. If it beeps, this tells us that there's no
found text - that something is causing Revolution to lose track of the most
recent Find.

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!


Reply via email to