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

Re: Solved: Writing to Mac Application Support folder

2023-07-14 Thread J. Landman Gay via use-livecode
. Landman Gay via use-livecode wrote: On 7/14/23 4:10 PM, scott--- via use-livecode wrote: If the file (say a preference.txt file) already exists in the Preferences or App Support folder, are we able to continue writing to it? In other words, is this an issue with the creation of the file

Re: Solved: Writing to Mac Application Support folder

2023-07-14 Thread J. Landman Gay via use-livecode
On 7/14/23 4:10 PM, scott--- via use-livecode wrote: If the file (say a preference.txt file) already exists in the Preferences or App Support folder, are we able to continue writing to it? In other words, is this an issue with the creation of the file or also of writing in general? How are

Re: Field highlited

2023-07-14 Thread J. Landman Gay via use-livecode
On 7/14/23 11:14 AM, Mark Smith via use-livecode wrote: BTW, is there a way of determining the default highlight colour? The dictionary says: "By default, the global hiliteColor property is set to the system highlight color." I'd guess yours is blue. That's pretty standard on Mac. --

Re: Search for an app in Google Play Store

2023-07-14 Thread J. Landman Gay via use-livecode
On 7/14/23 7:16 AM, Klaus major-k via use-livecode wrote: I am looking for a support email at GOOGLE Dev. My problem is the search engine of Google Play Store. Just like the subject says. ;-) Oh right, I'm supposed to read the subject title. Oops. This is the closest thing I could find:

Re: Convert date

2023-07-13 Thread J. Landman Gay via use-livecode
On 7/13/23 3:19 AM, Neville Smythe via use-livecode wrote: I seem to have hallucinated that the built-in convert handler recognised the ISO date and dateTime formats (-MM-DD, -MM-DD hh:mm:ss+-hh.ss, etc) but I must have written my own conversion routines in a former life. But one

Re: Field highlited

2023-07-13 Thread J. Landman Gay via use-livecode
On 7/13/23 2:58 PM, J. Landman Gay via use-livecode wrote: On 7/13/23 1:18 PM, Mark Smith via use-livecode wrote: Hi Paul, try “the selectedText". Whaddya know...it works! Another way is to turn off traversalOn in the button. That prevents the focus from changing. Actually, I've

Re: Search for an app in Google Play Store

2023-07-13 Thread J. Landman Gay via use-livecode
On 7/11/23 2:44 PM, Klaus major-k via use-livecode wrote: You could try writing to support and see if they can tell you what's wrong. yes, worth a try, do you have the supports email address? Sorry for the late reply, you may have found it already but you can write to support here:

Re: Field highlited

2023-07-13 Thread J. Landman Gay via use-livecode
On 7/13/23 1:18 PM, Mark Smith via use-livecode wrote: Hi Paul, try “the selectedText". Whaddya know...it works! Another way is to turn off traversalOn in the button. That prevents the focus from changing. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Stylized Text on Mobile

2023-07-12 Thread J. Landman Gay via use-livecode
On 7/12/23 1:19 PM, Dan Friedman via use-livecode wrote: Just want to make sure I’m not missing something… there is no method to enter, display or edit stylized text in a native mobile text control (or the widget). Is this true? If so, has anyone got a workaround? You can use a regular LC

Re: Search for an app in Google Play Store

2023-07-11 Thread J. Landman Gay via use-livecode
On 7/11/23 1:46 PM, Klaus major-k via use-livecode wrote: I don't know how the search algorithm works, maybe it takes some time to populate. See above, well, that should be finished already. 8-) You could try writing to support and see if they can tell you what's wrong. -- Jacqueline

Re: Search for an app in Google Play Store

2023-07-11 Thread J. Landman Gay via use-livecode
My client had similar results where the name of the app was not found. It could be found by searching for the company name though. We couldn't explain it. Some weeks later it suddenly could be found normally by its name. I don't know how the search algorithm works, maybe it takes some time to

Solved: Writing to Mac Application Support folder

2023-07-10 Thread J. Landman Gay via use-livecode
After innumerable tests and failures I've figured out how to read/write to the Application Support folder on newer versions of MacOS X. Manually setting permissions in System Settings didn't work for my tester, and Ventura never did ask him to allow file access, so he was stuck. In case anyone

Re: A stack "revCursors" is already in memory.

2023-07-06 Thread J. Landman Gay via use-livecode
On 7/6/23 9:26 AM, Paul Dupuis via use-livecode wrote: I have a new Livecode 9.6.9  install on a new Windows 11 laptop. It was working normally for a while, and, now, whenever I launch it, I get a warning message: A stack "revCursors" is already in memory. The Livecode UI does not ... etc..

Re: Writing to Mac Support folder

2023-07-03 Thread J. Landman Gay via use-livecode
On 6/30/23 1:32 AM, matthias rebbe via use-livecode wrote: This is what Apple says: "If you distribute your macOS app through the App Store, you must enable App Sandbox. If you notarize your macOS app to distribute it outside of the App Store, you must enable hardened runtime and, optionally,

Re: Remote debugger error message

2023-07-02 Thread J. Landman Gay via use-livecode
I've seen the same error more than once but it's a bit random and I don't know what triggers it. It's only in the IDE so far, even though I've included the remote debugger in the standalone. Funny that it should occur in the IDE when the remote debugger isn't active. The remote debugger in the

Re: Painting inclusions

2023-06-30 Thread J. Landman Gay via use-livecode
On 6/30/23 4:56 PM, J. Landman Gay via use-livecode wrote: Setting a brushpattern works in the IDE but not in a standalone. I've looked through the inclusions and don't see anything about patterns. I do include brushes. Anyone know what is missing? The dictionary says they are "

Painting inclusions

2023-06-30 Thread J. Landman Gay via use-livecode
Setting a brushpattern works in the IDE but not in a standalone. I've looked through the inclusions and don't see anything about patterns. I do include brushes. Anyone know what is missing? The dictionary says they are "built-in." -- Jacqueline Landman Gay |

Re: Writing to Mac Support folder

2023-06-30 Thread J. Landman Gay via use-livecode
It's an automatic response from the OS when an app needs to to do something that requires user permissions, like accessing files outside the app bundle. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 30, 2023 1:51:18 AM Richmond

Re: Writing to Mac Support folder

2023-06-30 Thread J. Landman Gay via use-livecode
/xcode/mac/current/#/devf87a2ac8f What os does the user run who has the problems to run the app? Did he allow to run programs from outside the App Store? If you don't mind, you can send me your app and i will try it here. Regards, Matthias Am 29.06.2023 um 22:50 schrieb J. Landman Gay via us

Re: Answer dialog text missing in standalone 9.6.9

2023-06-30 Thread J. Landman Gay via use-livecode
Is the text color of calling stack white? The dialog will inherit the color from that stack, or from the next one in the inheritance path. The text may be there but not visible. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 30,

Re: Writing to Mac Support folder

2023-06-29 Thread J. Landman Gay via use-livecode
ame Bob S On Jun 29, 2023, at 1:50 PM, J. Landman Gay via use-livecode wrote: Short version: how do I bypass Gatekeeper to write a prefs file? I need to save a file in ~/Library/Application Support/myAppFolder/. Am I correct that I need to sandbox the app before I can write a file there? I read an

Writing to Mac Support folder

2023-06-29 Thread J. Landman Gay via use-livecode
Short version: how do I bypass Gatekeeper to write a prefs file? I need to save a file in ~/Library/Application Support/myAppFolder/. Am I correct that I need to sandbox the app before I can write a file there? I read an LC lesson that said no special entitlements are required to create an

Re: Android Signing

2023-06-20 Thread J. Landman Gay via use-livecode
On 6/19/23 5:29 PM, Dan Friedman via use-livecode wrote: I am trying to update an Android app that was previously release on the Google Play Store. When I went to upload the Bundle, I got this message: “To upload an Android App Bundle you must be enrolled in Play App Signing.” With a little

Re: Code-Signing Frustration

2023-06-19 Thread J. Landman Gay via use-livecode
Good catch Panos, I forgot about that tricky checkbox. It should be relabeled, especially since its behavior is the opposite of what one would expect. Change it to "TestFlight" or "Apple distribution" or something. If Swami hadn't mentioned it once I'd be here with the same frustrations. --

Re: Code-Signing Frustration

2023-06-18 Thread J. Landman Gay via use-livecode
If I remember right, William's app is for iOS. Matthias' tool is for signing Mac OS X apps so it won't help here. The profile and certificate are the important factors for iOS. William, can you clarify what the target OS is for the app? AirLaunch makes it easy to prepare iOS apps for the App

Re: Code-Signing Frustration

2023-06-16 Thread J. Landman Gay via use-livecode
I'm thankful every time I use Matthias' tool, it saves so much agony. You don't need to do all the manual stuff outlined in the lesson, just download his stack from the link near the top. Then scroll past the manual instructions in the lesson to learn how to fill in the stack info. Virtual

Re: The Backdrop's Purpose In Life

2023-06-12 Thread J. Landman Gay via use-livecode
On 6/12/23 12:43 PM, J. Landman Gay via use-livecode wrote: On 5/26/23 10:58 PM, panagiotis m via use-livecode wrote: Note that the LC backdrop does not work on MacOS Ventura. Does anyone know what exactly doesn't work on Ventura? Nevermind, I found the bug report. -- Jacqueline Landman

Re: The Backdrop's Purpose In Life

2023-06-12 Thread J. Landman Gay via use-livecode
On 5/26/23 10:58 PM, panagiotis m via use-livecode wrote: Note that the LC backdrop does not work on MacOS Ventura. Does anyone know what exactly doesn't work on Ventura? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Notarizing a Mac app

2023-06-12 Thread J. Landman Gay via use-livecode
On 6/12/23 9:40 AM, Mark Talluto via use-livecode wrote: You have to sign and notarize each time you build a new standalone. Perfect, just what I wanted. Thanks for the confirmation. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Notarizing a Mac app

2023-06-12 Thread J. Landman Gay via use-livecode
and notarize each build. On 6/12/2023 12:16 AM, J. Landman Gay via use-livecode wrote: Does rebuilding a Mac app retain a previous notarization or do I need to re-notarize and re-sign on every new build? I want to distribute a notarized and signed app to testers, but when I send it to the client I

Notarizing a Mac app

2023-06-11 Thread J. Landman Gay via use-livecode
Does rebuilding a Mac app retain a previous notarization or do I need to re-notarize and re-sign on every new build? I want to distribute a notarized and signed app to testers, but when I send it to the client I want them to code-sign it with their own signature. I don't want it to retain my

Backscript not in message path

2023-06-08 Thread J. Landman Gay via use-livecode
I have a stack in a standalone that needs to be saved to disk, so I copy it to a writeable location (preferences) on first launch. I also have a backscript that is inserted when the mainstack opens. This works in the IDE but in a standalone, the writeable stack can't find the backscript and

Re: OpenCore Legacy Patcher for LC

2023-05-29 Thread J. Landman Gay via use-livecode
It's on my to-do list but I haven't got to it yet. Is there a problem with LC? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 29, 2023 8:30:00 AM harrison--- via use-livecode wrote: Is there anyone on this list that has tried

Re: android remote debugger

2023-05-28 Thread J. Landman Gay via use-livecode
That's happened to me twice over the years and nothing I could do fixed it until a new LC version was released, where suddenly it started working again. I don't think it's LC, it is something in the OS. I tried fiddling with system prefs permissions but it didn't help. The two instances were

Re: The Backdrop's Purpose In Life

2023-05-27 Thread J. Landman Gay via use-livecode
, panagiotis m via use-livecode wrote: Hello all, Note that the LC backdrop does not work on MacOS Ventura. Cheers, Panos On Fri, 26 May 2023, 22:23 J. Landman Gay via use-livecode, < use-livecode@lists.runrev.com> wrote: On 5/26/23 1:14 PM, Richard Gaskin via use-livecode wrote: Bob S

Re: The Backdrop's Purpose In Life

2023-05-26 Thread J. Landman Gay via use-livecode
Will this be fixed? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 26, 2023 11:01:09 PM panagiotis m via use-livecode wrote: Hello all, Note that the LC backdrop does not work on MacOS Ventura. Cheers, Panos

Re: The Backdrop's Purpose In Life

2023-05-26 Thread J. Landman Gay via use-livecode
On 5/26/23 1:14 PM, Richard Gaskin via use-livecode wrote: Bob Sneidar wrote: > HA! I just figured out what the purpose of the backdrop is! > If you have multiple LC windows open and you tab to another > app's window, then tab back to the LC window, ONLY that LC > window will appear in the

Re: Android Status Bar Icon

2023-05-24 Thread J. Landman Gay via use-livecode
Oops I see you already did a 24x24. That's the suggested size. Maybe see what a 16 x 16 does. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 24, 2023 11:58:37 AM Dan Friedman via use-livecode wrote: Greetings! I am seeing

Re: Android Status Bar Icon

2023-05-24 Thread J. Landman Gay via use-livecode
Try 24 x 24. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 24, 2023 11:58:37 AM Dan Friedman via use-livecode wrote: Greetings! I am seeing inconsistent results on the status bar icon on Android. On some devices (most

Re: Latest video -- integration of AI into script editor

2023-05-18 Thread J. Landman Gay via use-livecode
On 5/18/23 4:14 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: > I had to make a form yesterday with lots of fields and while it isn't > hard, it took 20 minutes to name everything and align the labels and > entry fields. If you need to do that again:

Re: Can Xavvi generate sensible text output as well as code?

2023-05-18 Thread J. Landman Gay via use-livecode
If you watch some of the videos posted on the challenge page it becomes clearer. LC AI will be integrated into the script editor and will create handlers as expected. You can accept, reject, or revise its output. LC AI knows all about what's available and how to use it. Bard, on other hand,

Re: Can Xavvi generate sensible text output as well as code?

2023-05-17 Thread J. Landman Gay via use-livecode
On 5/17/23 5:38 PM, Terry Judd via use-livecode wrote: Let’s say I have a whole lot of input statements/info, some of which is generic but some of which varies according by user. Any thoughts on whether it might be possible to leverage Xavvi to process and combine that info into useful prose

Re: Latest video -- integration of AI into script editor

2023-05-17 Thread J. Landman Gay via use-livecode
I want the widgets and layout functions. I had to make a form yesterday with lots of fields and while it isn't hard, it took 20 minutes to name everything and align the labels and entry fields. If Xavvi can do that in a few seconds it would save me time and my clients money. There's a lot of

Re: Am I using the best mail client?

2023-05-12 Thread J. Landman Gay via use-livecode
Because of how mobile email clients work, I top post when responding on my phone or tablet, and bottom post when I'm at the computer. But I do try to trim the original message regardless. I guess you can tell where I am right now. -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: Am I using the best mail client?

2023-05-11 Thread J. Landman Gay via use-livecode
I use Thunderbird. Like Matthias, I set up a rule to move list mail into a subfolder where I can sort by date, author,, subject, or any other attribute. It supportsl threading. There are several layouts you can use depending on how you like to organize and view mail. You can color-code emails

Re: Inclusions and JSON

2023-05-10 Thread J. Landman Gay via use-livecode
Oh god yes. Please, please. I can never find anything in there. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 10, 2023 8:58:23 AM Ben Rubinstein via use-livecode wrote: Further to this: dear LiveCode, please make the

Re: Default cursor

2023-05-07 Thread J. Landman Gay via use-livecode
On 5/7/23 2:32 PM, J. Landman Gay via use-livecode wrote: So, reading the dictionary entry for "reset cursors" it looks like you can't create your own set, you can only change the built-in set. I changed the arrow cursor in the revMacCursors stack, saved, and relaunched LC. It s

Re: Default cursor

2023-05-07 Thread J. Landman Gay via use-livecode
only want it to appear in one project. It sounds like there is no other option though. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 7, 2023 2:18:32 PM "J. Landman Gay via use-livecode" wrote: I have an imported imag

Re: Default cursor

2023-05-07 Thread J. Landman Gay via use-livecode
ss that image and set the cursor to it. But you have to resize the image to your preferred size either after importing or at least before using it as a cursor. HTH Matthias Am 07.05.2023 um 19:32 schrieb J. Landman Gay via use-livecode : I suppose I could create a custom cursor set and repl

Re: Default cursor

2023-05-07 Thread J. Landman Gay via use-livecode
0-734-4701 -- On May 6, 2023, at 4:15 PM, J. Landman Gay via use-livecode wrote: On 5/6/23 4:23 PM, scott--- via use-livecode wrote: I’m getting the same thing. Putting the “none” cursor over the tool pallet gets the tools to hilite… but no cursor. Moving the “none” cursor to th

Re: Default cursor

2023-05-07 Thread J. Landman Gay via use-livecode
when someone offers help it seems churlish to set conditions. On 7.05.23 2:08, J. Landman Gay via use-livecode wrote: On 5/6/23 4:51 PM, Richmond via use-livecode wrote: AND, there (on the forums) I have found a way to get things to do what you want. Please reply here, I have chosen my preferred

Re: Default cursor

2023-05-06 Thread J. Landman Gay via use-livecode
On 5/6/23 4:23 PM, scott--- via use-livecode wrote: I’m getting the same thing. Putting the “none” cursor over the tool pallet gets the tools to hilite… but no cursor. Moving the “none” cursor to the message box (I started with it over an empty stack window) causes the “hand" cursor to

Re: Default cursor

2023-05-06 Thread J. Landman Gay via use-livecode
On 5/6/23 4:51 PM, Richmond via use-livecode wrote: AND, there (on the forums) I have found a way to get things to do what you want. Please reply here, I have chosen my preferred venue. Images and downloads are unnecessary. -- Jacqueline Landman Gay | jac...@hyperactivesw.com

Default cursor

2023-05-06 Thread J. Landman Gay via use-livecode
I'm working on a stack that needs a default cursor. Sometimes it sets the cursor to none, but after that I can't get it back. Could someone verify? Do this in the message box: set the defaultCursor to hand set the cursor to none; wait 1 second; set the cursor to hand It doesn't come

Re: opencard and visual effect

2023-05-02 Thread J. Landman Gay via use-livecode
You and my husband should go have a drink together. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 2, 2023 5:58:07 PM Bob Sneidar via use-livecode wrote: I can attest that as an old timer, if I am not very careful, I can

Re: opencard and visual effect

2023-05-02 Thread J. Landman Gay via use-livecode
of going to the next card with a visual effect. See my last mails... Craig On May 2, 2023, at 1:08 PM, Klaus major-k via use-livecode wrote: Hi Jacque, Am 02.05.2023 um 18:59 schrieb J. Landman Gay via use-livecode : Open the message watcher and compare its report to what you see on screen

Re: opencard and visual effect

2023-05-02 Thread J. Landman Gay via use-livecode
Open the message watcher and compare its report to what you see on screen. That might help. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 2, 2023 11:19:41 AM Klaus major-k via use-livecode wrote: Someone knowing please chime

Re: Custom property retrieval incorrect

2023-04-27 Thread J. Landman Gay via use-livecode
Those are exactly the two values I get too. The earliest version of LC I currently have installed is 9.6.7 and it happens there and in three newer versions after that. A custom property named "cVers" works okay. But I've been using "cVersion" for years and years, so not sure what the ripple

  1   2   3   4   5   6   7   8   9   10   >