more cute IDE/standalone discrepancies
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Mon Aug 31 21:49:36 EDT 2015
    
    
  
On 8/31/2015 5:39 PM, Dr. Hawkins wrote:
> I'm hitting lots of these today, I suppose.
>
> A declaration beginning with
>
>
> on setPref pref theVal
>
>
> the IDE works just fine.
>
> It also compiles without error.
>
> On execution in the standalone, however, the handler is not found.
>
> I get errors 573 (handler not found) 587 (error in statement), 490
> (repeat:error ins statement) and 241 handler:error in statement, and 353
> (from the stack).
>
> Also, the line numbers seem to be wrong:  it says line 13833 for the first
> 3, but indicates in the first line that that error is setPref, which is
> actually in another stack!
If the setPref handler is in another stack, it sounds like it isn't in 
the message hierarchy when it's needed. But it isn't completely clear 
from your description.
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list