You should avoid using "Open in New Navigator" in Navigator

2018-02-27 Thread Geoff Canyon via use-livecode
I've updated GitHub and the download to remove it for now. Under some circumstances (that I can't replicate just yet) "Open in New Navigator" can fail in a way that seems to mess with the dialogs in the IDE. If you happen to trigger this, you'll likely see a dialog that contains the word

Re: Navigator Update

2018-02-27 Thread Mark Talluto via use-livecode
Tested. Working. Thx. Mark Talluto > On Feb 27, 2018, at 4:27 PM, Geoff Canyon wrote: > > Fixed. It's up on GitHub and at the download. > > On Tue, Feb 27, 2018 at 3:55 PM, Geoff Canyon > wrote: > Yep, you should be able to

Re: Navigator Update

2018-02-27 Thread Geoff Canyon via use-livecode
Fixed. It's up on GitHub and at the download. On Tue, Feb 27, 2018 at 3:55 PM, Geoff Canyon wrote: > Yep, you should be able to select any combination of stacks, cards, and > groups, then select Open in New Navigator and get a new Navigator for each > one of them, showing the

Re: Navigator Update

2018-02-27 Thread Geoff Canyon via use-livecode
Yep, you should be able to select any combination of stacks, cards, and groups, then select Open in New Navigator and get a new Navigator for each one of them, showing the controls for them. If some aspect of the targeting process fails, it does so silently because Navigator has the "rev" prefix

Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-27 Thread Knapp Martin via use-livecode
What about using shutDownRequest? If you don’t pass it, it prevents the quit from happening. Marty > Let me improve this a bit. > > > On 2/23/18 4:19 PM, Phil Davis via use-livecode wrote: >> Roland, >> >> I believe Tom is exactly right. I would restructure your two closing >> handlers like

Re: LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-27 Thread Ali Lloyd via use-livecode
Ah, I have just realised this may well be caused by http://quality.livecode.com/show_bug.cgi?id=20970 You could try the workaround described there. On Tue, Feb 27, 2018 at 4:11 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > My guess is there is something wrong with

Re: Navigator Update

2018-02-27 Thread Mark Talluto via use-livecode
> On Feb 24, 2018, at 11:23 AM, Geoff Canyon via use-livecode > wrote: > > -- A new command Open in New Navigator when right-clicking on any set of > containers: groups, cards, or stacks -- which will open all of the > containers, each in their own copy of

Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-27 Thread Bob Sneidar via use-livecode
I save all my stacks on closeTack, that is until I ran into problems with Windows sandboxing in a standalone. I had to conditionally save stacks only if I was in development. Bob S > On Feb 23, 2018, at 15:20 , tbodine via use-livecode > wrote: > > Hi

Re: widget properties

2018-02-27 Thread Bob Sneidar via use-livecode
+1 Sounds like a good idea. The only bugaboo I see is if the properties of a widget were in some other format than an LC string, but I don't know that. Bob S > On Feb 24, 2018, at 12:19 , Richard Gaskin via use-livecode > wrote: > > [This message was

Re: Question about the result

2018-02-27 Thread Bob Sneidar via use-livecode
Ohay when I substitute bobbybleh.com for the domain, I get: tsneterr: (6) Could not resolve host: bobbybleh.com in the result. Bob S > On Feb 25, 2018, at 05:50 , jbv via use-livecode > wrote: > > put URL ("http://mydomain.com/index.php?; & it) into myVar

Re: Question about the result

2018-02-27 Thread Bob Sneidar via use-livecode
That is curious. I actually get data back from that exact URL! I know you were using my domain.com as a placeholder, but that domain is a real one! Bob S > On Feb 25, 2018, at 05:50 , jbv via use-livecode > wrote: > > put URL ("http://mydomain.com/index.php?;

Re: send "keyUp" / "rawKeyUp" ?

2018-02-27 Thread Bob Sneidar via use-livecode
Do you mean: send "rawKeyDown" WITH 113? Bob S > On Feb 25, 2018, at 02:09 , Richmond Mathewson via use-livecode > wrote: > > on mouseUp > send "rawKeyDown" to key 113 > end mouseUp > > in the cardScript: > > on rawKeyDown XX > get keyUp XX > put XX

Re: Password Checker

2018-02-27 Thread J. Landman Gay via use-livecode
Right, I wasn't worried about Troy's site. But I read through the comments and there was a criticism that the site was vulnerable to malicious intrusions. Because I wasn't using the site itself I didn't worry. Troy also explained why the critcism wasn't entirely valid, but the commenter was

Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-27 Thread J. Landman Gay via use-livecode
On 2/27/18 9:40 AM, R.H. via use-livecode wrote: The standalone will start showing strange behaviors especially when the user clicks the standard Windows close button on the upper left corner. That should usually invoke the "closeStack" handler. I'd submit a bug report for this, but as a

Re: Password Checker

2018-02-27 Thread Mike Kerner via use-livecode
Troy is a beast in the security community, so I would not be too worried about him doing something nefarious. He is constantly working with white hats and blue teams to get on top of issues as soon as there is even a peep on the dark web. On Tue, Feb 27, 2018 at 12:57 PM, J. Landman Gay via

Re: Password Checker

2018-02-27 Thread J. Landman Gay via use-livecode
I wouldn't type into that web page either. I used Brian's handler that uses their API and only sends a few characters of the hash to the database. The article explains how it works and includes ways to set up the system on your own server if you want. After reading through it I was convinced it

Re: [OT] Marked as phishing

2018-02-27 Thread Geoff Canyon via use-livecode
For years gmail would occasionally mark list messages as spam, enough so that I created a rule to filter them to save them (since there wasn't any way to slap gmail and say "not spam!"). It hasn't happened in some time, I'm not sure how long. On Tue, Feb 27, 2018 at 8:09 AM, Bob Sneidar via

Re: Password Checker

2018-02-27 Thread Bob Sneidar via use-livecode
I would highly recommend NOT typing ANY current password you are using into a web page like this. If no one knew about it before, they sure as hell know it now! Whether they avail themselves of it is anyone's guess. Bob S > On Feb 24, 2018, at 13:17 , J. Landman Gay via use-livecode >

Re: LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-27 Thread Bob Sneidar via use-livecode
My guess is there is something wrong with that library or the next one in line. Bob S > On Feb 23, 2018, at 05:08 , Matthias Rebbe via use-livecode > wrote: > > Hi Panos, > > thanks for your comment. > > Unfortunately i cannot see anything helpful. The log

[OT] Marked as phishing

2018-02-27 Thread Bob Sneidar via use-livecode
All my livecode list messages have this at the top: [This message was identified as a phishing scam. Learn about phishing at http://aka.ms/LearnAboutPhishing] This may be our own Microsoft Online Protection doing this. Anyone else seeing this? Bob S

Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-27 Thread R.H. via use-livecode
Hi Richard and all contributing... Thanks a lot for all answer...))) I have received the corrupted files from clients (original stack that is split into two files during save I guess) and will prepare a bug report attaching them together with the original stack. It is very difficult to know

Can't play anymore mp4 videos with 8.1.7

2018-02-27 Thread Tiemo Hollmann TB via use-livecode
Hello, I have some windows machines, which doesn't play anymore my mp4 videos with LC 8.1.7 / 8.1.9 I am using mp4 videos with the standard player object (no quicktime). So that mp4 videos can be played on windows machines you need a mp4 video filter. All my customers install the LAV