mobileStoreMakePurchase not working for iOS

2021-03-25 Thread Andrew at MidWest Coast Media via use-livecode
I have released my first project with in-app purchases but only to 50% platform success: Android works but iOS does not. I’m using the directions at https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore but am getting generic errors. I had

Re: name of web page

2021-03-25 Thread scott--- via use-livecode
Ah, of course! Thank you, Matthias. — Scott > On Mar 25, 2021, at 1:13 PM, matthias rebbe via use-livecode > wrote: > > Scott, > > do you want to get the filename of the script that is executing? > Then > put the filename of me > > returns the name of the lc script file

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread HENRY LOWE via use-livecode
Thanks you Lagi, Tore and others. Looks like this is specific to Mac OS Big Sur. I have submitted a bug report: https://quality.livecode.com/show_bug.cgi?id=23139 Henry > On Mar 25, 2021, at 4:11 PM, Lagi Pittas via use-livecode > wrote:

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread james--- via use-livecode
I went for a bike ride this morning. Just thought I would add a post under this subject that is no longer really related to the subject anymore. Didn’t want to feel left out ;-) James ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Lagi Pittas via use-livecode
HI Henry, Tried it on windows LC 9.6.2 RC2 and it works fine. I still have the problem of very laggy text editor for a machine with 16G of Ram and SSD, there is no scrolling problem on a greater than 5000 line script so it looks like it's big Turd this time ;-) Lagi On Thu, 25 Mar 2021

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Tore Nilsen via use-livecode
I have followed your recipe and I can confirm that this is a problem also with ordinary scrolling fields in LC 9.6.2 (rc3). It does not seem to be a problem in LC 9.6.2 (rc1). Best regards Tore Nilsen > 25. mar. 2021 kl. 22:07 skrev HENRY LOWE via use-livecode > : > > On further

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread HENRY LOWE via use-livecode
On further investigation this appears to be a problem with any LC scrolling text field, not just the Script Editor. Please try the following and let me know what you observe: 1. Create a new stack (e.g. 1024 x 768) 2. Add a scrolling text field and resize the field to fill the card. 3. Paste

Re: name of web page

2021-03-25 Thread matthias rebbe via use-livecode
Scott, do you want to get the filename of the script that is executing? Then put the filename of me returns the name of the lc script file including the complete path e.g./home//public_html//scott/pagename.lc - Matthias Rebbe Life Is Too Short For Boring Code > Am

Re: Android commissions (JeeJeeStudio)

2021-03-25 Thread JeeJeeStudio via use-livecode
Thank you. Done! Op 20-3-2021 om 04:46 schreef Andrew at MidWest Coast Media via use-livecode: Note that this can take a long while, perhaps a very long while I’m just excited to increase my earning potential by 15% in 6 months at the 2 app stores, all by doing absolutely nothing myself

name of web page

2021-03-25 Thread scott--- via use-livecode
When using livecode server scripting inside the html of a web page, is there a way to determine the file name of that .lc web page (using livecode scripting)? -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread matthias rebbe via use-livecode
Jacque, if you use ftps:// and enable use_ssl then the mode is 'FTP over SSL implicit'. If your FTP Server does not support this mode, then you get an error. So it seems your server does only support FTPS explicit and not implicit FTPS implicit is not very common. Most shared hosts support

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread J. Landman Gay via use-livecode
On 3/25/21 12:52 PM, J. Landman Gay via use-livecode wrote: If I continue to use only "ftp" and "use_ssl" then it works but I am not sure whether the connection is actually encrypted or not. Just to complete this little journey, I think I'm in business. I use "ftp" in the URL which defaults

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Richard Gaskin via use-livecode
Sean Cole wrote: > RichardG, Feel free to use simply "Richard" if you like. > That was a very long way of not answering the question. Very > insightful regarding the DG though. :) > It also went a long way of assuming the skill levels of the audience. > Some of us are not limited to xTalk

Re: Set and get dgData and dgText delay

2021-03-25 Thread Sean Cole (Pi) via use-livecode
Thanks Bob, but the columns are defined, both in my test stack and the project stack. It gets filled once the scripts have finished running, so it can't be that which is the issue in this instance. But thanks once again for your input. Sean On Thu, 25 Mar 2021 at 17:55, Bob Sneidar via

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Sean Cole (Pi) via use-livecode
RichardG, That was a very long way of not answering the question. Very insightful regarding the DG though. :) It also went a long way of assuming the skill levels of the audience. Some of us are not limited to xTalk level. I understand C++ and why Trevor likely coded the DG using such. My

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread J. Landman Gay via use-livecode
On 3/25/21 7:19 AM, Andre Garzia via use-livecode wrote: Not accepting AppleScript from other apps basically defeats the reason to use AppleScript IMHO… those devs are crazy. I reported the wrong error message. I tried it again and it said "You are unauthorized to use AppleScript." There

Re: Set and get dgData and dgText delay

2021-03-25 Thread Bob Sneidar via use-livecode
DGText will only contain data for the columns you have defined in the Datagrid properties. If your dgData array keys have no matching columns it will still populate the dgData but dgText will return empty. This is why I avoid using dgText at all anymore. I have also noticed that if one of the

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread J. Landman Gay via use-livecode
On 3/24/21 5:44 PM, matthias rebbe via use-livecode wrote: It seems Fetch usesftps:// for both FTPeS (FTP over SSL explicit) and FTPS (FTP over SSL implicit). But it depends on the port number you have entered. If you keep port 21 then FTPS (FTP over SSL implicit) is used. If you set the

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: >> On 25 Mar 2021, at 14:58, Richard Gaskin wrote: >> >> Defaulting to HTTP for customer-facing systems simplifies a >> lot of decision-making, and since most of the rest of the >> world makes the same choice at least we're in good company. :) > > Also, HTTP/HTTPS are usually

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Andre Garzia via use-livecode
> On 25 Mar 2021, at 14:58, Richard Gaskin via use-livecode > wrote: > > Defaulting to HTTP for customer-facing systems simplifies a lot of > decision-making, and since most of the rest of the world makes the same > choice at least we're in good company. :) Also, HTTP/HTTPS are usually

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Richard Gaskin via use-livecode
Sean Cole wrote: > On Wed, 24 Mar 2021 at 21:45, Richard Gaskin wrote: > >> I believe it may be related to the complicated way the line >> number field is kept in sync. > > Quick question. Why would the line number field be complicated? I > can’t imagine anything that would necessitate making

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Sean Cole (Pi) via use-livecode
I have definitely experienced this in Windows, not Mac. But I had assumed it was an anomaly from running it in Parallels. I’ve had it for a number of versions back now. It only happens occasionally and, as you say, only for large scripts where it has the most impact. I tend to walk away, make a

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-25 Thread Sean Cole (Pi) via use-livecode
Quick question. Why would the line number field be complicated? I can’t imagine anything that would necessitate making it complicated. Numbers and break points. That’s all it handles, right? On Wed, 24 Mar 2021 at 21:45, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > On 24 Mar 2021, at 23:50, Richard Gaskin wrote: >> >> And with Windows 10, Microsoft is now embracing Linux in its Windows >> Subsystem for Linux, so Win folk can enjoy industry standard tooling >> on all OSes: ... > If you have control of the Windows machine, then you can

Re: Set and get dgData and dgText delay

2021-03-25 Thread Sean Cole (Pi) via use-livecode
I’ve tried using wait, wait with messages, wait until. No joy. But in a separate test stack with the same data it works just fine having them one after the other. There is no sense to it NOT passing the text one line to the next. I thought it might be because it was located in a preOpenCard

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread doc hawk via use-livecode
andre amplified, >Next time, I’m leaving them in. Ahh. The director’s cut . . . :_) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > Devising your own binary file transfer protocol based purely on TCP > sockets is a very tedious and error prone process that will get you > no advantages unless you really have some special need that is not > solved by any of the solutions that already exists. > > The

Re: Set and get dgData and dgText delay

2021-03-25 Thread Richard Gaskin via use-livecode
The difference between the working and non-working examples seems to be limited to the introduction of a delay in the working one, between setting the dgData array and later obtaining its text. Since the array form is what the DG uses internally, perhaps something during loading of that array

Re: Set and get dgData and dgText delay

2021-03-25 Thread Sean Cole (Pi) via use-livecode
Thanks Craig This could make some sense. There are a lot of handlers to deal with. I thought I was going a bit mad. I’m just going to have to pick my way through. On Thu, 25 Mar 2021 at 12:44, Craig Newman via use-livecode < use-livecode@lists.runrev.com> wrote: > I have seen this here and

Re: Set and get dgData and dgText delay

2021-03-25 Thread Craig Newman via use-livecode
I have seen this here and there for years, and having nothing to do with dataGrids per se. A handler will fail to run, but will step through in the debugger without issue. This usually resolves, and I never know why. Craig > On Mar 24, 2021, at 5:09 PM, Pi Digital via use-livecode > wrote:

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Andre Garzia via use-livecode
> On 25 Mar 2021, at 01:14, Bob Sneidar via use-livecode > wrote: > > I suppose everything networking uses sockets, but these are protocols with > standardized ways of establishing the connection and securing it. I was > thinking of a custom client server file transfer method, but whether

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Andre Garzia via use-livecode
> On 24 Mar 2021, at 23:50, Richard Gaskin via use-livecode > wrote: > > And with Windows 10, Microsoft is now embracing Linux in its Windows > Subsystem for Linux, so Win folk can enjoy industry standard tooling on all > OSes: Just be aware that WSL is not activated by default, and you

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Andre Garzia via use-livecode
> On 24 Mar 2021, at 19:12, J. Landman Gay via use-livecode > wrote: > > Andre: After TSNet failed, I did try to use AppleScript but Fetch put up a > dialog that it did not allow AppleScript sent from other apps. And BTW, next > time leave in the fun stuff. :) Not accepting AppleScript

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread Andre Garzia via use-livecode
> On 24 Mar 2021, at 17:11, Mark Wieder via use-livecode > wrote: > > I think there may be other questions in play as well. > Will I learn anything from doing this? > Will I have fun experimenting with it? > Are there more pressing things I need to do instead? > etc. YES, a thousand times