Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread panagiotis merakos via use-livecode
Hello Trevor, Are you using any entitlements when signing the standalone? Could you try adding the one that disables library validation? Kind regards, Panos On Wed, 21 Apr 2021, 21:04 Trevor DeVore via use-livecode, < use-livecode@lists.runrev.com> wrote: > This is a question for the LIveCode

Re: native scroller cuts off parts of last line in a field

2021-04-21 Thread Andrew at MidWest Coast Media via use-livecode
Sorry to chime in late, but do you have the fullscreenMode of the stack set? This sounds like a problem that I noticed @ https://quality.livecode.com/show_bug.cgi?id=21456 —Andrew Bell > > Date: Tue, 20 Apr 2021 18:43:51 +0200 > From: Klaus major-k > Subject: Re: native scroller cuts off

Bug? Specific binary character throws errors in scripts (even when commented out)

2021-04-21 Thread R.H. via use-livecode
I am reading binary data from a .LNK file on Windows 10 using LC 9.6.1. There is a character that looks visually like a dot ".", but it is not, and using the chartonum() function or placing it in a script (even when commented out) results in an error message. The whole script will not work and be

Re: native scroller cuts off parts of last line in a field

2021-04-21 Thread Klaus major-k via use-livecode
> Am 20.04.2021 um 18:43 schrieb Klaus major-k via use-livecode > : > > Hi all, > > FYI, I created a report: > since this is a basic and VERY important feature, please add a comment. Especially if this is also the case on iOS, thanks!

RE: What exactly does "put" do on Server?

2021-04-21 Thread Ralph DiMola via use-livecode
If it's a POST then you must set the "Content-Length" in the header for xhttp requests. The client(chrome anyway) will fail. GETs don't require "Content-Length" to be set in the header. I don't know how multiple "put"s work for xhttp. Now I'm curious... Ralph DiMola IT Director Evergreen

Re: Bug? Specific binary character throws errors in scripts (even when commented out)

2021-04-21 Thread Bob Sneidar via use-livecode
Hi Roland. I had similar issues with non-printing characters when drag-dropping data from an OCR'd PDF. Apparently in order for Adobe to get the OCR's text to get close to the positioning of the "text" in a scanned image, they have to pull some shenanigans. I used a similar approach to yours,

Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread Trevor DeVore via use-livecode
This is a question for the LIveCode engineers. Did anything change with how revsecurity.dylib is built for LC 9.6.2 compared to previous versions of LC? I just built my application using LC 9.6.2 RC-5 in order to test. I'm packaging the app with Levure, which uses the Standalone Builder. The app

Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread panagiotis merakos via use-livecode
Also, I am not entirely sure but I think LC 9.6.2 rc-1 and above was built with xcode 12.x, whereas 9.6.1 was built with Xcode 11.x. However, in both cases LC was built against the macosx10.9 sdk. Btw, the error msg and what you see looks similar to this report about revzip

Re: Changes to revsecurity.dylib in LC 9.6.2?

2021-04-21 Thread Trevor DeVore via use-livecode
On Wed, Apr 21, 2021 at 1:19 PM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Also, I am not entirely sure but I think LC 9.6.2 rc-1 and above was built > with xcode 12.x, whereas 9.6.1 was built with Xcode 11.x. However, in both > cases LC was built against the

Re: Typing Text Into a Locked Field -- Win Surface

2021-04-21 Thread Bob Sneidar via use-livecode
Duplicate field? Bob S > On Apr 20, 2021, at 19:09 , Peter Bogdanoff via use-livecode > wrote: > > Hi, > > I have a customer (in China) who is reporting that she is able to type text > into a locked field on a Windows Surface device. > > Context: a LC 9.6.1 runtime application installed

Re: use-livecode Digest, Vol 211, Issue 27 (AWSS3 in standalone)

2021-04-21 Thread Mark Clark via use-livecode
Thanks Tom—I am using it within the dev envionment and it’s a godsend, for sure:) Much better than calling s3cmd or mc client from shell. But my problem (and it must be mine, lol) is that the same stack that runs well within the development environment fails when I save it as a standalone. So

Re: native scroller cuts off parts of last line in a field

2021-04-21 Thread Klaus major-k via use-livecode
Hi andrew, > Am 21.04.2021 um 20:10 schrieb Andrew at MidWest Coast Media via use-livecode > : > > Sorry to chime in late, but do you have the fullscreenMode of the stack set? yes, sure! :-D > This sounds like a problem that I noticed @ > https://quality.livecode.com/show_bug.cgi?id=21456