Re: Re Pulldownmenu button bug on Windows

2022-05-09 Thread Richard Gaskin via use-livecode
Neville Smythe wrote: > My use-case was as follows. I have a pulldownmenu, not an application- > wide menu, which applied to only certain selected items in a field. > On mouseEnter, the selection changed colour, as a visual cue to the > user that these menu items could be applied to the selection

Re: Decrypting (and encrypting) Large files

2022-05-09 Thread Craig Newman via use-livecode
Ah, I see. I did not appreciate that the dataset could be in the many gigabytes. Craig > On May 9, 2022, at 12:42 PM, Tom Glod via use-livecode > wrote: > > there is no way to decrypt something that does not fit in memory. with 64 > bit builds the limit is whatever the motherboard supports.

Re: Decrypting (and encrypting) Large files

2022-05-09 Thread Tom Glod via use-livecode
there is no way to decrypt something that does not fit in memory. with 64 bit builds the limit is whatever the motherboard supports. on 32 bit builds the limit is whatever the os will allow 1 process to have, but then u need memory to store the decrypted data too. you can use a command line prog

Re: Re Pulldownmenu button bug on Windows

2022-05-09 Thread Craig Newman via use-livecode
Richard. So glad to have you in this world. Craig > On May 7, 2022, at 5:35 PM, Bob Sneidar via use-livecode > wrote: > > Well put. I wonder what the real world effect of the order of messages is, > and whether or not it could be compensated for by send in time? > > Sent from my iPhone > >

Re: Decrypting (and encrypting) Large files

2022-05-09 Thread Craig Newman via use-livecode
I believe that there is no upper limit to the size of a variable in LC. So I am with Mike here. What makes you nervous about dealing with a large dataset within LC itself? Craig > On May 9, 2022, at 8:49 AM, Mike Kerner via use-livecode > wrote: > > have you tried ti? i have not run into a s

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

2022-05-09 Thread Mark Smith via use-livecode
Thanks for letting us know William. Glad the cleanup did the trick. Mark > On May 9, 2022, at 9:00 AM, William de Smet via use-livecode > wrote: > > Hi there, > > Thanks for answering my questions. > First off all I downloaded a newer version of Xcode 13.2.1 yesterday but > that didn't make

Re: Zip file problem on Mac

2022-05-09 Thread Mike Kerner via use-livecode
completely off-topic, but brian said something that i forgot to repeat, at the time access to source in the libraries, etc. has saved me a lot of time when debugging. i ran into a situation with one of the other libraries, a couple of weeks ago. i was stumped, and thought about submitting a ts requ

Re: Decrypting (and encrypting) Large files

2022-05-09 Thread Mike Kerner via use-livecode
have you tried ti? i have not run into a situation where a variable was too big. On Sun, May 8, 2022 at 6:46 PM Mark Clark via use-livecode < use-livecode@lists.runrev.com> wrote: > Wondering if anyone has used LiveCode for encrypting-decrypting large > files? The docs typically have nice example

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

2022-05-09 Thread William de Smet via use-livecode
Hi there, Thanks for answering my questions. First off all I downloaded a newer version of Xcode 13.2.1 yesterday but that didn't make a difference. Then Jaque replied on the forum and suggested an issue with Apple Intermediate Certificate: https://developer.apple.com/support/expiration/ After che