error with script opening application browser in 8

Dr. Hawkins dochawk at gmail.com
Tue Oct 18 15:15:22 EDT 2016


I have the code snippet

if the version < 8 then

put "revApplicationOverview" into brsStk

else

put "revApplicationOverview" into brsStk

--put "revIDEProjectBrowser" into brsStk

end if

if brsStk is not among the words of the openStacks then

open stack brsStk

end if


in my setup routine.

But it results in the error

button "src_mcp": execution error at line 806 (Handler: can't find handler)
near "revSEObjectDeleted", char 1

When running.

Is there another way to automatically open it?
-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list