Re: I came back and ... What?!

2024-09-19 Thread J. Landman Gay via use-livecode
I'm so glad to see you back, Dar. While you're waiting for support, this FAQ might help answer some questions: https://future.livecode.com/faq/ I think we're all struggling to decide how to handle this new direction. I have some of the same concerns as you regarding some of my long-term clien

Re: CharToNum Depricated??

2024-09-18 Thread J. Landman Gay via use-livecode
I should have thought of that. Line endings are always translated to/from native unless the file is opened/written in binary, it's been that way since MetaCard. It's a feature. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On September 1

Re: Android API 34 and Android keystore: SOLVED

2024-08-29 Thread J. Landman Gay via use-livecode
Whew! The team is the best. And Matthias is always kind and helpful. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 29, 2024 4:18:06 AM Klaus major-k via use-livecode wrote: Hi friends, I am glad to tell you that we could f

Re: Icon id conflicts?

2024-08-10 Thread J. Landman Gay via use-livecode
Did you try using the full path to the image when setting the icon by name in the message box? What I've done in the past is adding 20 or 50 in front of the image ID which makes it a number in the thousands, so icon 1243 becomes 501243. That allows you to use the inspector, though everything c

RE: Android API 34 and Android keystore

2024-08-09 Thread J. Landman Gay via use-livecode
I stand corrected, thanks. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 9, 2024 4:29:57 PM Ralph DiMola via use-livecode wrote: Klaus, Once you lose the keystore you don't have the key pair used to generate the keystore

Re: Android API 34 and Android keystore

2024-08-09 Thread J. Landman Gay via use-livecode
I'm not sure about the SDK version but it probably won't hurt to install them all and let LC choose the one that's compatible. For the signing key, you can recreate it if you have the info and password you used for the original. I keep that info in my password vault just in case. If you don't h

Re: Individual licensing questions

2024-08-02 Thread J. Landman Gay via use-livecode
jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 2, 2024 11:15:59 AM Håkan Liljegren via use-livecode wrote: Hmm, wouldn’t this count in the other tier as you sell your app, thus you should pay 5% of $75? $3.75 :-Håkan 26 juli 2024 kl. 19:08 skrev J. Landman Ga

Re: Date and time format question

2024-07-30 Thread J. Landman Gay via use-livecode
Similar to Bob's but includes the delimiters: -- create UTC timestamp: -- format: "2013-07-20T00:00:00Z" put the seconds into tTime convert tTime to dateitems subtract (char 1 to -3 of last word of the internet date) from item 4 of tTime convert tTime to dateitems set the numberformat to

Re: Individual licensing questions

2024-07-26 Thread J. Landman Gay via use-livecode
I hope this is generic enough. I have several clients who use apps I created just for them, 20 years ago or more. Frequently these are converted HyperCard stacks like address books or recipe files. The apps are personal and no one else uses them. Every 2 or 3 years they contact me because the

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&t=34933&sid=3c32a0e28cf01b21391bbfae080efcd8&start=15#p198477> The engine used to lock messages when building a standalone but that w

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 t

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 use-livecode

Re: sideloading updates to mobile

2024-03-02 Thread J. Landman Gay via use-livecode
ecode 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

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
at changed. 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 trick

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
calling it a Sandbox 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.

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
s 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...@hy

Re: sideloading updates to mobile

2024-03-01 Thread J. Landman Gay via use-livecode
: Hell 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 b

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
o bear with me: when you load the updated stack/behavior/etc., are you saving it into the app bundle, or elsewhere? on locked/single-app devices, persistence is the thing (but i would imagine that it works the same on single-app devices as it does for normal ones). On Wed, Feb 28, 2024 at 10:12 PM J.

Re: sideloading updates to mobile

2024-02-28 Thread J. Landman Gay via use-livecode
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. 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 t

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 K

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 2

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 t

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 to

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 Marg

Re: Application disappears unexpectedly (goes into background)

2024-01-02 Thread J. Landman Gay via use-livecode
.runrev.com wrote: From: "J. Landman Gay" Have you done a global search for the word "hide" in the scripts? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

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 stackfi

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 M

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 removed

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 Bo

Re: Get rid of the remote debugger

2023-12-10 Thread J. Landman Gay via use-livecode
t had time 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 m

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 delet

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 widgetBun

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 "Qua

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 e

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 currentCa

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 v

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 curr

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 now

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. Th

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 shouldn't

Re: OS X document icon missing

2023-10-19 Thread J. Landman Gay via use-livecode
2023 3:31:18 AM 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 ap

Re: OS X document icon missing

2023-10-18 Thread J. Landman Gay via use-livecode
d open one to get macOS to 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 Standa

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 r

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 subsc

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 i

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 | http

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 and

Re: Android: Myapp stopped

2023-10-13 Thread J. Landman Gay via use-livecode
26 AM 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 y

Re: Android: Myapp stopped

2023-10-13 Thread J. Landman Gay via use-livecode
cqueline Landman 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

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 6.0.1,

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 synta

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 informa

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 certifica

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 coul

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 (i

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 So

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 assessment:

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

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 g

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 l

Re: Forum Software LC?

2023-09-26 Thread J. Landman Gay via use-livecode
esw.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 24,

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 Sept

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, Ju

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 all

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 | htt

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 a

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 contro

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 built-in

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
On Aug 21, 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...@hyp

Re: Group corners

2023-08-21 Thread J. Landman Gay via use-livecode
August 21, 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

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 the

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 use-liveco

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 stable.

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
Software | 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 P

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 vi

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 seqAsLines(pArrayDat

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 it

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 | htt

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

2023-08-08 Thread J. Landman Gay via use-livecode
g 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&g

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

2023-08-08 Thread J. Landman Gay via use-livecode
ation 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

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 applicat

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. (Fo

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. T

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 th

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 origin

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. -- Jac

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 ap

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

  1   2   3   4   5   6   7   8   9   10   >