Re: Supress Standalone Builder Warnings

2024-05-03 Thread J. Landman Gay via use-livecode
I get it now. The way I work around this is to close all stacks and remove from memory (or just relaunch LC,) turn off messages in the toolbar, and open the splash stack. That prevents the other stacks from opening. Build the standalone and you shouldn't have any trouble, except for remembering

Re: Supress Standalone Builder Warnings

2024-05-03 Thread J. Landman Gay via use-livecode
In that case, I'll have to try it next time. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 3, 2024 1:13:03 PM Curry Kenworthy via use-livecode wrote: Code in use 4 years, no issues; restores LC's own original SB technique!

Re: Supress Standalone Builder Warnings

2024-05-03 Thread J. Landman Gay via use-livecode
I think the problem is in the splash stack, which is where the blocking handlers should go. When LC builds a standalone, it clones the one in the IDE and creates the standalone from that. Then it reopens the original which now triggers all the handlers in the original. You don't really need to

Re: Supress Standalone Builder Warnings

2024-05-03 Thread J. Landman Gay via use-livecode
. Bob S On May 2, 2024, at 5:40 PM, J. Landman Gay via use-livecode wrote: It's this: <https://forums.livecode.com/viewtopic.php?f=8=34933=3c32a0e28cf01b21391bbfae080efcd8=15#p198477> The engine used to lock messages when building a standalone but that was changed 4 years ago. Person

Re: Supress Standalone Builder Warnings

2024-05-02 Thread J. Landman Gay via use-livecode
It's this: The engine used to lock messages when building a standalone but that was changed 4 years ago. Personally I think it causes more problems than it solves, but the solution is to add

Re: Android 13 and higher and share files problems

2024-04-18 Thread J. Landman Gay via use-livecode
There is a similar bug report in the QCC, you could add your comments to it. https://quality.livecode.com/show_bug.cgi?id=23526 -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 18, 2024 10:29:26 AM Ludovic THEBAULT via

Re: sideloading updates to mobile

2024-03-02 Thread J. Landman Gay via use-livecode
wrote: looks like specialfolderpath("documents") is sandboxed, after all. apparently there is another Documents folder, that lc isn't accessing, that is not. On Fri, Mar 1, 2024 at 6:39 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: Let me know if y

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
. On Fri, Mar 1, 2024 at 1:10 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: A quick test would be to see if Files can access the private documents of any installed app. I could try it if I didn't have to steal my husband's phone, which is tricky business. -- Jacq

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
andbox then. It’s the entire beach! LOL! Bob S On Mar 1, 2024, at 8:45 AM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: Right. In spite of Android's "external documents" option, which I needed, it's still in the sandbox. -- Jacqueline Landman Gay | ja

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
the entire beach! LOL! Bob S On Mar 1, 2024, at 8:45 AM, J. Landman Gay via use-livecode wrote: Right. In spite of Android's "external documents" option, which I needed, it's still in the sandbox. -- Jacqueline Landman Gay | jac...@hyperactivesw.com<mailto:jac...@hyperactivesw.com

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
that means EVERYTHING is sandboxed! I need to go buy a pail and shovel! Bob S On Mar 1, 2024, at 8:31 AM, J. Landman Gay via use-livecode wrote: Both library and documents are sandboxed, I think all the listed folders are. I mostly use documents so that I have the same file paths on both iOS a

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
stack, but if i keep the source stacks, there, it will work better. On Thu, Feb 29, 2024 at 3:10 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: You can't add or change anything inside the app bundle so downloaded files have to go in specialFolderPath("

Re: sideloading updates to mobile

2024-02-29 Thread J. Landman Gay via use-livecode
Mike Kerner > wrote: > >> thanks, jlg. that's kind-of what i was thinking. >> >> >> On Wed, Feb 21, 2024 at 4:58 PM J. Landman Gay via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >>> I've done this for several mobile apps.

Re: sideloading updates to mobile

2024-02-28 Thread J. Landman Gay via use-livecode
1, 2024 at 4:58 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: I've done this for several mobile apps. As long as the updates only reside in the app's sandboxed container, even the App Store doesn't care. Basically, I put a short text file on the server li

Re: disabled buttons still receive events, they just process them, later?

2024-02-21 Thread J. Landman Gay via use-livecode
Exactly 37 years. I remember because I started learning HC when my son was born in order to take my mind off diapers. If I remember, we can commiserate . -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 21, 2024 8:14:19 PM Mike

Re: disabled buttons still receive events, they just process them, later?

2024-02-21 Thread J. Landman Gay via use-livecode
That seems a little odd, I haven't noticed that. But one way to block the messages is to use flushEvents() in the button script: flushEvents("mouseDown") flushEvents("mouseUp") -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February

Re: sideloading updates to mobile

2024-02-21 Thread J. Landman Gay via use-livecode
I've done this for several mobile apps. As long as the updates only reside in the app's sandboxed container, even the App Store doesn't care. Basically, I put a short text file on the server listing the update version(s) of the file(s), one per line if they are all different. Every stack in

Re: LockLoc and grab

2024-01-23 Thread J. Landman Gay via use-livecode
I can reproduce this in both LC 10 and 9.6.9 but I can't explain it. It's unclear if this is a feature or a bug. On 1/23/24 11:32 AM, David Epstein via use-livecode wrote: Let me try to clarify the problem I stated. I am not trying to remove the button, I am trying to use the “grab” command

Re: We lost an Angle

2024-01-11 Thread J. Landman Gay via use-livecode
I'm so very sorry to hear that, Ralph. It's such a hard thing. My thoughts are with you, always. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 10, 2024 7:53:52 PM Ralph DiMola via use-livecode wrote: Many of you knew

Re: Application disappears unexpectedly (goes into background)

2024-01-02 Thread J. Landman Gay via use-livecode
Nothing else comes to mind, except maybe a bug that was around a couple of years ago. I can't remember exactly which app was involved, but if you had a certain one installed there was a similar issue. I guess if you boot into safe mode and see if the problem goes away, you may have the culprit

Re: Application disappears unexpectedly (goes into background)

2023-12-21 Thread J. Landman Gay via use-livecode
Have you done a global search for the word "hide" in the scripts? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 21, 2023 7:55:47 PM Alan Stenhouse via use-livecode wrote: I've got a MacOS LC standalone that opens a

Re: Which is faster...

2023-12-15 Thread J. Landman Gay via use-livecode
I asked this back in the early MetaCard days and received a one word answer: "variables". It's nice to know the reason behind it, and that it hasn't changed. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 15, 2023 9:01:34 AM

Re: Get rid of the remote debugger

2023-12-11 Thread J. Landman Gay via use-livecode
If you have a reproducible script it would be something LC probably should know about in a bug report. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 11, 2023 10:43:27 AM Bob Sneidar via use-livecode wrote: Ahah! I

Re: Get rid of the remote debugger

2023-12-10 Thread J. Landman Gay via use-livecode
Oh! Sorry, I thought you were testing on mobile. I don't think you should be getting errors from the remote debugger when you're in the IDE...very strange. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 10, 2023 6:27:33 PM

Re: Get rid of the remote debugger

2023-12-10 Thread J. Landman Gay via use-livecode
ime to pin it down. (To busy filing PDF Widget bugs and enhancements to get it to parity with the XPDF external). Paul Dupuis Researchware On 12/8/2023 10:01 PM, J. Landman Gay via use-livecode wrote: Piggy backing... Did you try turning off script debugging from the development menu? --

Re: Get rid of the remote debugger

2023-12-08 Thread J. Landman Gay via use-livecode
Piggy backing... Did you try turning off script debugging from the development menu? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 8, 2023 6:16:57 PM matthias rebbe via use-livecode wrote: Hm, did you already try to

Re: [[ ANN ]] New Enhancements Bundle v1.0.33 available

2023-11-15 Thread J. Landman Gay via use-livecode
I got the "duplicate stack" error twice too, and hit the Purge button for those. It was after that I got the repeated error about the utilities library. I'll try installation again making sure I relaunch LC in between. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: [[ ANN ]] New Enhancements Bundle v1.0.33 available

2023-11-15 Thread J. Landman Gay via use-livecode
On 11/15/23 8:34 AM, panagiotis merakos via use-livecode wrote: Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.33: 15 November 2023 Most of it won't install, I keep getting a message to install the

Re: Possible enhancement request

2023-11-02 Thread J. Landman Gay via use-livecode
+... I can never keep all those variations straight. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 2, 2023 10:21:29 AM Klaus major-k via use-livecode wrote: Hi friends, before I post an enhancment request to the

Re: Oddity in 'currentCard' function?

2023-10-26 Thread J. Landman Gay via use-livecode
On 10/26/23 2:26 PM, J. Landman Gay via use-livecode wrote: It can be read if you supply syntax that requests a legal value; i.e.:   the name of the currentCard of stack X   the loc of the currentCard of stack X   the backColor of the currentCard of stack X Oops. That's wrong. It errors

Re: Oddity in 'currentCard' function?

2023-10-26 Thread J. Landman Gay via use-livecode
On 10/26/23 11:17 AM, Mark Wieder via use-livecode wrote: So basically to stay out of trouble "currentcard" should be thought of as a write-only property? It can be read if you supply syntax that requests a legal value; i.e.: the name of the currentCard of stack X the loc of the

Re: some mobilecontrolprops do not work on Android?

2023-10-26 Thread J. Landman Gay via use-livecode
The backgroundColor and alpha settings might be a dictionary error. The opaque setting says it is available only for iOS. I think the appearance of mobile players is set directly by the OS now, so the color and transparency may not be available on Android. On 10/26/23 9:56 AM, Klaus major-k

Re: Oddity in 'currentCard' function?

2023-10-24 Thread J. Landman Gay via use-livecode
The behavior is consistent with all cards or controls that don't have a name. The "name" is the ID in that case. The best way around it is to: put the long id of into tID That way you can refer to tID without worrying whether there's a literal name or not. So: put the long ID of the

Re: ANDROID player won't play MP3 from server but locally?

2023-10-23 Thread J. Landman Gay via use-livecode
On 10/22/23 7:34 AM, Klaus major-k via use-livecode wrote: I'm having problems to play a MP3 (5 MB) from my server. And yes, I waited up to a minute before I closed the app. Works fine when I play it locally. Below is the script I use for mobile players. It's old so things may be different

Re: Media Keys - volume / play/pause/next...

2023-10-20 Thread J. Landman Gay via use-livecode
If rawKeyDown/Up doesn't catch them then I assume the OS isn't sending the keycodes to apps. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 20, 2023 5:42:05 PM David Bovill via use-livecode wrote: Surprisingly difficult.

Re: OS X document icon missing

2023-10-19 Thread J. Landman Gay via use-livecode
On 10/19/23 3:29 AM, Mark Waddingham via use-livecode wrote: The extension shouldn't have an initial `.` - I suspect that is the problem :) That was it. I had to "Get Info" on the file before Finder noticed, but then the icon showed up. I didn't even know the dot was there; I knew it

Re: OS X document icon missing

2023-10-19 Thread J. Landman Gay via use-livecode
Mark Waddingham via use-livecode wrote: On 2023-10-18 20:54, J. Landman Gay via use-livecode wrote: On 10/18/23 10:35 AM, Paul Dupuis via use-livecode wrote: If you have identified the document extension in the Standalone setting for macOS and set an ics file of icons (or the appropriate sizes

Re: OS X document icon missing

2023-10-18 Thread J. Landman Gay via use-livecode
associate viewing .rbox files with your App, since it does not actually create .rbox files? On 10/18/2023 3:54 PM, J. Landman Gay via use-livecode wrote: On 10/18/23 10:35 AM, Paul Dupuis via use-livecode wrote: If you have identified the document extension in the Standalone setting for macOS and

Re: OS X document icon missing

2023-10-18 Thread J. Landman Gay via use-livecode
On 10/18/23 10:35 AM, Paul Dupuis via use-livecode wrote: If you have identified the document extension in the Standalone setting for macOS and set an ics file of icons (or the appropriate sizes required by Apple) than documents created by that app should display the icon. No go. Here is the

Re: OS X document icon missing

2023-10-18 Thread J. Landman Gay via use-livecode
You may have identified the problem. The original HC stack was ported to LC and the client used the free OSS version of LC to access it. Sonoma, of course, broke that. This is the recipe stack that I posted here, with permission, 2 years ago. He's not a developer and didn't want to pay a

OS X document icon missing

2023-10-17 Thread J. Landman Gay via use-livecode
How do I force Finder to show a custom document icon? I've created .icns files for both the app and its documents. I entered a custom extension in standalone settings. In a built standalone the app icon appears normally but an associated stack document has only a generic blank icon. I used Get

Re: Another macOS Codesigning/Notarization issue

2023-10-16 Thread J. Landman Gay via use-livecode
The uninformative error dialog is what I got when the app was corrupted but I doubt that's the problem for yours. But if code signing is the issue you usually get a different dialog with a reason. Have you tried Matthias' helper tool? Once I fixed my app it worked perfectly. You can download

Re: Deployment: a plea/opportunity

2023-10-14 Thread J. Landman Gay via use-livecode
The certificate is locked to a particular machine. You can either export it from Keychain or create a new one. To create the certificate, the Mac must submit a signing request, which I assume identifies the machine. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Deployment: a plea/opportunity

2023-10-13 Thread J. Landman Gay via use-livecode
On 10/13/23 12:46 PM, Richard Gaskin via use-livecode wrote: If pro devs with decades of experience struggle with this, newcomers will run screaming. I agree. But as a "pro" dev I'm embarrassed to admit that the problem I was having was of my own doing. Matthias' Helper tool is invaluable

Re: Android: Myapp stopped

2023-10-13 Thread J. Landman Gay via use-livecode
Klaus major-k via use-livecode wrote: Hi Jacque, Am 13.10.2023 um 17:41 schrieb J. Landman Gay via use-livecode : I looked it up. It's a Samsung bug: <https://stackoverflow.com/questions/37413667/run-as-could-not-set-capabilities-operation-not-permitted/47004505#47004505> If you Google

Re: Android: Myapp stopped

2023-10-13 Thread J. Landman Gay via use-livecode
andman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 13, 2023 3:49:32 AM Klaus major-k via use-livecode wrote: Hi Jacque, Am 12.10.2023 um 22:37 schrieb J. Landman Gay via use-livecode : What minimum Android version is set in Standalone Settings?

Re: Android: Myapp stopped

2023-10-12 Thread J. Landman Gay via use-livecode
What minimum Android version is set in Standalone Settings? Does it include Android 6? On 10/12/23 8:35 AM, Klaus major-k via use-livecode wrote: Hi friends, I am trying to install my app on the tablets of my bandmembers and succeeded on all but one!? Info: Samsung Galaxy Tab S Android

Re: No progress updates on LC 10. Am i the only one who is concerned?

2023-10-11 Thread J. Landman Gay via use-livecode
On 10/11/23 10:28 AM, William Prothero via use-livecode wrote: However, the development process would need an interface that works in a well documented, straightforward way Right. I tried LC Create for a few days but without documentation I didn't get very far. I couldn't figure out what

Re: AW: Another (macOS) Code signing guidance question...

2023-10-11 Thread J. Landman Gay via use-livecode
On 10/10/23 7:23 PM, panagiotis merakos via use-livecode wrote: Just downloading the certificate from your account in the apple dev website, and using it in a different machine from the one it was created will not work (you get identity not found), I wish the error message would be more

Re: AW: Another (macOS) Code signing guidance question...

2023-10-10 Thread J. Landman Gay via use-livecode
On 10/10/23 4:16 PM, Paul Dupuis via use-livecode wrote: The hardest part was getting the correct Certificates into the Keychain on the macBook Air. When code signing I kept getting an "identity not found" (or something like that) that meant I didn't have the "right" certificate or the

Re: Can't codesign Mac app

2023-10-10 Thread J. Landman Gay via use-livecode
On 10/10/23 2:19 AM, matthias rebbe via use-livecode wrote: Hello Jacque, didn't you get the reason back why the app is rejected when you run 'spctl --assess --raw --verbose ' ? No, all I got was what I posted. It was very short. I am not sure why your app i rejected. If you want to, i

Re: Can't codesign Mac app

2023-10-10 Thread J. Landman Gay via use-livecode
On 10/10/23 1:07 AM, panagiotis merakos via use-livecode wrote: Have you included any entitlements when codesigning the app? I suggest including all of these: https://lessons.livecode.com/m/4071/l/1293515-entitlements-for-signed-and-notarized-apps There is an option to do that in the settings

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread J. Landman Gay via use-livecode
I got that far at least. I couldn't notarize on Monterey but my client on Sonoma had no problem using mrSignNotarizeHelper on Sonoma with Xcode 15. My issues happened after that. So I think you're safe using the tool on Sonoma. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
Thank you, I'll try that. Meanwhile, I ran this on a supposedly notarized/signed app: spctl --assess --raw --verbose which was rejected. Does his mean anything to anyone: "http://www.apple.com/DTDs/PropertyList-1.0.dtd;> assessment:authority

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
On 10/9/23 7:33 PM, Mark Clark wrote: Is Gatekeeper an issue? Using dynamic libs? If your end user/tester could open console and send you the errors it might help point you in the right direction. Successfully notarized app rejecte… | Apple Developer Forums

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
On 10/9/23 5:13 PM, J. Landman Gay via use-livecode wrote: On 10/9/23 4:46 PM, J. Landman Gay via use-livecode wrote: I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
On 10/9/23 4:46 PM, J. Landman Gay via use-livecode wrote: I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So then I tried notarizationHelper V4 but keep getting

Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So then I tried notarizationHelper V4 but keep getting "no identity found" errors. I've tried all the suggestions in the

Re: Forum Software LC?

2023-09-26 Thread J. Landman Gay via use-livecode
tivesw.com On September 25, 2023 10:15:50 AM Bob Sneidar via use-livecode wrote: Hah hah. Yes, but with Capitalism, we get to vote for our exploiters. :-) Bob S On Sep 24, 2023, at 4:03 PM, J. Landman Gay via use-livecode wrote: The Russians also have another: Q: What is the differen

Re: Forum Software LC?

2023-09-24 Thread J. Landman Gay via use-livecode
The Russians also have another: Q: What is the difference between capitalism and communism? A: Capitalism is one man exploiting another. Communism is exactly the opposite. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September

Re: Your scripts as a flowchart

2023-09-16 Thread J. Landman Gay via use-livecode
That happened to me too with a very long script. To keep everything in view there's a lot of white space. Keep scrolling. This happens only if you have set it to use unlimited sizing. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On

Re: Clipboard Copy Troubles?

2023-09-15 Thread J. Landman Gay via use-livecode
Yes, often. LC loses most of the editing shortcuts. It got fixed some versions ago and then lost them again. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 15, 2023 2:04:44 PM Tom Glod via use-livecode wrote: Heyall,

RE: Android ANR (App not responding | Jacque was right :-)

2023-09-14 Thread J. Landman Gay via use-livecode
He's not crashing, it's a hang. I can't remember if logcat shows those. My guess is that it's a memory problem since he's running a very old version of Android with not much RAM, and restarting the app may force retained apps to release RAM. But a log can't hurt at any rate. Klaus, remove

Re: Shutdown on Android

2023-09-02 Thread J. Landman Gay via use-livecode
In my experience the app remains running when the recent apps are displayed, but if you continue by choosing another app then I think you should get either the shutdowns message or the suspend one. It's worth a try. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Shutdown on Android

2023-09-01 Thread J. Landman Gay via use-livecode
On 8/31/23 5:36 PM, Dan Friedman via use-livecode wrote: Does the shutdown message (or shutdownRequest message) work on Android? I am playing a song using androidStartAudioPlayingInBackground. However, if the app is closed (swiping up to exit it), then the audio continues to play. So, I

Re: Pasting text and images together?

2023-09-01 Thread J. Landman Gay via use-livecode
On 9/1/23 5:02 PM, Paul Dupuis via use-livecode wrote: If the App copying the mixed content places it on the clipboard as text and an image vs some mixed type, you may be able to do this Your have the on pasteKey message to trap CONTROL/COMMAND-V and if you have a "Paste" menu item, you

Re: Sort bug

2023-08-31 Thread J. Landman Gay via use-livecode
Actually, the syntax is correct. It uses a custom sort function. The function call includes the "each" which means it passes the correct parameter to the custom function, which then acts on it and sends the result back to the calling handler for sorting. It's a nice way to customize the

Microsoft app store

2023-08-25 Thread J. Landman Gay via use-livecode
Has anyone submitted a Windows app to the Microsoft store? I have a lead and if it pans out I'd like to know if there's a resource available here. Nothing is set yet but I'm thinking ahead. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Group corners

2023-08-22 Thread J. Landman Gay via use-livecode
, 2023, at 7:44 PM, J. Landman Gay via use-livecode wrote: Right, but the weird thing is that with a 4-pixel border and 3d, it isn't 3d. It's a plain gray border with the label appropriately placed. Three pixels works about the same. -- Jacqueline Landman Gay | jac...@hyperactivesw.com Hyper

Re: Group corners

2023-08-21 Thread J. Landman Gay via use-livecode
, 2023 5:38:26 PM Bob Sneidar via use-livecode wrote: Oh right! You can’t have 3D with a 1 pixel border, can you?? I missed that. Bob S On Aug 21, 2023, at 3:07 PM, J. Landman Gay via use-livecode wrote: On 8/21/23 11:50 AM, Dar Scott via use-livecode wrote: For now, I’m using a temporary

Re: Group corners

2023-08-21 Thread J. Landman Gay via use-livecode
On 8/21/23 11:50 AM, Dar Scott via use-livecode wrote: For now, I’m using a temporary solution: I am setting the border width to 1. That might become a long-term workaround. I can reproduce your results. Weird thing: if I leave showName and showBorder on, and set the borderWidth to 4, and

Re: How to search this list

2023-08-19 Thread J. Landman Gay via use-livecode
I'm not sure why the Google search doesn't work, but I generally use this: -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 19, 2023 1:34:16 PM FRED MOYER via

Re: Regex negative lookahead not working in LC?

2023-08-19 Thread J. Landman Gay via use-livecode
Nope. https://quality.livecode.com/show_bug.cgi?id=21534 -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 19, 2023 10:39:52 AM Andreas Bergendal via use-livecode wrote: Why? Doesn't negative lookahead work in LC? (v9.6.9

Re: Group corners

2023-08-19 Thread J. Landman Gay via use-livecode
Weird how? The corners should be right angles. Do you see something different? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 18, 2023 3:47:34 PM Dar Scott via use-livecode wrote: If I turn off 3D for a group, the corners of

Re: Sorting Arrays

2023-08-12 Thread J. Landman Gay via use-livecode
are | http://www.hyperactivesw.com On August 11, 2023 7:09:50 PM Bob Sneidar via use-livecode wrote: Send me what you have. Thanks. Sent from my iPhone On Aug 11, 2023, at 17:02, Alex Tweedly via use-livecode wrote: ? On 11/08/2023 23:00, J. Landman Gay via use-livecode wrote: On 8/10/23 2:29 PM, Al

Re: Sorting Arrays

2023-08-12 Thread J. Landman Gay via use-livecode
Got it, thanks. The array was numbered but I didn't have enough dimensions. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 11, 2023 7:03:33 PM Alex Tweedly via use-livecode wrote: On 11/08/2023 23:00, J. Landman Gay via use

Re: Sorting Arrays

2023-08-11 Thread J. Landman Gay via use-livecode
On 8/10/23 2:29 PM, Alex Tweedly via use-livecode wrote: Combining my "traditional" way as above, and your example, I came up with a  simpler way to do the same thing: on simpleSortNumberedArray @pArrayDataA, pSortKeys    local tKeys, tSeq, tOneSortKey, tSortCommand    put

Re: Android black screen again...

2023-08-11 Thread J. Landman Gay via use-livecode
On 8/11/23 3:12 AM, Klaus major-k via use-livecode wrote: The problem is that this is not reproducable, it happens out of a sudden if it happens. Even the hardware BACKKEY does not work in that situation, only the HOMEKEY so I can at least quit the app. That's called an ANR ("Application Not

Re: Android black screen again...

2023-08-10 Thread J. Landman Gay via use-livecode
I looked up the Samsung Tab A and it says it runs Android 9, upgradable to 11. There are multiple RAM options. Is this the one you have? I'm just guessing, but memory may be too low to allow the browser widget to work, since

Re: Light Windows programs takes 40 s to load

2023-08-08 Thread J. Landman Gay via use-livecode
Removing the print driver or spooler works on the current machine but it will affect any other user who runs the app. We have a steady stream of support tickets from Windows users and a boilerplate response prepared. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Unable to build for Mac: adding ad-hoc signature failed

2023-08-08 Thread J. Landman Gay via use-livecode
9.6.9, but I’m willing to upgrade. I’m on macOS Ventura. Has anyone successfully built a Mac application recently? Dar On Aug 7, 2023, at 3:43 PM, J. Landman Gay via use-livecode wrote: This might help: <https://developer.apple.com/library/archive/qa/qa1940/_index.html> -- Jacq

Re: Unable to build for Mac: adding ad-hoc signature failed

2023-08-08 Thread J. Landman Gay via use-livecode
recently? Dar On Aug 7, 2023, at 3:43 PM, J. Landman Gay via use-livecode wrote: This might help: <https://developer.apple.com/library/archive/qa/qa1940/_index.html> -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 7, 2023 12:49

Re: Unable to build for Mac: adding ad-hoc signature failed

2023-08-07 Thread J. Landman Gay via use-livecode
This might help: -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 7, 2023 12:49:03 PM Dar Scott via use-livecode wrote: I’m having trouble building an

Re: tsNetGet() on android

2023-08-07 Thread J. Landman Gay via use-livecode
Cool. So, someone helped someone who helped me who helped you. Your turn. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 6, 2023 11:37:26 PM scott--- via use-livecode wrote: @Jacque: Nailed it! Works as expected now.

Re: tsNetGet() on android

2023-08-06 Thread J. Landman Gay via use-livecode
It might be due to a insidious trick that caught me out. It also caught the person who helped me, who said he only knew about it because it got him too. I assume you already have the right inclusions, but you may have missed the permissions checkbox in the Android pane of standalone settings.

Re: Managing windows in the IDE on Mac

2023-07-31 Thread J. Landman Gay via use-livecode
Hey Dar! So nice to see you here again. The backdrop problem is a known bug on Ventura. Sometimes you can click where the window ought to be and it comes to the front, but basically windowing is broken. The only fix I know of for now is to not use a backdrop.

Re: Anyone with a new code sign certificate on eToken or in cloud would like to test my signtool.exe wrapper?

2023-07-30 Thread J. Landman Gay via use-livecode
Yes, prices have gone way up. You now need a physical USB stick with an encrypted certificate for Windows. I understand there is a cloud option too but we weren't offered that. If you go for the USB solution, give yourself some time. We ordered from Sectigo and while they claim you will get

Re: Reorder fields

2023-07-28 Thread J. Landman Gay via use-livecode
You can toggle what gets selected with the "Select Grouped" icon in the top toolbar. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 28, 2023 10:53:08 AM Mark Smith via use-livecode wrote: Well, this might explain it. The

Re: Reorder fields

2023-07-28 Thread J. Landman Gay via use-livecode
Layering works in the property inspector for me. The clue is that any layer you set moves everything above that layer one position higher. So if I want field b to layer lower than field c, I would set b's layer to what is currently c's layer. That would push c to one layer higher than b. --

Re: No progress updates on LC 10. Am i the only one who is concerned?

2023-07-24 Thread J. Landman Gay via use-livecode
On 7/24/23 10:56 AM, Mike Kerner via use-livecode wrote: the things that bug me are: * at renewal, i added the html5 license, but that project isn't anywhere Did you select the correct license on renewal? I had the same problem but it turns out there's a tiny little arrow when the installer

Re: permanency of an unsigned Android app on the phone?

2023-07-20 Thread J. Landman Gay via use-livecode
On July 20, 2023 7:48:13 PM Richard Gaskin via use-livecode wrote: J. Landman Gay jacque wrote: Depending on the Android version the user may need to bypass a scary warning, accept some permissions, and turn on the ability to download from unknown sources in system settings ...and

Re: OT - a new release of WinSignHelper for macOS

2023-07-20 Thread J. Landman Gay via use-livecode
matthias rebbe via use-livecode wrote: Am 20.07.2023 um 17:21 schrieb J. Landman Gay via use-livecode : Thanks Matthias. I've been reading about it and I think the cert is stored on the machine but it is tied to that computer and not exportable. If you get a new computer you need to buy

Re: OT - a new release of WinSignHelper for macOS

2023-07-20 Thread J. Landman Gay via use-livecode
currently thinking of purchasing a 2nd certificate as eToken solution, but there is not yet a decision made, if i should spent money for this, as i have a working cloud certificate which expires in 3 years. Regards, Matthias Am 19.07.2023 um 22:53 schrieb J. Landman Gay via use-livecode

Re: OT - a new release of WinSignHelper for macOS

2023-07-19 Thread J. Landman Gay via use-livecode
@Matthias: does the upgraded WinSignHelper work with the new hardware eTokens? Those are required now. If so, do the instructions change on how to use your tool? On 12/23/22 10:44 AM, matthias rebbe via use-livecode wrote: i've upgraded my free tool WinSignHelper. For those who do not know

Re: Android and USB footswitch

2023-07-18 Thread J. Landman Gay via use-livecode
On 7/18/23 2:30 PM, Klaus major-k via use-livecode wrote: thank you, will install and try Solid Explorer! I'm very impressed with it, it can do so many things. You can link to any cloud storage and access files as though they were local on the device. It can unzip files, create collections of

Re: Android and USB footswitch

2023-07-18 Thread J. Landman Gay via use-livecode
On 7/17/23 5:02 AM, Klaus major-k via use-livecode wrote: Since PDFs are not accessible via "mobilepickmedia" are there ANY other ways to add some PDFs later without having to download them from some URL? I tried several things but I couldn't get any of them to work. You can write to and read

Re: Search for an app in Google Play Store

2023-07-17 Thread J. Landman Gay via use-livecode
On 7/17/23 3:10 AM, Klaus major-k via use-livecode wrote: Maybe I do not understand it correctly? Hi Klaus, Thanks for contacting Google Play Developer Support. Google Play app search works across title, developer name, and app

Re: Apple Notarization changes...

2023-07-17 Thread J. Landman Gay via use-livecode
@Paul : Matthias' helper stack is a great gift to the community. I think the LC team even uses it. You'll never have to use Terminal or Xcode again. You can download the stack from the lesson he linked to, then scroll down to section 9 to see the setup. -- Jacqueline Landman Gay |

Re: Solved: Writing to Mac Application Support folder

2023-07-15 Thread J. Landman Gay via use-livecode
Good approach. I assume if there is no file in Preferences, you write defaults directly to the container. I got curious and looked at where LC stores its files. They do not have a container. It's mostly in Application Support, in a folder "RunRev" (there's also an older one there named

Re: What is your best practice for setting a script in a script?

2023-07-15 Thread J. Landman Gay via use-livecode
On 7/15/23 12:51 PM, Tweedly via use-livecode wrote: Maybe keep the script in a custom property ? That's what I usually do. If the variables or references may change, I use placeholders and the merge command to replace things before setting the script on the control. If it's a very short

  1   2   3   4   5   6   7   8   9   10   >