Re: Cannot use Message Box

2011-05-22 Thread J. Landman Gay
On 5/21/11 5:28 PM, paul foraker wrote: Build 1392 fixed the Chrome variable problem for LC 4.6.1, but no previous version of LC works on my machine in the current user. By "not working" I mean that I cannot type in the Message Box, and I cannot check the variables in the Script Editor. The worka

Re: Cannot use Message Box

2011-05-21 Thread paul foraker
Build 1392 fixed the Chrome variable problem for LC 4.6.1, but no previous version of LC works on my machine in the current user. By "not working" I mean that I cannot type in the Message Box, and I cannot check the variables in the Script Editor. The workaround for me at the moment is to switch us

Re: Cannot use Message Box

2011-05-08 Thread J. Landman Gay
On 5/8/11 1:07 AM, Pete wrote: Well I guess that's the point. We shouldn't be clearing globals that don'e "belong" to LC so why on earth is LC even trying to look at system globals that don;t belong to it? So your scripts can use them. For example, it is common for scripts to retrieve the $HO

Re: Cannot use Message Box

2011-05-08 Thread paul foraker
I too am thinking this Message Box problem is somehow related to problems with the Script Editor. When I open a script, I cannot display the variables. When I click on the Variables tab, I get $Apple_PubSub_Socket_Render displaying for a brief moment and then whichever tab was selected previousl

Re: Cannot use Message Box

2011-05-08 Thread paul foraker
In my case, I continue to have the problem (cannot execute from Message Box) after restarting the computer, and launching LiveCode without having launched Chrome. (I wonder if Chrome is doing something without having been launched.) So, I used fast user switching, switched to another user and laun

Re: Cannot use Message Box

2011-05-08 Thread Mark Talluto
There is a bug in LC that is revealed when Google Chrome gets an update. It make a $variable dirty. If you restart your computer the issue will go away. Mark Waddingham is aware of the issue. -Mark Canela Software On May 7, 2011, at 4:45 PM, Pete wrote: > Hi Phil, > I'm thinking my probl

Re: Cannot use Message Box

2011-05-07 Thread Pete
Well I guess that's the point. We shouldn't be clearing globals that don'e "belong" to LC so why on earth is LC even trying to look at system globals that don;t belong to it? Pete Molly's Revenge On Sat, May 7, 2011 at 7:27 PM, J. Landman Gay wrote: > On 5/7/11

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
As a workaround, I created a LC plugin (Mac only) that executes this code at IDE startup time: -- stack script command removeBadGlobals put the globals into tList if slash is not in tList then send "closeMe" to me in 1 tick exit removeBadGlobals end if -- something has

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
On 5/8/11 12:38 AM, Phil Davis wrote: On 5/7/11 10:11 PM, Richard Gaskin wrote: Jacque wrote: It may be a bug though that LiveCode doesn't deal correctly with system globals containing slashes. That part could be reported. I'm not sure what I wrote is right. I just looked and I have several s

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
On 5/7/11 10:11 PM, Richard Gaskin wrote: Jacque wrote: It may be a bug though that LiveCode doesn't deal correctly with system globals containing slashes. That part could be reported. I'm not sure what I wrote is right. I just looked and I have several system globals that both contain file pa

Re: Cannot use Message Box

2011-05-07 Thread Richard Gaskin
Jacque wrote: >> It may be a bug though that LiveCode doesn't deal correctly with system >> globals containing slashes. That part could be reported. > > I'm not sure what I wrote is right. I just looked and I have several > system globals that both contain file paths with slashes. Neither are >

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
On 5/7/11 9:27 PM, J. Landman Gay wrote: It may be a bug though that LiveCode doesn't deal correctly with system globals containing slashes. That part could be reported. I'm not sure what I wrote is right. I just looked and I have several system globals that both contain file paths with slash

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
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

Re: Cannot use Message Box

2011-05-07 Thread J. Landman Gay
On 5/7/11 7:46 PM, Pete wrote: I didn't get the error message but I'm sure the cause was the same. I'm thinking maybe this should be reported as a bug. It's puzzling why LC should be chasing down global variables it doesn't care about and not being prepared to deal with slashes I guess is a si

Re: Cannot use Message Box

2011-05-07 Thread Pete
I didn't get the error message but I'm sure the cause was the same. I'm thinking maybe this should be reported as a bug. It's puzzling why LC should be chasing down global variables it doesn't care about and not being prepared to deal with slashes I guess is a side effect of that. Plus there's

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
Hi Pete, Chrome is my default browser too. Here is what I posted when it happened: Apparently Google Chrome defined a global on my Mac that is crippling all my versions of LiveCode. LC can't do ANYTHING that requires dealing with globals - like opening the script editor - because it runs into t

Re: Cannot use Message Box

2011-05-07 Thread Pete
Hi Phil, I'm thinking my problem was the same as yours. If I right-clicked a control then selected the Edit Script option, the cursor changed to a watch and no script editor window was displayed. Repeated the same thing and I got a script editor window. I could edit scripts OK but if I clicked t

Re: Cannot use Message Box

2011-05-07 Thread Pete
Hey Paul, I just today ran into almost the exact same problem running on my Mac with any version of LC, along with some other very weird behavior. As a last resort I restarted my Mac and all works OK again. If you haven't restarted recently, give it a try. Pete Molly's Revenge

Re: Cannot use Message Box

2011-05-07 Thread Phil Davis
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. On 5/7/11 3:54 PM, p

Re: Cannot use Message Box

2011-05-07 Thread paul foraker
On Sat, May 7, 2011 at 1:47 PM, paul foraker wrote: > Thanks, I just now tried that. The only stack with returnKey is revRotate > and it's in a card script. > Turns out that the Find interface does not find all occurrences in the rev stacks. I searched for rawKeyDown and it did not find the rawK

Re: Cannot use Message Box

2011-05-07 Thread paul foraker
On Sat, May 7, 2011 at 5:41 AM, Thomas McGrath III wrote: > This might not help, but the multi line message box uses the enter key and > not the return key. > Yeah, the Enter key in the multiline box doesn't work either. > Try turning on "Livecode UI elements in Lists" and then search through

Re: Cannot use Message Box

2011-05-07 Thread paul foraker
g > in the 4x build. That it "went away" is odd, but gratifying. > > > Craig Newman > > > > > > -Original Message- > From: Thomas McGrath III > To: How to use LiveCode > Sent: Sat, May 7, 2011 8:41 am > Subject: Re: Cannot use Message Box

Re: Cannot use Message Box

2011-05-07 Thread dunbarx
11 8:41 am Subject: Re: Cannot use Message Box This might not help, but the multi line message box uses the enter key and not the return key. Try turning on "Livecode UI elements in Lists" and then search through those stacks. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@c

Re: Cannot use Message Box

2011-05-07 Thread Thomas McGrath III
This might not help, but the multi line message box uses the enter key and not the return key. Try turning on "Livecode UI elements in Lists" and then search through those stacks. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 7, 2011, at 4:59 AM, paul foraker wrote

Cannot use Message Box

2011-05-07 Thread paul foraker
Ever since I installed version 4.6.1, the Message Box no longer responds to Return or Enter. I can type in it (both single and multi-line) but cannot execute anything. Weirdly, this also happens now with previous versions. I have made no changes to a utility stack I keep in the back, and this occu