Re: IAP in App Store

2021-09-19 Thread Curry Kenworthy via use-livecode
Jacqueline: > If the third param is omitted, the script compiles okay > but apparently aborts with no error message > and no information when the app runs on the device. Hey LC Team: This may be not merely a bug, but also a "bad habit" in coding practice. A habit that leads to multiple bugs.

Re: IAP in App Store

2021-09-19 Thread J. Landman Gay via use-livecode
Even a note in the documentation would help. I spent two weeks trying to figure out the problem. Was it my store setup? The iPhone? My script, which was based on the lesson example? Did I set up my store products wrong? Just where should I look? By the time I posted here I was a walking mass

Re: LC IDE Menu suddenly is slow / responds slowly

2021-09-19 Thread Tom Glod via use-livecode
Things seem better when the message window is closed . I also disabled all the script autocompletion options. So its one or more of those things. Will test more later. On Fri, Sep 17, 2021 at 1:37 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Have you

Re: Android SDK lesson

2021-09-19 Thread Bernard Devlin via use-livecode
Hi Lagi I'd suggest following the Lesson as the most straightforward route. Let us know if that doesn't work. Regards, Bernard On Sat, Sep 18, 2021 at 8:17 PM Lagi Pittas via use-livecode < use-livecode@lists.runrev.com> wrote: > > I will look for a thread by you and expect that it should be

How to suppress the Modal Purge dialog? -- Name space conflict

2021-09-19 Thread R.H. via use-livecode
Hi everyone I have a need to programmatically open about 200 stacks, do something, and the close them. In this case, for documentation reasons, I take a screenshot from every stack, every card, and every substack and their cards to export it. My problem is that there are number of stacks that

Re: How to suppress the Modal Purge dialog? -- Name space conflict

2021-09-19 Thread Tom Glod via use-livecode
Hmmm...first thing that comes to mind. Can you check if the same name is already open and then rename the existing one before you try to open the second one? On Sun, Sep 19, 2021 at 5:54 PM R.H. via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi everyone > > I have a need to

Re: How to suppress the Modal Purge dialog? -- Name space conflict

2021-09-19 Thread Tom Glod via use-livecode
Sorry, right you mentioned that in one of the paragraphs. but there is a way to get all the stacks opened... but making sure that before a stack is processed, the name is returned to what it must be to be exported and work. Just making the assumption that you can only process one open