Re: Can't get jsonToArray in standalones ?

2022-04-04 Thread panagiotis m via use-livecode
Hello Ben, You need to check megJSON. The JSON Library inclusion is for JSONImport and JSONExport handlers. Cheers, Panos On Mon, 4 Apr 2022, 16:28 Ben Rubinstein via use-livecode, < use-livecode@lists.runrev.com> wrote: > Building a standalone that uses jsonToArray. > > Works fine in the

Re: Print to pdf fails on Windows with multiple pages

2022-03-24 Thread panagiotis m via use-livecode
t; > So i uploaded it on my server and added a url to it. > > > Regards, > Matthias > > > > Am 24.03.2022 um 12:18 schrieb panagiotis m via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello Andreas, > >

Re: Print to pdf fails on Windows with multiple pages

2022-03-24 Thread panagiotis m via use-livecode
Hello Andreas, This sounds like this bug https://quality.livecode.com/show_bug.cgi?id=23088, which should be fixed in LC 9.6.6 RC-1 and newer. If this is not the case for you, could you attach a sample stack and the pdf to this report and reopen it? Or send it to me directly if they are

Re: Empty Externals folder neccessary to run windows exe successfully?

2022-03-21 Thread panagiotis m via use-livecode
Hello all, There is a bug report about it: https://quality.livecode.com/show_bug.cgi?id=20223 Cheers, Panos -- On Mon, 21 Mar 2022 at 17:06, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Matthias, > > > Am 21.03.2022 um 15:41 schrieb Matthias Rebbe via

Re: LC Player buffering data

2022-03-12 Thread panagiotis m via use-livecode
Hello Peter, Off the top of my head, I think there is a related read-only property ("loadState") but this is for the iOS mobile player. So you can get the value of this property using the mobileControlGet command, and start the video playback accordingly. However, if I remember correctly, your

Re: Trying to run standalone (headless) on Linux (Ubuntu) - failed at first hurdle

2022-03-10 Thread panagiotis m via use-livecode
d try my app again, hoping at least that the >> error >> have moved on. But alas: >> >> > # ./CB304 -ui >> > ./CB304: error while loading shared libraries: libexpat.so.1: cannot >> open shared object file: No such file or directory >> >> >> Also - c

Re: Trying to run standalone (headless) on Linux (Ubuntu) - failed at first hurdle

2022-03-10 Thread panagiotis m via use-livecode
on. But alas: > > > # ./CB304 -ui > > ./CB304: error while loading shared libraries: libexpat.so.1: cannot > open shared object file: No such file or directory > > > Also - can you confirm whether LC standalones (built from 9.6.6) should be > able to run on Ubunt

Re: Trying to run standalone (headless) on Linux (Ubuntu) - failed at first hurdle

2022-03-10 Thread panagiotis m via use-livecode
Hello all, I think libexpat.so.1 is a system lib required by LC apps, so it might be worth installing it. I have not done any research, but I would expect that it would be enough to do something like: sudo apt-get install expat or sudo apt-get install libexpat Kind regards, Panos On Thu,

Re: Have we lost the Oracle driver?

2022-03-03 Thread panagiotis m via use-livecode
t > - where should I put "libclntsh.dylib.11.1"? > > thanks for your help, > > Ben > > On 02/03/2022 12:58, panagiotis m via use-livecode wrote: > > Hello Ben, > > > > I take it you are on MacOS? Which MacOS version, and which LiveCode > version >

Re: Have we lost the Oracle driver?

2022-03-02 Thread panagiotis m via use-livecode
Hello Ben, I take it you are on MacOS? Which MacOS version, and which LiveCode version are you using? Could it be the case you haven't got the right version of Oracle Instant Client installed? You need libclntsh.dylib.11.1, found here:

Re: How to install XCode essentials only for LiveCode builds

2022-03-01 Thread panagiotis m via use-livecode
Hello all, Note that this is necessary for building standalone for **macOS**. The version of the downloaded command line tools does NOT matter in this case. I _think_ this command downloads the latest version by default, or at least the latest version that can be installed in your machine.

Re: [ANN] Release 9.6.7 RC-1

2022-02-25 Thread panagiotis m via use-livecode
Hello all, During testing I experienced issues when trying to activate LiveCode automatically (i.e. using email and password), but clicking "Try again" just after the first unsuccessful attempt fixed the issue for me. @Bob Sneidar LiveCode 9.6.4 has no Pro or Non-pro edition - it has just one.

Re: browserDocumentLoadComplete

2022-02-16 Thread panagiotis m via use-livecode
Hello again :) Correction: We do have a patch for this issue, but it needs refined to make sure the new behavior is 'correct'/'better' than the current behavior, so it might not make it into 10.0.0 DP-2. But it is in our TODO list for LC 10. Kind regards, Panos -- On Wed, 16 Feb 2022 at 17:36,

Re: browserDocumentLoadComplete

2022-02-16 Thread panagiotis m via use-livecode
Hello all, Hopefully this will be fixed in the upcoming release of LC 10.0.0 DP-2 (https://quality.livecode.com/show_bug.cgi?id=21599) Kind regards, Panos -- On Wed, 16 Feb 2022 at 12:04, hakan--- via use-livecode < use-livecode@lists.runrev.com> wrote: > Maybe you could do a js callback on

Re: 9.6.6 build errors

2022-02-01 Thread panagiotis m via use-livecode
ed > > to be removed, but I thought there was something else. Anyway, this will > > help me in my current project with lc9.6.6. > > > > Thanks, > > Bill > > > > William A. Prothero, PhD > > Prof Emeritus, Dept of Earth Science > > Univ

Re: 9.6.6 build errors

2022-02-01 Thread panagiotis m via use-livecode
good measure I just took the same > stack and was able to build and install two more times without incident so > it’s definitely not a repeatable problem and as yet I have no formula or > hypothesis as to what might be causing it. I’ll keep an eye on it and log > any similar problems I run

Re: 9.6.6 build errors

2022-02-01 Thread panagiotis m via use-livecode
Hello Mark, I have not seen this before. Did anything change in your stack (used a different provisioning profile or changed anything in the iOS settings) or in the iOS device until the successful 3rd attempt? I cannot remember of anything that we changed in the 9.6.6 release cycle that could

Re: Video Chat?

2022-01-11 Thread panagiotis m via use-livecode
Hello all, Support for WebRTC was recently added in the CEF browser - that is Windows and Linux. I _think_ Tom is on Windows. I believe that for the other platforms we'll need special permissions in the WKWebView (Mac and iOS) and the WebView (Android). I'll file an enhancement request in BZ so

Re: Invalid mac/ios standalone engine file

2021-12-31 Thread panagiotis m via use-livecode
Hello Andreas, You're welcome. RE "ITMS-90683: Missing Purpose String in Info.plist”, since it is a warning, it can be ignored for now. *Or should I always fill in the App Tracking Transparency field in the standalone settings, even if not relevant?* Nope, you should fill in this field only

Re: Invalid mac/ios standalone engine file

2021-12-31 Thread panagiotis m via use-livecode
Hello Andreas, What is the minimum deployment target in the iOS standalone settings? I suggest setting it to "9.0 or later". Kind regards, Panos -- On Fri, 31 Dec 2021 at 16:03, Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > So, following the release

Re: Keyboard in iOS 15.x

2021-12-23 Thread panagiotis m via use-livecode
Hello Mark, What about using: mobileSetKeyboardDisplay "pan" See the dictionary for more details. Cheers, Panos On Thu, 23 Dec 2021 at 17:08, Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > It seems the keyboard in iOS 15 has gained some height and that is causing > a

Re: [ANN] Release 9.6.6 RC-1

2021-12-21 Thread panagiotis m via use-livecode
Hello Mike, When a runtime error occurs in a context where the script debugger cannot run, the error dialog will be displayed rather than failing silently Before LC 9.6.6 rc1, runtime errors in moveStack and resizeStack were ignored, because for some reasons deep in the engine, if they were

Re: Record audio on Mac

2021-12-10 Thread panagiotis m via use-livecode
Hello Klaus, You can use the camera control: cameraControlDo tCamera, "startRecording", Cheers, Panos -- On Fri, 10 Dec 2021 at 15:02, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > There is an entry in the dictionary -> record sound... > But that

Re: LC 9.5.6, Android and JSONToArray

2021-12-08 Thread panagiotis m via use-livecode
> > And, yes. I have "mergJSON" selected (as well as "JSON Library"). > > FYI... I only updated to 9.6.5 because Jacqueline mentioned bug 23245 > might be resolved in 9.6.5. ( > http://lists.runrev.com/pipermail/use-livecode/2021-October/265900.html) > >

Re: Linux Speech Support?

2021-12-06 Thread panagiotis m via use-livecode
Hello Peter, Unfortunately LC does not have a test-to-speech library that will work on Linux. The Android Speech-to-text library should only list "Android" in the supported platforms. Kind regards, Panos -- On Mon, 6 Dec 2021 at 11:36, Peter Reid via use-livecode <

Re: LC 9.5.6, Android and JSONToArray

2021-12-06 Thread panagiotis m via use-livecode
Hello Dan, Could you please confirm the working and non-working versions? There is no 9.5.6 or 9.5.4 version of LiveCode. Also, to use JSONToArray() you have to include "mergJSON" in the Inclusions, not "JSON Library". The "JSON Library" is needed for "JSONImport" and "JSONExport" functions.

Re: [ANN] Release 10.0.0 DP-1

2021-11-22 Thread panagiotis m via use-livecode
created by the Standalone Builder. I even followed the Firefox tip in the > last comments on this lesson. > > https://lessons.livecode.com/m/4071/l/800867-how-do-i-put-my-first-app-on-the-web > > Regards, Bernard. > > On Fri, Nov 19, 2021 at 2:30 PM panagiotis m via use-livecode &

Re: [ANN] Release 10.0.0 DP-1

2021-11-19 Thread panagiotis m via use-livecode
Hello Mike, I believe you should be able to use Xcode 12.5 with LiveCode on MacOS 12.x. LC does not actually use Xcode, it just needs the iOS SDKs and some command line tools. So the following should work: 1. Download Xcode 12.5.xip from Apple's downloads area 2. Expand the .xip file 3. Run in

Re: Android: Play App Signing

2021-11-19 Thread panagiotis m via use-livecode
Aloha Brahmanathaswami, You are missing a "--" before the alias argument. So it should be: .. --alias=sivasiva .. and not just: .. alias=sivasiva Hope this helps. Kind regards, Panos On Wed, 17 Nov 2021 at 18:29, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On

Re: Error when creating Android APK

2021-11-17 Thread panagiotis m via use-livecode
Thanks for the update Klaus :) Glad the lesson is still valid :) Cheers, Panos -- On Wed, 17 Nov 2021 at 17:46, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 17.11.2021 um 16:40 schrieb panagiotis m via use-livecod

Re: Error when creating Android APK

2021-11-17 Thread panagiotis m via use-livecode
Hello Klaus, It sounds like you have this in the Copy Files section in the standalone settings of this stack: /Users/klaus2/Desktop/de.lproj and this resource cannot be found by the standalone builder, because it is not there. Is it the case? Kind regards, Panos -- On Wed, 17 Nov 2021 at

Re: MacOS 12.x (Monterey) disables the Xcode 12.5 app

2021-10-26 Thread panagiotis m via use-livecode
Hello Henry, You can have as many Xcode versions installed as you want. I suggest you create a folder "Xcodes" and put everything in it, after you have renamed them appropriately (e.g. rename your current Xcode to Xcode_12_5_0.app). LiveCode uses the iOS 14.5 SDKs and some of Xcode's command line

Re: Errors when building standalone

2021-10-16 Thread panagiotis m via use-livecode
Hello Jacque, It shouldn't make any difference using Xcode 12.5 vs Xcode 12.5.1. In any case, when switching Xcode versions, you have to make sure: 1. The command line tools of the new version are installed as well (DONE) 2. You have launched the new Xcode at least once 3. You have chosen to

Re: iOS Ad-Hoc installation iOS 15

2021-10-15 Thread panagiotis m via use-livecode
t; > Has anyone seen this? Any Ideas? > Thanks in advance. > > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -----Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf >

Re: Android SDK install without Android Studio (LC 9.6.5 App Bundles)

2021-10-15 Thread panagiotis m via use-livecode
Hello all, Update: I did not realise that Ralph was talking about the "new" thing (released on Feb 2020) that is the "command line tools". I thought he was suggesting to use the "old" sdk tools, but instead of using the SDK Manager GUI, which is now broken, to use the "sdkmanager" command line

Re: Android SDK install without Android Studio (LC 9.6.5 App Bundles)

2021-10-15 Thread panagiotis m via use-livecode
Hello all, What Ralph suggests does work, and this is what we have advised a couple of users to try, after they contacted us. However, the problem with this approach is that it is quite possible it will break in the future. Moreover, using the Terminal/cmd can be quite advanced for several

Re: IAP in App Store

2021-10-06 Thread panagiotis m via use-livecode
Hello Jacque, What is the exact error that causes purchaseStateUpdate to be sent with a "complete" status? Google is supposed to show its own notification in most cases, so that's fine, but then the purchaseStateUpdate should be sent with an appropriate status anyway. Kind regards, Panos --

Re: [ANN] Release 9.6.5 RC-1

2021-09-23 Thread panagiotis m via use-livecode
Hello all, See this blog post for more info on the tools you need to install: https://livecode.com/livecode-9-6-5-with-android-app-bundle-for-play-store/ Kind regards, Panos On Thu, 23 Sep 2021, 21:33 Paul Richards via use-livecode, < use-livecode@lists.runrev.com> wrote: > You need to run

Re: iOS 15 - Xcode version

2021-09-23 Thread panagiotis m via use-livecode
Hello Marty, Does that happen with every app you build, even with the simplest one (e.g. just a card and a button? In any case, could you file a bug report and attach your sample stack, so that we investigate and fix it asap. Kind regards, Panos On Thu, 23 Sep 2021, 20:08 Marty Knapp via

Re: IAP in App Store

2021-09-20 Thread panagiotis m via use-livecode
Hello Jacque, Nice, I'll make sure this note is added to the docs at least. Ideally we'll fix it in the engine too, so as it throws an error if the 3rd param is empty. Now, you said you got the login dialog. What happened next, after you entered your test apple ID details? Did you get a dialog

Re: IAP in App Store

2021-09-17 Thread panagiotis m via use-livecode
t; The older syntax has a specific mobilePurchaseSendRequest command, which > the newer syntax does > not use. Should I add that to my script? Will it hurt if I do? > > On 9/17/21 1:34 PM, panagiotis m via use-livecode wrote: > > Hello Jacque, > > > > How do you initiate

Re: IAP in App Store

2021-09-17 Thread panagiotis m via use-livecode
yperActive Software | http://www.hyperactivesw.com > On September 17, 2021 2:48:49 AM panagiotis m via use-livecode > wrote: > > > Hello Jacque, > > > >>>>>> instead the next call to make a purchase should pop up a dialog > asking > > for an Apple I

Re: IAP in App Store

2021-09-17 Thread panagiotis m via use-livecode
Hello Jacque, >instead the next call to make a purchase should pop up a dialog asking for an Apple ID Yes, this is what should happen. What do you get when trying to make a purchase? I take it that the in-app purchase product IDs in your script do match the ones you set up in iTunes Connect,

Re: setting the dragImage under LC 9.6.3

2021-08-26 Thread panagiotis m via use-livecode
Hello all, Yes, unfortunately the dragImage is broken on Windows: https://quality.livecode.com/show_bug.cgi?id=21562 Kind regards, Panos -- On Thu, 26 Aug 2021 at 17:13, Craig Newman via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi. > > I have done this sort of thing for decades,

Re: [iOS] possible console bug

2021-07-28 Thread panagiotis m via use-livecode
nitely the iPhone 8 Simulator one, >> not only because of the content but also because option-clicking the file >> on top shows the path to it and it is coming from inside the CoreSimulator >> folder. >> >> Still, I don’t see any output from LiveCode standalone in it. >>

Re: [iOS] possible console bug

2021-07-28 Thread panagiotis m via use-livecode
.log” being shown is definitely the iPhone 8 Simulator one, not > only because of the content but also because option-clicking the file on > top shows the path to it and it is coming from inside the CoreSimulator > folder. > > Still, I don’t see any output from LiveCode standalon

Re: [iOS] possible console bug

2021-07-28 Thread panagiotis m via use-livecode
Hello Andre, It works as expected for me. MacOS Mojave Xcode 11.3 iOS 13.3 Simulator In the simulator go to Debug -> Open System Log This opens the Console app In the Console window, in the left hand side, you should see the name of the simulator (e.g. "iPhone 8"). Click on it. There will be a

Re: [ANN] Release 9.6.3 RC-2

2021-07-23 Thread panagiotis m via use-livecode
Thanks for the update Trevor On Fri, 23 Jul 2021, 21:53 Trevor DeVore via use-livecode, < use-livecode@lists.runrev.com> wrote: > On Fri, Jul 23, 2021 at 8:23 AM panagiotis merakos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > > - Fix some images rendering as black in

Re: How to deploy app from Mac to Linux (with Browser widget) ?

2021-07-22 Thread panagiotis m via use-livecode
Hello Ben, Unfortunately the browser widget is still broken on most Linux distros. You might be able to work this around in your app by using "launch url .." if the platform is Linux, to use the default browser instead of the browser widget. Kind regards, Panos -- On Thu, 22 Jul 2021 at 10:53,

Re: Stacks Tab in Standalone Application Settings all grayed out.

2021-07-20 Thread panagiotis m via use-livecode
Hello Tom, This is probably a bug in the IDE. Uncheck any mobile platforms in the standalone settings, and you should be able to edit the Stacks tab. Then, you can re-check any mobile platforms again. Cheers, Panos -- On Tue, 20 Jul 2021 at 16:59, Tom Glod via use-livecode <

Re: could not find a valid identity to use for the selected profile - again

2021-07-19 Thread panagiotis m via use-livecode
hat cert, there is no "private key" section that I can see. There is a > "public key" section, and a variety of extensions, along > with "fingerprints" at the bottom > > On Mon, Jul 19, 2021 at 11:08 AM panagiotis m via use-livecode < > use-livecode@lists.ru

Re: could not find a valid identity to use for the selected profile - again

2021-07-19 Thread panagiotis m via use-livecode
Hello Mike, In the KeyChain Access app, if you click in your certificate and you expand it, do you see a private key? If a private key is missing, then this is the culprit. Kind regards Panos -- On Mon, 19 Jul 2021 at 17:29, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote:

Re: LC User Guide in 9.6.3 rc1?

2021-07-13 Thread panagiotis m via use-livecode
Hello Graham, Indeed, the User Guide pdf is empty. This is a regression bug. I have filed this report, in case you want to monitor it: https://quality.livecode.com/show_bug.cgi?id=23261 Thanks for spotting this. Kind regards, Panos -- On Tue, 13 Jul 2021 at 13:01, Graham Samuel via

Re: Groups appear as buttons in Project Browser

2021-07-07 Thread panagiotis m via use-livecode
Hello Andrew, Could it be the case you have chosen to order controls by name, instead of layer? (Click on the cog icon at the top right of the Project Browser, then choose "Order Controls By" -> ... ) Kind regards, Panos -- On Wed, 7 Jul 2021 at 15:53, Andrew at MidWest Coast Media via

<    1   2