Cannot use Message Box

J. Landman Gay jacque at hyperactivesw.com
Sat May 7 22:37:43 EDT 2011


On 5/7/11 6:29 PM, Phil Davis wrote:
> Hi Paul,
>
> Can you edit scripts OK? This reminds me of a weird LC problem I had a
> few days ago that was caused by the existence of a global (an
> environment variable created by Google Chrome apparently) that had
> slashes in the name. It went away when I restarted my machine.

I don't use Chrome myself, but I wonder if those who do would want to 
create a preventative button with a script that removes the contents of 
that global. Since the message box is useless when the problem occurs, 
you can't just type the command there to execute it. But if you had a 
premade button, you could open the stack and click it.

   on mouseUp
     put empty into 
$COM_GOOGLE_CHROME_FRAMEWORK_SERVICE_PROCESS/USERS/PHIL/LIBRARY/APPLICATION_SUPPORT/GOOGLE/CHROME_SOCKET 

   end mouseUp

Then things should work again, hopefully.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list