nsScriptDatabase 1.1

2022-03-17 Thread Neville Smythe via use-livecode
I have uploaded version 1.1 of nsScriptDatabase to the Samples Stacks. This fixes a few problems with editing code snippets and running the stack as a standalone, which is the preferred environment. You don’t need to know anything about the technicalities of databases to use nsScriptDatabase

Re: 10.0.0-dp-2 html5 and liburlLastRHHeaders()

2022-03-17 Thread Mark Waddingham via use-livecode
On 2022-03-16 14:15, Bernard Devlin via use-livecode wrote: If one could get hold in Livecodescript of the Javascript Request object that was sent to the server, then one might be able to get hold of the Response headers.

Re: :MEMORY: databases and Windows

2022-03-17 Thread Mark Waddingham via use-livecode
On 2022-03-16 22:07, Bob Sneidar via use-livecode wrote: Once again you nailed it. Still, this is a bug, minor though it may be. In the past I was told that it MUST be capitalized. Now it seems capitalized only works on the mac while all lowercase works on both platforms. squared. FWIW I

Re: 10.0.0-dp-2 html5 and liburlLastRHHeaders()

2022-03-17 Thread Bernard Devlin via use-livecode
Hi Mark Thank you for your response. However, I just tried in the Javascript console of Safari, Chrome and Firefox and the local test server to which I am POSTing is returning the headers (as LC does when running not as HTML5). Here's the JS I used. As you can see, it's a simple POST rather

Re: Excel Lib 1.4

2022-03-17 Thread Bob Sneidar via use-livecode
Does anyone use Excel_Lib? How do you get it to work?? Opening the documentation stack loads the necessary libraries and stacks, but the actual library is a substack of the documentation stack! Also, there are handlers which call on the PROPERTIES of that stack! So I cannot just copy the code

Re: Excel Lib 1.4

2022-03-17 Thread Bob Sneidar via use-livecode
Also if anyone has version 1.5 of the library, would it be possible to send that to me off list? Bob S > On Mar 17, 2022, at 08:43 , Bob Sneidar via use-livecode > wrote: > > Does anyone use Excel_Lib? How do you get it to work?? Opening the > documentation stack loads the necessary

Re: Funding

2022-03-17 Thread Martin Koob via use-livecode
Hi Incase there are some who still can’t see the page, here is a text listing of the Single Payment and Subscription Payment Options on the project offer page: https://livecode.com/the-script-compiler-project/ Single Payment Options

Re: Funding

2022-03-17 Thread Martin Koob via use-livecode
Hi Incase there are some who still can’t see the page, here is a text listing of the Single Payment and Subscription Payment Options on the project offer page: https://livecode.com/the-script-compiler-project/ Single Payment Options Contribute $99 Ex VAT No Compiler – but supports the

Re: Text overwriting itself in non wrapping field

2022-03-17 Thread J. Landman Gay via use-livecode
On 3/17/22 10:58 AM, David V Glasgow via use-livecode wrote: Examining it, it looks like it ought to be a number of separate lines, and it also contains weird visible and also white space that is not a simple space. I can’t see any recognisable pattern to suggest where cr should be. I

Re: Funding

2022-03-17 Thread Brian Milby via use-livecode
Would it be bad form to post the link? I just kicked in a bit more since I think it has great potential. I hope it fully funds. Sent from my iPhone > On Mar 17, 2022, at 1:56 PM, Tom Glod via use-livecode > wrote: > > welcome to the club I have the same issue. No spam filter on my end, I

Re: Compiler Funding Options Update

2022-03-17 Thread Bob Sneidar via use-livecode
I originally popped for $198, but I just paid for a year's subscription. If I do not get the $198 back, oh well. Bob S > On Mar 16, 2022, at 17:57 , Tom Glod via use-livecode > wrote: > > Well...I threw in $100 to help make it happen...fingers crossed. > > On Wed, Mar 16, 2022 at 8:53 PM

Re: Compiler Funding Options Update

2022-03-17 Thread Tom Glod via use-livecode
Thanks Bob, I'm sure it will be honored. This is pretty important for livecode itself, I hope a way will be found even if target is not met. On Thu, Mar 17, 2022 at 6:35 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I originally popped for $198, but I just paid for a

Re: Compiler Funding Options Update

2022-03-17 Thread J. Landman Gay via use-livecode
Anyone on the fence should decide pretty quick, as of now there are less than 6 hours left to contribute. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 17, 2022 8:11:29 PM Tom Glod via use-livecode wrote: Thanks Bob, I'm

Text overwriting itself in non wrapping field

2022-03-17 Thread David V Glasgow via use-livecode
Hi folks, I have imported just under 10,000 lines of a web history into a non wrapping scrollable field. As the subject above indicates, in one line characters appear rendered over the top of each other. The is quite stable, so redrawing or scrolling doesn’t make it go away. That line is

Re: Text overwriting itself in non wrapping field

2022-03-17 Thread Tom Glod via use-livecode
I had something like that occur with HTMLtext and activated "fixed height" on the field helped it. On Thu, Mar 17, 2022 at 12:00 PM David V Glasgow via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi folks, > > I have imported just under 10,000 lines of a web history into a non >

Re: Excel Lib 1.4

2022-03-17 Thread Bob Sneidar via use-livecode
I have v1.4, not sure about the licensing. I will contact zryip presently. Meanwhile I was able to create a separate version of Excel_Lib. I just tested it and it works. Bob S > On Mar 17, 2022, at 09:39 , matthias rebbe via use-livecode > wrote: > > Are you using the open source or the

Re: nsScriptDatabase 1.1

2022-03-17 Thread Jim Lambert via use-livecode
Neville, Thanks for the update. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: nsScriptDatabase 1.1

2022-03-17 Thread Jim Lambert via use-livecode
Neville, Thanks for the update. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Text overwriting itself in non wrapping field

2022-03-17 Thread Bob Sneidar via use-livecode
I have a cleanASCII function: Bob S FUNCTION cleanASCII pString, pModeList, pCustomList /* pModeList is a comma delimited list that may contain the following values: "lowercase,uppercase,numbers,tabs,newlines,returns,spaces,symbols,custom" If custom is used, then a third paramaeter

Re: Excel Lib 1.4

2022-03-17 Thread matthias rebbe via use-livecode
Are you using the open source or the commercial version? If i am not wrong then only the commercial license is available as 1.5 and the open source license is 1.2 or so. If you have the commercial license then you can download the most current version using the username and password that Zryip

Funding

2022-03-17 Thread R.H. via use-livecode
I did not receive any letter regardings any funding. Roland ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

[ANN] Release 9.6.7 RC-2

2022-03-17 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.7 RC-2. Getting the Release === You can find the release in your LiveCode account area or get it via the automatic updater. Release Contents LiveCode 9.6.7 RC-2 comes with 1 regression

Re: Funding

2022-03-17 Thread Heather Laine via use-livecode
Looks like a spam filter at work - I can see the mailings were sent to you. Maybe check your filters? Best Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 17 Mar 2022, at 16:44, R.H. via use-livecode > wrote: > > I did not receive any letter

Re: Funding

2022-03-17 Thread J. Landman Gay via use-livecode
I think there's still time to support the project. No risk, you get your money back if it doesn't fund. I personally hope it does, the benefits would be big. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 17, 2022 11:47:05 AM

Re: Funding

2022-03-17 Thread Tom Glod via use-livecode
welcome to the club I have the same issue. No spam filter on my end, I checked. Heather, I do get the other mailings about blogs and the livecode services. Is that a different list? On Thu, Mar 17, 2022 at 1:14 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I think