Re: MegaBundle whatnot

2022-07-09 Thread Matthias Rebbe via use-livecode
Mark, What I forgot. I assume you have a current subscription, right? So why do you not try a newer LC release; one of the new editions without Indy and business in the name? Anything higher than 9.63 should do. Regards Matthias Von meinem iPhone gesendet > Am 08.07.2022 um 21:01 schrieb matt

Re: MegaBundle whatnot

2022-07-09 Thread Kaveh via use-livecode
Why does LiveCode make the licenses so complicated? I try to understand from time to time so I can repurchase, then give up... On Sat, 9 Jul 2022 at 08:41, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Mark, > What I forgot. > > I assume you have a current subscription

LC 9.6.8 and UTF-8 on MacOS 10.15

2022-07-09 Thread jbv via use-livecode
Hi list, I have a serie of text files in UTF-8 format for which I need to do some processing in LC, and then save to a single text file also in UTF-8. I am using the following code : open file tpath for UTF8 read read from file tpath until EOF close file tpath1 --put it

Re: LC 9.6.8 and UTF-8 on MacOS 10.15

2022-07-09 Thread Pi Digital via use-livecode
What result do you get from: put it contains “æ” Sean Cole Pi > On 9 Jul 2022, at 12:43, jbv via use-livecode > wrote: > > æ ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: Encrypted Data over Sockets

2022-07-09 Thread Mark Wieder via use-livecode
On 7/8/22 19:47, Bob Sneidar via use-livecode wrote: Okay apparently base64Encode/Decode is my friend. I have this working now without encryption. I will re-enable encryption and see if that works. Base64 encoding will do the trick but at the expense of making your data strings twice as long

Signing and Uploading apps to the Mac App Store HELL!

2022-07-09 Thread Dan Friedman via use-livecode
Greetings! I am pulling out my hair in getting my app prepared for the MacApp Store (and for downloading from my website). I can't take it anymore!! Is there someone here I can pay to either do this for me, or walk me through this hideous process? -Dan _

Re: Tree Widget: hilitedValue?

2022-07-09 Thread J. Landman Gay via use-livecode
On 7/8/22 12:34 PM, Richard Gaskin via use-livecode wrote: I see the Tree widget supports a hilitedElement property, which is useful for managing the selection in the UI. Is there a one-liner for obtaining not the element path but the value? I'm using an older version, but here the hilitedEle

Re: Tree Widget: hilitedValue?

2022-07-09 Thread J. Landman Gay via use-livecode
On 7/9/22 3:17 PM, J. Landman Gay via use-livecode wrote: On 7/8/22 12:34 PM, Richard Gaskin via use-livecode wrote: I see the Tree widget supports a hilitedElement property, which is useful for managing the selection in the UI. Is there a one-liner for obtaining not the element path but the v

Re: use-livecode Digest, Vol 226, Issue 8

2022-07-09 Thread Mark Clark via use-livecode
Hey, saw your post this am and much appreciated. I sent a request to support as well. Thanks for the assist and confirmation! Mark It seems that each time I sign up for the bug tracker and or forums my main livecode.com password gets mangled. Been happening for years

Re: use-livecode Digest, Vol 226, Issue 8

2022-07-09 Thread matthias rebbe via use-livecode
> Am 10.07.2022 um 01:25 schrieb Mark Clark via use-livecode > : > > Hey, saw your post this am and much appreciated. I sent a request to support > as well. > > Thanks for the assist and confirmation! > > Mark > > It seems that each time I sign up for the bug tracker and or forums my main

Re: Tree Widget: hilitedValue?

2022-07-09 Thread Brian Milby via use-livecode
I don't think there is an existing one liner, but it can be done a couple ways. Here is a recursive function defined in the PI code for Custom Props: on fetchArrayDataOnPath pPath, pArray, @rData local tKey put item 1 of pPath into tKey if the number of items in pPath is 1 then if