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

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: 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: 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
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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: [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: 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: 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: 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: 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: [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: [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: 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: 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: 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: 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
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: 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: 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: [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: [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: [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: 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: 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: 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
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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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: Can't get jsonToArray in standalones ?

2022-04-04 Thread panagiotis m via use-livecode
I mean mergJSON, not megJSON :) Cheers, Panos On Mon, 4 Apr 2022, 17:08 panagiotis m, wrote: > 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,

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: Can't get jsonToArray in standalones ?

2022-04-04 Thread panagiotis m via use-livecode
the dictionary anymore in > LC 9.6.6,9.6.7, 10DDP2, 10DP3? > > Matthias > > > Am 04.04.2022 um 16:08 schrieb panagiotis m via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello Ben, > > > > You need to check megJSON. > > > > The JS

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: Quick Windows 11 test...

2022-04-13 Thread panagiotis m via use-livecode
Hello all, The function systemversion() returns 10.16.0 on MacOS Big Sur and above. This is something we should fix. As a workaround, until this is fixed, you can use this to get the system version on MacOS: function mySystemVersion get shell("sw_vers -productVersion") return it end

Re: Sorting by item ... of each and item ... of each

2023-09-03 Thread panagiotis m via use-livecode
Hello Matthias, I do not think that the syntax "sort by sortKey1 and sortKey2" is supported If you have multiple sortKeys, you have to do multiple sorts, for example, in your use case, this should work: set the itemdel to ";" sort lines of tList numeric by item 3 of each sort lines of tList

Re: [[ ANN ]] Release 9.6.10

2023-08-29 Thread panagiotis m via use-livecode
Hello Matthias, I am afraid I cannot give an ETA on this. All I know is it was not planned for 9.6.10 (neither for 10 DP-6). Kind regards, Panos -- On Tue, 29 Aug 2023 at 20:17, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I think he said in that email that v10 is

Re: [[ ANN ]] Release 9.6.10

2023-08-29 Thread panagiotis m via use-livecode
Hello all, @matthias I am sorry for the frustration - I know you are very eager to get this fixed. But this was not planned for LC 9.6.10 anyway. @Dan The release of LC 10 DP-6 is in the final stages of testing and it is expected to appear this week. Kind regards, Panos -- On Tue, 29 Aug 2023

Re: [[ ANN ]] Release 9.6.10

2023-08-29 Thread panagiotis m via use-livecode
Hello Mike, I guess we will update the supported xcode version once macOS Sonoma and/or Xcode 15 - iOS 17 SDK are publicly available, so probably in LC 9.6.11 rc-1 I think you can update your CLT to 14.3, but make sure you still keep the current supported xcode version Kind regards, Panos On

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread panagiotis m via use-livecode
Hello Mark, As Matthias noted, you can find this release in your account area. You have to scroll down a bit because the stable releases are listed at the top. In the downloads page you can only find the last stable release - currently 9.6.9. Kind regards, Panos -- On Thu, 17 Aug 2023 at

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread panagiotis m via use-livecode
ecode < > use-livecode@lists.runrev.com> wrote: > >> I see only a link to the release notes. >> >> Henry >> >> > On Aug 17, 2023, at 5:05 PM, panagiotis m via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> > >> > Hello Mar

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread panagiotis m via use-livecode
he issue asap. Thanks for spotting it! Cheers, Panos On Thu, 17 Aug 2023 at 19:13, HENRY LOWE via use-livecode < use-livecode@lists.runrev.com> wrote: > I see only a link to the release notes. > > Henry > > > On Aug 17, 2023, at 5:05 PM, panagiotis m via use-livecode <

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-18 Thread panagiotis m via use-livecode
Hello all, Yes, the plan is to release LC 10 dp-6 before the end of the month, which will include support for API 33 as well as all the other fixes/enhancements of LC 9.6.10 rc1. Cheers, Panos On Fri, 18 Aug 2023, 23:50 matthias rebbe via use-livecode, < use-livecode@lists.runrev.com> wrote: >

Re: Merging PDF pages

2023-08-25 Thread panagiotis m via use-livecode
Hello all, There is a built-in utility on MacOS for merging PDFs. You can call it from "shell", as Paul suggested. This seems to work - tested on MacOS Mojave. It merges "test1.pdf" and "test2.pdf" into "merged.pdf" on Desktop. Just check that the path of tApp actually exists in modern MacOS as

Re: Oddities with iOS IAP

2023-08-15 Thread panagiotis m via use-livecode
obileStoreDisablePurchaseUpdates > break > case "restored" > answer "restored" > offerPurchasedProduct pProductID > mobileStoreConfirmPurchase pProductID > mobileStoreDisablePurchaseUpdates > loadMeUp > break >

Re: Oddities with iOS IAP

2023-08-15 Thread panagiotis m via use-livecode
Hello Dan, Could you share the code that makes the purchase, as well as the purchaseStateUpdate message? Although, my guess is that this is rather a TestFlight issue, since if it was an issue in LC's API for in-app purchase on iOS, it would have been reported ready. Kind regards, Panos --

Re: Polygrid sorting

2023-08-25 Thread panagiotis m via use-livecode
Hello Paul, See the example in the dictionary for the "headerClick" message: local sDirection on headerClick pColumnNumber local tText put the text of me into tText put not sDirection[pColumnNumber] into sDirection[pColumnNumber] set the itemDel to tab # Sort data by this

Re: Where is the pdf external in LC 9.6 and 10?

2022-05-19 Thread panagiotis m via use-livecode
Hello all, We will bring back XPDF, since it has some functionality that the PDF widget does not have, at least as of now :) https://quality.livecode.com/show_bug.cgi?id=23578 Kind regards, Panos -- On Thu, 19 May 2022 at 10:56, Klaus major-k via use-livecode < use-livecode@lists.runrev.com>

Re: LC subscription and special characters

2022-05-12 Thread panagiotis m via use-livecode
Hello Paul, Does Alt+A9 work for you? Cheers, Panos -- On Thu, 12 May 2022 at 10:04, jbv via use-livecode < use-livecode@lists.runrev.com> wrote: > Thank you all for your answers. > I am going to contact tech support to see if there is any solution to be > expected in the near future. > > FYI,

Re: Xcode

2022-05-24 Thread panagiotis m via use-livecode
Hello Klaus, You do not have to use the latest version of Xcode if your goal is to be able to deploy to the latest version of iOS. This is the reason we have not moved (yet) to a newer Xcode version - you can still use Xcode 13.2 to build apps that will run not only on devices running the

Re: {OT} Are there any ffmpeg "experts" on this list?

2022-06-24 Thread panagiotis m via use-livecode
Hello Paul Not a ffmpeg expert, but have you seen the mediaFoundation library? See the dictionary entry for "mediaFoundationTranscode" - it has a detailed example for concatenating 2 media files. Hope this helps Kind regards, Panos -- On Fri, 24 Jun 2022 at 18:08, Paul Dupuis via use-livecode

Re: Audio in Background

2022-06-27 Thread panagiotis m via use-livecode
Hello Dan, And probably you need to check "Background Audio" in the iOS standalone settings (in Requirements tab) Cheers, Panos -- On Mon, 27 Jun 2022 at 18:47, panagiotis m wrote: > Hello Dan, > > On iOS, I think you have to add this line in your openStack handler (or > elsewhere): > >

Re: Audio in Background

2022-06-27 Thread panagiotis m via use-livecode
Hello Dan, On iOS, I think you have to add this line in your openStack handler (or elsewhere): iphoneSetAudioCategory "playback" Kind regards, Panos -- On Mon, 27 Jun 2022 at 18:29, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Happy Monday! I am using the native

Re: Audio in Background

2022-06-27 Thread panagiotis m via use-livecode
lic/field/image/2017/10/ios-11-control-center-view-now-playing-screens-01.jpeg > > Is this possible? > > > -Dan > > > On 6/27/22, 8:49 AM, "use-livecode on behalf of panagiotis m via > use-livecode" use-livecode@lists.runrev.com> wrote: > > Hello

Re: LC 9.6.7 and Applescript

2022-06-09 Thread panagiotis m via use-livecode
Hello jbv, This sounds like bug https://quality.livecode.com/show_bug.cgi?id=23576, which is fixed in LiveCode 9.6.8 rc1. Cheers, Panos -- On Thu, 9 Jun 2022 at 10:38, jbv via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi list, > > I am trying to use an old stack made with LC 8.1

Re: remoteDebugger error

2022-07-13 Thread panagiotis m via use-livecode
Hello all, @Bob Sneidar Are there any modal windows involved in the recipe? I think it is this bug: https://quality.livecode.com/show_bug.cgi?id=23758 Cheers, Panos -- On Thu, 14 Jul 2022 at 03:15, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Monte, I'll do that in

Re: Error: Unable to install app - Mac OS 11.5.2 , Xcode 13.2 (13C90), LC 9.6.7 en iOS 15.2

2022-05-08 Thread panagiotis m via use-livecode
Hello William, Could it be the case you have checked the "beta version" checkbox in the iOS standalone settings? Cheers, Panos On Sun, 8 May 2022, 17:12 Mark Smith via use-livecode, < use-livecode@lists.runrev.com> wrote: > Hi William, > > In the Standalone Application setting for iOS there

Re: Zip file problem on Mac

2022-05-05 Thread panagiotis m via use-livecode
Hello all, This sounds like this enhancement request https://quality.livecode.com/show_bug.cgi?id=9642 Kind regards, Panos -- On Thu, 5 May 2022 at 18:08, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Open a bug report and I will +1 it. > > Bob S > > > > On May 4,

Re: A few issues with web apps

2022-08-19 Thread panagiotis m via use-livecode
Hello all, BTW, I just wrote a lesson on how to scroll a LC text field on Web using : https://lessons.livecode.com/m/2592/l/1595736-scrolling-a-livecode-text-field-on-web-using-javascript Cheers, Panos -- On Fri, 19 Aug 2022 at 16:22, Andreas Bergendal via use-livecode <

Re: polylist toys

2022-08-19 Thread panagiotis m via use-livecode
Hello, Thank you all for the useful comments. I *think* the LCB feature in LC 10 Steven mentioned is the "is valid" operator, that returns a boolean value indicating whether or not the image data is valid. Also, note that in the upcoming releases of LC 10 we will add syntax for checking if a

Re: A few issues with web apps

2022-08-19 Thread panagiotis m via use-livecode
Hello Andreas, To use Kangaroo's sample stack as is ( https://forums.livecode.com/viewtopic.php?f=120=36957) you have to tweak the custom standalone.html that is included in the Copy Files section and replace "" at line 213 with the correct version of LC 10 you're using, I guess in this case ""

Re: Text to speech

2022-09-02 Thread panagiotis m via use-livecode
Hello all, Yes, we discussed this topic in August's Problem Solving session. The stack presented supports text-to-speech in all platforms (including Linux and Web). Kind regards, Panos -- On Fri, 2 Sept 2022 at 00:36, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I

Re: Images in Push Messages

2022-09-27 Thread panagiotis m via use-livecode
Hello Dan, Have you provided a "Status Bar Icon" in the Android standalone settings? If yes, what icons have you tried? I think colored icons are no longer allowed, in recent Android versions. The icons have to be png images, and they need to be white on black or transparent only, otherwise they

Re: Images in Push Messages

2022-09-27 Thread panagiotis m via use-livecode
use the " NotificationCompat" when building packages? > > > Thank you! > > Dan Friedman > CEO, ClearVision Technologies, LLC > Voice: 909/484-2052 > http://www.clearvisiontech.com > > > On 9/27/22, 4:46 AM, "use-livecode on behalf of panagiotis m vi

Re: lc 9.8 with xc 13.2.1

2022-09-21 Thread panagiotis m via use-livecode
Also, what does this return (in the Terminal): xcode-select -p Cheers, Panos On Wed, 21 Sept 2022 at 10:24, panagiotis m wrote: > Hello Mike, > > Yes, 13.2.1 should work too. > > Where have you stored Xcode? Did you by any chance rename the Xcode.app > bundle? > > Kind regards, > Panos > -- >

Re: lc 9.8 with xc 13.2.1

2022-09-21 Thread panagiotis m via use-livecode
Hello Mike, Yes, 13.2.1 should work too. Where have you stored Xcode? Did you by any chance rename the Xcode.app bundle? Kind regards, Panos -- On Wed, 21 Sept 2022 at 00:04, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > The notes for 9.8 says it supports xc 13.2, and

Re: LC converts phone number to scientific notation

2022-09-09 Thread panagiotis m via use-livecode
Hello Klaus, I guess what happens here is that if you fetch item X of line Y and use it directly, LC treats it as a number and displays it in scientific notation. On the contrary, if you first put item X of line Y into a variable, then the variable is treated as text, so it is not converted.

Re: "normal" Android app icon looks strange in LC 9.6.9 rc1

2022-10-12 Thread panagiotis m via use-livecode
Hello Klaus, What you see is the expected result. In fact, this is the reason one has to use adaptive icons. You can use adaptive icons for non Google Play Store apps as well. So, when you use a legacy icon, which is a square png, this does not guarantee that the app icon in the Home screen will

Re: "normal" Android app icon looks strange in LC 9.6.9 rc1

2022-10-12 Thread panagiotis m via use-livecode
2 um 15:08 schrieb panagiotis m via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hello Klaus, > > > > What you see is the expected result. In fact, this is the reason one has > to > > use adaptive icons. You can use adaptive icons for non Google Pl

Re: Printing Woes

2022-10-13 Thread panagiotis m via use-livecode
Hello Dan, What is the MacOS version of the computers where "answer page setup" fails? Do they have anything else in common? Does the Console app show anything suspicious? Kind regards, Panos On Thu, 13 Oct 2022 at 01:41, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: Printing Woes

2022-10-13 Thread panagiotis m via use-livecode
rint. They can run RCM on their MacBook Air but they cannot print. Their > macOS is 10.14.6." > > Another was on a MacBook Air (2017), macOS 12.6. > > What do you mean by "Does the Console app show anything suspicious?" > > > -Dan > > > > On

Re: Adaptive Icon for Android

2022-10-13 Thread panagiotis m via use-livecode
Hello Klaus, What have you chosen as a Foreground layer (image, clip art or text) and what as a Background layer (color or image)? In fact, I suggest you file a report in quality.livecode.com and attach the sample stack and the icons so that we can investigate further. If the stack/icons are

Re: Printing Woes

2022-10-13 Thread panagiotis m via use-livecode
ot;I am getting more inquiries about teachers not being able to >> print. They can run RCM on their MacBook Air but they cannot print. Their >> macOS is 10.14.6." >> >> Another was on a MacBook Air (2017), macOS 12.6. >> >> What do you mean by "D

Re: TSNet cache error

2022-10-11 Thread panagiotis m via use-livecode
Hello Jacque, Have you tried doing: do "location.reload()" in widget "myBrowser" just after setting the browser widget url property. Kind regards, Panos -- On Tue, 11 Oct 2022 at 02:30, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a browser widget in an

Re: iPhone simulators

2022-08-10 Thread panagiotis m via use-livecode
Hello Klaus, The suggested approach is to make sure the desired simulator device is already up and running. And then, in the Test Target menu, choose "iPhone Simulator 15.2" or ""iPad Simulator 15.2", and click Test. PS: To change a device, click on the Simulator app menu Hardware -> Device ->

Re: Separate app for iPad and iPhone?

2022-08-16 Thread panagiotis m via use-livecode
Hello Klaus, There is also an option for both ("iPod, iPhone and iPad") Cheers, Panos -- On Tue, 16 Aug 2022 at 14:34, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > after wondering why on earth my former Android stack did not scale > to fit an iPad

Re: Android API Level 31

2022-08-09 Thread panagiotis m via use-livecode
Hello Dan, This is a new requirement of the Google Play Store, i.e. new apps should target Android API 31. We are preparing a build of LC 9.6.9 RC-1 that among other bugfixes includes support for API31 too, it is currently in testing and should be good for release very soon. If you are urgently

Re: Build in Answer Dialog

2022-12-06 Thread panagiotis m via use-livecode
Hello Paul, You can tweak this file with a text editor: /Applications/LiveCode 9.6.9 (rc 2).app/Contents/Tools/Toolset/palettes/answer-dialog/revanswerdialog.livecodescript: /* Creates the prompt field if there is not one already created */ if the number of fields of me is 0 then create

  1   2   >