Re: IS AMONG anamolies

2015-10-03 Thread Charles Warwick
Hi, > > “ha" appears in both cases > > bottom line > > Somedomain/index.lc?ha > put $_SERVER[QUERY_STRING] into tEntryPoint > put (tEntryPoint is among the items of "ha,ht,hhe,taka”) > > evaluates to false > > Why? > Which version of LC server are you using? Using 7.0.6 server with inde

IS AMONG anamolies

2015-10-03 Thread Sannyasin Brahmanathaswami
If I put this in a button: on mouseup put ("ha" is among the items of "ha,ht,hhe,taka") end mouseUp We get “true” If I put this in the msg box "ha" is among the items of "ha,ht,hhe,taka” Returns “false” If we use put "ha" is among the items of "ha,ht,hhe,taka”

Re: Release 8.0.0 DP 6

2015-10-03 Thread Paul Hibbert
Well I eventually found the culprit, it was one of my own utilities that I had saved in the plugins folder and set to open as LC starts up. There was a small bug in the utility that LC5/6/7 silently ignored, but LC8 chokes on it, with the plugin opening as LC starts it really upset the IDE and

current/this stack changes and doesn't reset when calling custom dialog

2015-10-03 Thread Dr. Hawkins
I created my own dialog for a variety of reasons, but get different behavior than when using ask In put the name of this stack answer "should i" with "yes" or "no" put it into theRes put the name of this stack the stack doesn't change. However put the name of this stack put dhbkAnswer( "s

Re: scheduling

2015-10-03 Thread Mike Kerner
This doesn't work well in a single-threaded environment. On Fri, Oct 2, 2015 at 10:40 PM, Mike Bonner wrote: > Probably the easiest way would be to have a send loop running, and see if > any jobs (whatever you want to call it) are due yet. If you keep the jobs > sorted you can check the next on

Re: Further regression of the Pirate Code Dots

2015-10-03 Thread Dr. Hawkins
On Sat, Oct 3, 2015 at 10:27 AM, Fraser Gordon wrote: > I searched the bugzilla but couldn't find reports of either of these... > what are the bug numbers so we can ensure that they are given the > appropriate priority? > *blink* Those aren't in the DB? They've been around so long . . . and ha

Re: Release 8.0.0 DP 6

2015-10-03 Thread Paul Hibbert
After a suggestion from James Hale the problem closing the script editor seems to be caused by a plugin, so now I need to work through and find the culprit, James had an issue with lcStackBrowser, I’ll report back when I find what caused this problem. The crashes using a menu button still exist

Re: Further regression of the Pirate Code Dots

2015-10-03 Thread Fraser Gordon
On 03/10/15 17:52, Dr. Hawkins wrote: I have always had to force an answer, and then a breakpoint, if I wanted execution to break on startup. Unacceptable, a sloppy and longstanding bug on live code's part, but I learned to live with it. I have some editor windows that are opened during program

Further regression of the Pirate Code Dots

2015-10-03 Thread Dr. Hawkins
I just realized that sometime along the way, I just came to accept this further regression. I have always had to force an answer, and then a breakpoint, if I wanted execution to break on startup. Unacceptable, a sloppy and longstanding bug on live code's part, but I learned to live with it. I ha

Re: use-livecode Digest, Vol 145, Issue 4

2015-10-03 Thread bernd . gottwald
Bis zum 12.10.2015 bin ich nicht verfügbar. Ich werde meine Emails nicht lesen. In dringenden Fällen erreichen Sie mich über mein Mobiltelefon. I will be out of office until 12.10.2015. I won't read me emails. In urgent matter please call me on my mobile.

Re: Release 8.0.0 DP 6

2015-10-03 Thread Ali Lloyd
The latter is a regression introduced in the 6.7 branch (bug 16017)- it will be fixed for DP 7. On Sat, 3 Oct 2015 at 06:27, Simon wrote: > Wow, on Win 7 lots of funny stuff. > On going to next card it moves the stack to the main monitor. > > Simon > > > > -- > View this message in context: > ht