Re: LiveCode 10 and Xcode 15

2024-04-28 Thread Mark Smith via use-livecode
Just a quick shoutout to Panos and his exemplary customer support. When at first I had problems getting the upgrade to work I resigned myself to patiently working through what I thought might be a multi-day process. Instead it was resolved in an hour. Thank you Panos. Mark > On 27 Apr 2

Re: Websockets ... again.

2024-04-27 Thread Mark Clark via use-livecode
LC just provides raw sockets. You can implement a TLS equivalent with a bit of elbow grease. Writing your own protocol gives a lot of control. TLS is something you may have to use to check boxes. Out of curiosity is there a market for something like this within the community? Sent from my

Re: LiveCode 10 and Xcode 15

2024-04-27 Thread Mark Smith via use-livecode
Panos, your depth of knowledge is astounding. All working now. Thanks!! Mark > On 27 Apr 2024, at 8:02 PM, panagiotis merakos wrote: > > Hello Mark, > > Nice, one step closer! > > RE this error, you need to install the iOS 17 runtime. As of xcode 15 the iOS > platf

Re: LiveCode 10 and Xcode 15

2024-04-27 Thread Mark Smith via use-livecode
screen: /* com.apple.ibtool.errors */ /Users/marksmith/Desktop/Michael Brook/App 1 - Ver 3/DG209/DG20912/DG209.app/LaunchScreen.storyboard: error: iOS 17.0 Platform Not Installed. Any idea what that’s about? Thanks Mark > On 27 Apr 2024, at 7:15 PM, panagiotis merakos wrote: > > H

Re: LiveCode 10 and Xcode 15

2024-04-27 Thread Mark Smith via use-livecode
and I get an error saying I need an Xcode that has an SDK among 14.4, 15.2, 16.2, 17. But, but, but… what SDK is in Xcode 15.3 if not 17? What now? Mark > On 22 Apr 2024, at 12:29 PM, panagiotis merakos via use-livecode > wrote > > Hello Dan, > > The released (public) v

Re: Windows on ARM...

2024-04-10 Thread Mark Waddingham via use-livecode
is that Microsoft are not forcing a processor transition unlike Apple have done twice now (in the last two decades) - I fully expect that Windows on ARM will support Intel executables indefinitely, just like x86-64 Windows continues to support x86 executables. Warmest Regards, Mark. -- Mark Waddingham

Re: Cursor Placement in MobileControl

2024-03-06 Thread Mark Smith via use-livecode
Very useful to know. Thanks Dan Mark Sent from my iPhone > On Mar 6, 2024, at 7:13 PM, Mike Kerner via use-livecode > wrote: > > it would be nice to have a universal field widget, and be able to have this > sort of behavior be part of it... > >> On Wed, Mar 6, 202

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

2024-02-21 Thread Mark Waddingham via use-livecode
will ensure they aren’t there to handle. Warmest Regards. Mark. Sent from my iPhone > On 21 Feb 2024, at 21:59, Mike Kerner via use-livecode > wrote: > > i did. > i have both a button, and a power button. > script: > > *local* count > > *on* mouseUp > >

Erratum

2024-02-14 Thread Mark Smith via use-livecode
is https://www.surveymonkey.com/r/92YFBJZ All the best, Mark ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Re: web

2024-02-13 Thread Mark Smith via use-livecode
y goodness Curry, how beautifully said. Thanks for sharing your thoughts. It reminds me of a quote I saw recently, “Resilience is my superpower”. Wishing everyone all the best in 2024. Mark ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: AW: Re: macOS window maximization weirdness

2024-02-12 Thread Mark Waddingham via use-livecode
itle bar, and there will be a difference.) Warmest Regards, Mark. P.S. The message is also sent when the dock is adjusted in size too - so presumably you would see the same problem then (assuming your handling of the desktopChanged message is causing the errant resizeStack with only two arguments to be sent from script

Re: We lost an Angle

2024-01-11 Thread Mark Smith via use-livecode
Ralph, so sorry for your loss. May you be eternally blessed with memories of the joy and love you shared together. Mark Sent from my iPhone > On Jan 11, 2024, at 4:02 AM, Peter Bogdanoff via use-livecode > wrote: > > Ralph, > > My wife and I sat with you both at the out

Re: Menu Mnemonics

2024-01-05 Thread Mark Smith via use-livecode
Hi Bob, This discussion might help. https://apple.stackexchange.com/questions/47086/how-do-i-create-a-menu-shortcut-which-involves-the-delete-key <https://apple.stackexchange.com/questions/47086/how-do-i-create-a-menu-shortcut-which-involves-the-delete-key> Mark > On 5 Jan 2024, at

Thanks for all the fish

2023-12-30 Thread Mark Wieder via use-livecode
-- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Anyone ever put a token into the Apple Wallet and Play (Android) wallet?

2023-12-22 Thread Mark Rauterkus via use-livecode
Hi, Wondering if there is a way to make a LiveCode app that can then generate a membership card thingie / ticket for inclusion into the wallet of mobile devices. ??? We need an affordable way to make an ID card. Needs to expire. Verification doesn't need to be so iron-clad nor block-chain

Re: Should I upgrade to Xcode 15.0 or 15.1?

2023-12-21 Thread Mark Smith via use-livecode
That does look like fun. Very clever layout. > On 21 Dec 2023, at 1:41 pm, Andreas Bergendal via use-livecode > wrote: > > Just for fun, and because Mermaid is my new toy, I threw together a small web > stack that shows the various LC-Xcode-macOS-iOS combinations in a sankey > diagram,

Re: Which is faster...

2023-12-15 Thread Mark Waddingham via use-livecode
to be fair, is true of calling functions which return fixed values and accessing array elements - especially ones on paths longer than one). Hope this helps, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___

ferruslogic timer

2023-12-13 Thread Mark Clark via use-livecode
Seems like there was a handy timer widget by ferrus logic a while back. Think the extension was community.livecode.ferruslogic.timer -- Not seeing it on google or github. Discontinued? (I should have been more careful removing old app bundles) Mark

Re: [[ANN]] Release 10.0.0 DP-7

2023-12-12 Thread Mark Smith via use-livecode
Thank you Panos. I look forward to diving into this. Mark Sent from my iPhone > On Dec 12, 2023, at 4:10 PM, panagiotis merakos via use-livecode > wrote: > > Dear list members, > > We are pleased to announce the release of LiveCode 10.0.0 DP-7. > > LiveCode 10.

Re: Comparative speed in switching among groups

2023-11-25 Thread Mark Talluto via use-livecode
Hi David, We made an app development environment that does this. It is very fast and comes with some benefits. One is you can do a good swipe between screens. Feel free to try it and see what the performance is like. The link is below. Best regards, Mark Talluto appli.io <https://appli

Re: LC Licensing and Website

2023-11-20 Thread Mark Wieder via use-livecode
On 11/20/23 10:29, Ralph DiMola via use-livecode wrote: I can't license LC or login to my LC account on the website. Anyone else having problems? Yep. It's dead. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode

Re: Finally success with code signing Windows standalones withe the new eToken certificates under macOS using jarsigner

2023-11-10 Thread Mark Smith via use-livecode
Brilliant Matthias. I am sure there are many who would appreciate your documentation efforts. Sent from my iPhone > On Nov 9, 2023, at 11:43 PM, Peter Bogdanoff via use-livecode > wrote: > > Matthias, I am definitely interested in this! > > Peter Bogdanoff > >> On Nov 9, 2023, at 1:25

Re: Windows maximization on desktops

2023-11-09 Thread Mark Talluto via use-livecode
Hi Paul, Knowing the app was minimized, you could use a flag to track your state and recover from a maximize. Best regards, Mark Talluto appli.io <https://appli.io/> livecloud.io <https://livecloud.io/> nursenotes.net <https://nursenotes.net/> canelas

Re: Property Inspector bug for keys with commas in the key name

2023-11-05 Thread Mark Waddingham via use-livecode
Indeed you can indirect through a variable - but you can’t do, e.g: get the foo,bar,baz of me Which was my point :) Warmest Regards, Mark. P.S. Of course an obvious syntactic extension would be allowing quoting of the property keyword: the “foo,bar,baz” of me. Sent from my iPhone > O

Re: Property Inspector bug for keys with commas in the key name

2023-11-05 Thread Mark Waddingham via use-livecode
free to file a bug report about it and we'll put it on the list to look at. Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing list use-livecode

Re: Crashing on M2 Mac

2023-11-03 Thread Mark Waddingham via use-livecode
Dan, could you file a bug with the offending line of code which crashed ios17 with 9.6.10… Just so we can check it isn’t still there in 9.6.11 :) Thanks! Mark Sent from my iPhone > On 3 Nov 2023, at 16:48, Dan Friedman via use-livecode > wrote: > > To all, > > Oo

Re: decrypt error junk

2023-11-02 Thread Mark Waddingham via use-livecode
bug/send a test stack to support and we can at least advise on that (and potentially update the docs). Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing lis

Re: Modify timeout for shell function

2023-11-01 Thread Mark Waddingham via use-livecode
ss ... exceeded the timeout of 10 seconds" - then there are various results relating to Laravel - which is a PHP framework. So are you shell'ing to PHP? If so my guess is that whatever PHP script you are running is using sub-processes too, and has a process timeout set to 10s. Warmest Rega

Re: Filter with wildcards

2023-10-30 Thread Mark Waddingham via use-livecode
The filter command has had a ‘with[out] regex’ form for a long time - so I’d use a regex instead :) (I’m pretty sure [ ] is a set of characters to match, rather than a list of sub strings, in wildcard expressions) Warmest Regards, Mark. Sent from my iPhone > On 30 Oct 2023, at 17:19, Da

Re: Oddity in 'currentCard' function?

2023-10-26 Thread Mark Wieder via use-livecode
On 10/26/23 01:44, Mark Waddingham via use-livecode wrote: Basically, its main use was for changing card (i.e. as a settable property); rather than finding out what card was current (since that was already catered for via interrogating 'this card of this stack'). So basically to stay out

Re: Oddity in 'currentCard' function?

2023-10-26 Thread Mark Waddingham via use-livecode
On 2023-10-25 13:57, Paul Dupuis via use-livecode wrote: On 10/25/2023 12:34 AM, Mark Waddingham via use-livecode wrote: If you want to do stuff with the current card of a stack, then don't use the currentCard property - 'this card of stack ...' *is* a chunk reference and thus it doesn't

Re: Oddity in 'currentCard' function?

2023-10-26 Thread Mark Waddingham via use-livecode
turns the 'text' of the object. Most things *don't* expect an object reference - places that do are where an object needs to be acted on, rather than a value being needed. For example: set the X of put exists() put there is an answer Warmest Regards, Mark. -- Mark Waddingha

Re: Oddity in 'currentCard' function?

2023-10-24 Thread Mark Waddingham via use-livecode
CardId Of course, if you really want to use the currentCard (for whatever reason), then you need to make sure all your cards have names (which to be fair, is a good habit to get into - as is naming all objects with some, unique, name!). Warmest Regards, Mark. -- Mark Waddingham ~ m...@liv

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Mark Wieder via use-livecode
8=0> Davy's On The Road Again! Score points for coolness. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://

Re: OS X document icon missing

2023-10-19 Thread Mark Waddingham via use-livecode
that is the problem :) Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Universal buttons: bugs or feature

2023-10-18 Thread Mark Smith via use-livecode
Thanks Ralf. > On 18 Oct 2023, at 3:02 pm, Ralf Bitter wrote: > > These issues are fixed in the latest release version 1.4.0. > > > Ralf > > > > On 15.10.2023 21:23, Mark Smith via use-livecode wrote: >> Hello all, >> Recently I decided to try out

Re: Universal buttons: bugs or feature

2023-10-16 Thread Mark Smith via use-livecode
Thanks Ralf. I quite like the look of the Universal button myself. Since its a widget, if you come up with a revision and want it tested I’d be happy try it in my current project. Best, Mark Sent from my iPhone > On Oct 15, 2023, at 10:46 PM, Ralf Bitter via use-livecode >

Universal buttons: bugs or feature

2023-10-15 Thread Mark Smith via use-livecode
ement.” Are these differences in the Universal button deliberate features or bugs? If features, why so? Thanks Mark ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: Deployment: a plea/opportunity

2023-10-14 Thread Mark Smith via use-livecode
Perfect. I am sure I knew that at one point but had forgotten. Thank you for the reminder. Mark > On 14 Oct 2023, at 6:15 pm, Paul Dupuis wrote: > > On 10/14/2023 12:52 AM, Mark Smith wrote: >> Paul, just so I understand this problem better. Is there a reason why you >>

Re: Deployment: a plea/opportunity

2023-10-14 Thread Mark Smith via use-livecode
Ah, that makes sense. Thanks Jacque > On 14 Oct 2023, at 5:16 pm, J. Landman Gay via use-livecode > wrote: > > 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,

Re: Deployment: a plea/opportunity

2023-10-13 Thread Mark Smith via use-livecode
certificates from the Apple Developer site to your MacBook Air? Do they specifically restrict downloading to only certain devices? Mark Sent from my iPhone > On Oct 13, 2023, at 9:02 PM, Paul Dupuis via use-livecode > wrote: > > I'd love to see versions of Livecode stacks

Re: Deployment: a plea/opportunity

2023-10-13 Thread Mark Smith via use-livecode
and authenticity. Very well said. I should add that I have also been using Kee Nethery’s instructions for signing Mac apps and it has been a godsend. I have not quite yet gotten to the point of deploying to the App Store (with it) but that will be the next step. Mark > On 13 Oct 2023, at 7:49

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

2023-10-11 Thread Mark Clark via use-livecode
I haven't tried the API/web service for notarizing apps. But there appears to be a way and it might be simpler in the long run. Still need the (right) keys:) https://developer.apple.com/documentation/notaryapi/submitting_software_for_notarization_over_the_web On Oct 10, 2023, at 5:07 PM, J.

Re: I give up! Mac App Installer Hell

2023-10-09 Thread Mark Smith via use-livecode
creating the installer package I would be happy to send you my crib notes which are pretty brief and easy to follow. Mark > On 6 Oct 2023, at 11:44 pm, Dan Friedman via use-livecode > wrote: > > If you have a very, very, VERY good understanding of creating Mac installer > fil

Re: Livecode 10dp6 and web fonts

2023-10-04 Thread Mark Waddingham via use-livecode
, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

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

2023-09-15 Thread Mark Wieder via use-livecode
On 9/15/23 13:10, Ralph DiMola via use-livecode wrote: Does accordion count? You know the definition of perfect pitch, right? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

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

2023-09-15 Thread Mark Wieder via use-livecode
t; I asked how he knew and he said "you were paying attention while we played". What got to me was their medley of "La Vie en Rose"->"Samba de Orfeu". -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: Clipboard Copy Troubles?

2023-09-15 Thread Mark Wieder via use-livecode
window. A LC restart seems to solve this temporarily. I've noticed this recently more than usual. On both mac and windows 11. Does this ring a bell to anyone? Yep. I see this a lot. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

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

2023-09-15 Thread Mark Wieder via use-livecode
On 9/15/23 11:56, William Prothero via use-livecode wrote: Mark and Klaus, Wow, folks I didn't know were musicians! I use iReal Pro too. It's great for practice. And, easily transposes. But as a keyboard player, I use the notes of the tune to shape my solos. iReal Pro only has the chords. It's

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

2023-09-15 Thread Mark Wieder via use-livecode
iRealPro on it. Hard to imagine doing without it. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.

Re: Your scripts as a flowchart

2023-09-15 Thread Mark Wieder via use-livecode
Just want to add that Andreas has been super-responsive to suggestions re adding features and improving things and this tool has gone from being moderately useful to something I can't do without. And is a textbook example in how to incorporate a javascript library into LiveCode. -- Mark

Re: Your scripts as a flowchart

2023-09-15 Thread Mark Smith via use-livecode
Very cool Andreas. I look forward to trying this out. Mark > On 15 Sep 2023, at 3:30 pm, Andreas Bergendal via use-livecode > wrote: > > Hi all! > > Those frequenting the forums may have seen this already, but I thought I'd > share it here too now: > > If yo

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

2023-09-15 Thread Mark Waddingham via use-livecode
rk request, something to initialize etc.? Warmest Regards, Mark. P.S. If you send your app's source to supp...@livecode.com with a rough outline of where to look for startup code etc. then Panos and I can take a quick look and see if we can see anything which may be causing your issue. -- Mark Wadd

Re: Installing LC on Ubuntu?

2023-09-03 Thread Mark Wieder via use-livecode
the installer in the Downloads folder. Best to install for just you instead of the default "all users" to avoid having to use sudo. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Sorting by item ... of each and item ... of each

2023-09-03 Thread Mark Waddingham via use-livecode
ame as sorting first by sub-section number and then by section number. Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Shutdown on Android

2023-09-02 Thread Mark Smith via use-livecode
Dan, have a look at suspend in the dictionary for LC 10 dp6. It is sent to the current card when the application moves to the background so I think you’ll need an ON SUSPEND handler in the card script. I havent actually tried it yet. Mark Sent from my iPhone > On Sep 2, 2023, at 4:27 PM,

Re: Pasting text and images together?

2023-09-02 Thread Mark Waddingham via use-livecode
‘the rawClipboardData[key]’. Note that you need to lock and unlock the clipboard around ‘raw’ access. Warmest regards, Mark. Sent from my iPhone > On 1 Sep 2023, at 20:33, David Epstein via use-livecode > wrote: > > To clarify my original question: > > I'm not e

Re: is strictly a name

2023-09-01 Thread Mark Waddingham via use-livecode
peat There might be a few other places where you could see a name rather than a string, but as mentioned above - its unlikely that 99.9% of people would ever need to worry about it :) Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Ama

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-28 Thread Mark Smith via use-livecode
boy can I relate to that! If it wasn’t for Matthias…. Mark ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: OT - Mac Notarization Problem - Desperation setting in

2023-08-25 Thread Mark Smith via use-livecode
the solution is, once you’ve found it. Cheers and best of luck, Mark > On 25 Aug 2023, at 3:37 pm, Timothy Bleiler via use-livecode > wrote: > > Thank you Heather, > > I’ll take a look. Matthias Rebbe is also trying to help me find the problem. > > Regards, > Tim Bleiler

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-20 Thread Mark Waddingham via use-livecode
. The SQLite JSON support was included in dbsqlite in 9.0.3 - https://quality.livecode.com/show_bug.cgi?id=21821 Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode

Re: Detecting when resizeStack is completed

2023-08-18 Thread Mark Waddingham via use-livecode
the result into sPendingResizeId end resizeStack on _doResizeStack pWidth, pHeight lock screen ... do relayout ... unlock screen end _doResizeStack ``` This defers the relayout code until a resize stack message has not been sent for the timeout interval. Warmest Regards, Mark. -- Mark Wadd

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread Mark Talluto via use-livecode
Oh, I did not know you could get the downloads another way. I learn something new every day. Thanks. Best regards, Mark Talluto appli.io <https://appli.io/> livecloud.io <https://livecloud.io/> nursenotes.net <https://nursenotes.net/> canelasoftware.com <https://w

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread Mark Talluto via use-livecode
Much appreciated, Panos. I just wanted to confirm that you fixed the issue. Downloading now. Best regards, Mark Talluto appli.io <https://appli.io/> livecloud.io <https://livecloud.io/> nursenotes.net <https://nursenotes.net/> canelasoftware.com <https://www.canelasoftware

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread Mark Talluto via use-livecode
the earth spin a bit and see how it goes for others. This is not a high priority situation for me. :) FWIW, I tried in both Firefox and Safari. Best regards, Mark Talluto appli.io <https://appli.io/> livecloud.io <https://livecloud.io/> nursenotes.net <https://nursenotes.net/>

Re: [[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread Mark Talluto via use-livecode
Hi Panos, I am looking forward to testing this build. I do not have any links to the download on the page. They appear to be missing. The release notes are linked, and I can read them. Best regards, Mark Talluto appli.io <https://appli.io/> livecloud.io <https://liv

Re: Linux filenames in LC Server

2023-08-16 Thread Mark Waddingham via use-livecode
tes on Linux this works fine - however when you ask the remote terminal to list the files, it can only interpret the ascii chars (as the LANG is C) and thus emits octal escapes for the others - here this ix 0xC3 0xA9 which is the utf-8 encoding of e-acute. If I setup the env variables Mark sugge

Re: Browser widget: "Navigation request cancelled"

2023-08-15 Thread Mark Waddingham via use-livecode
10-dp-6. Warmest Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Linux filenames in LC Server

2023-08-15 Thread Mark Waddingham via use-livecode
On 2023-08-15 08:42, Neville Smythe via use-livecode wrote: So if I understand Mark correctly, while one can create utf-8 encoded filenames directly in a terminal session, LC Server internally accesses Apache environment variables to encode/decode the filename before opening a file rather than

Re: Linux filenames in LC Server

2023-08-14 Thread Mark Waddingham via use-livecode
On 2023-08-14 12:30, Mark Waddingham via use-livecode wrote: So assuming that the defaultFolder is accessible in your above script (as a read-only folder would also cause the same error) then there does appear to be something up here... Okay so I'm pretty sure the linux server engine is doing

Re: Linux filenames in LC Server

2023-08-14 Thread Mark Waddingham via use-livecode
On 2023-08-14 12:12, matthias rebbe via use-livecode wrote: Hi Mark, when i read Neville's post i thought also about normalize, although i really do not have a clue about the whole unicode stuff, but i remembered that the standalone builder make use of the normalize function. ;) So i used

Re: Linux filenames in LC Server

2023-08-14 Thread Mark Waddingham via use-livecode
FD" (decomposed). Warmest Regards, Mark. P.S. For all the gory details about Unicode normalization forms see - https://unicode.org/reports/tr15/ -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things

Re: LC 9.6.9 App uses too much memory!

2023-08-14 Thread Mark Waddingham via use-livecode
with recipe and attach (or send to supp...@livecode.com if its sensitive) the stack and recipe for reproducing the problem so we can take a look. Thanks in advance, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things

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

2023-08-09 Thread Mark Smith via use-livecode
Very useful info Matthias. Thanks for posting. Mark > On 9 Aug 2023, at 2:41 pm, matthias rebbe via use-livecode > wrote: > > Every version of Xocde come with it own version of command line tools. > If you are just creating macOS standalones then you just need the comman

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

2023-08-09 Thread Mark Smith via use-livecode
any help but there is a list of LC versions and compatible/required Xcode versions here… (in the first entry on the page) https://livecode.com/resources/support/ask-a-question/ <https://livecode.com/resources/support/ask-a-question/> Mark > On 9 Aug 2023, at 1:40 pm, Dar Scott via use-

Re: Variable Watcher disappeared

2023-08-08 Thread Mark Smith via use-livecode
Bob, glad you were able to fix it. I wonder what caused it in the first place. Martin, an incredible list of ways to get windows back. Thanks for posting!!! Sent from my iPhone > On Aug 8, 2023, at 9:05 PM, Bob Sneidar via use-livecode > wrote: > > Didn’t try that. Too late now, I’m on new

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

2023-08-08 Thread Mark Smith via use-livecode
I get this in response to Xcode-select -p /Applications/Xcode 13.2.app/Contents/Developer > On 8 Aug 2023, at 5:41 pm, Dar Scott via use-livecode > wrote: > > xcode-select -p > /Library/Developer/CommandLineTools > >> On Aug 8, 2023, at 10:19 AM, Dar Scott via use-livecode >> wrote: >>

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

2023-08-08 Thread Mark Smith via use-livecode
I should add I used 9.6.8 on Monterey. > On 8 Aug 2023, at 2:59 pm, Dar Scott via use-livecode > wrote: > > Thanks, Jacque! > > That gives me a clue. I will try to get more info on this. > > However, that note shows how to delete the offending resource using the xattr > tool, but I have no

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

2023-08-08 Thread Mark Smith via use-livecode
Hi Dar, I just built one unsigned and it worked fine. Will you be signing it for distribution in the Mac App store as well? Mark > On 8 Aug 2023, at 2:59 pm, Dar Scott via use-livecode > wrote: > > Thanks, Jacque! > > That gives me a clue. I will try to get more info on

Re: tsNetGet() on android

2023-08-06 Thread Mark Wieder via use-livecode
7 instead? That should eliminate dns as a variable. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

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

2023-08-04 Thread Mark Smith via use-livecode
Many thanks!! > On 4 Aug 2023, at 3:12 pm, panagiotis m via use-livecode > wrote: > > @Mark > There is a file "changelog.txt" in the bundle that describes all the > bugfixes and new features that are added per widget. _

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

2023-08-04 Thread Mark Smith via use-livecode
Hi Panos, while you are updating Bugzilla could you make a brief list of the bug fixes and post them here? Mark Sent from my iPhone > On Aug 4, 2023, at 2:49 PM, panagiotis merakos via use-livecode > wrote: > > Hello all, > > Just to let you know that

Re: Reorder fields

2023-07-29 Thread Mark Smith via use-livecode
ool but my goodness you really have to know your stuff to make that manoeuvre happen. But also thank you for the opportunity to discuss this further. It helps with the encoding of this new information into my ageing brain  And also, if I got any of it w

Re: Reorder fields

2023-07-29 Thread Mark Smith via use-livecode
Thank you everyone. Geoff, I’ve never played with Navigator but from the sounds of it you’ve kept it updated. Is it still available? Mark > On 28 Jul 2023, at 11:20 pm, Geoff Canyon wrote: > > Also check out the relayerGroupedControls property. It probably would have > led to

Re: charIndex property

2023-07-29 Thread Mark Smith via use-livecode
>>> On Jul 28, 2023, at 04:55, Paul Dupuis via use-livecode >>> wrote: >>> >>> On 7/27/2023 5:06 PM, Mark Waddingham via use-livecode wrote: >>> Oh those pesky chunks which don’t ‘cover’ the target string (which is >>> actually all of them e

Re: Reorder fields

2023-07-28 Thread Mark Smith via use-livecode
of checking the PB was useful in “seeing” that each fields label and field was grouped (even without the select grouped icon being toggled on). Thanks to all. Mark > On 28 Jul 2023, at 5:27 pm, J. Landman Gay via use-livecode > wrote: > > You can toggle what gets selected with

Re: Reorder fields

2023-07-28 Thread Mark Smith via use-livecode
of the > fields only was not properly grokked? > > Craig > >> On Jul 28, 2023, at 10:19 AM, Mark Smith via use-livecode >> wrote: >> >> Thanks Paul. That is one of those super helpful tips that is hard to >> discover on your own. 1 day we need an easil

Re: Reorder fields

2023-07-28 Thread Mark Smith via use-livecode
Thanks Paul. That is one of those super helpful tips that is hard to discover on your own. 1 day we need an easily searchable wiki for all this acquired wisdom (but for now I have tucked it away for future reference). Thanks for replying. Mark > On 28 Jul 2023, at 3:00 pm, Paul Dupuis

Reorder fields

2023-07-28 Thread Mark Smith via use-livecode
How do you reorder fields? I have a form (prebuilt) with 3 fields (a,b,c) in positions 9, 15, 12 (as indicated by the Layer field in the Position tab). Tabbing cause these fields to be visited in the order a, c, b whereas I would prefer a, b, c. I have tried all manner of editing the Layer

Re: charIndex property

2023-07-27 Thread Mark Waddingham via use-livecode
(codeunitoffset(null, S) to -1 of S Return the number of chars in S + 1 The problem before was the chars which do not form part of the last chunk and remain after deletion. The above puts in a sentinel char which can be searched for to find where the requested chunk started. Second time lucky? ;) Mark

Re: LC on Sonoma beta

2023-07-27 Thread Mark Smith via use-livecode
Thanks Mark. Wonderful to see LC is working on it. > On 27 Jul 2023, at 9:39 am, Mark Waddingham via use-livecode > wrote: > > On 2023-07-26 21:20, Marty Knapp via use-livecode wrote: >> Anyone have any input regarding LC apps running on the Apple Sonoma beta? I >

Re: LC on Sonoma beta

2023-07-27 Thread Mark Waddingham via use-livecode
Regards, Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/ LiveCode: Build Amazing Things ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: charIndex property

2023-07-27 Thread Mark Waddingham via use-livecode
first char of the specified word (which is what charIndex gives you in a field) is that +1. The above should work for both +ve and -ve indices, and the obvious changes will make it work for other string chunks (i.e. change 'Word' for ). Hope this helps! Warmest Regards, Mark. -- Mark Wadd

Re: Which Livecode/Xcode/macOS/iOS version

2023-07-25 Thread Mark Wieder via use-livecode
FAQ should be front and center instead of buried a few layers down. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Re: Which Livecode/Xcode/macOS/iOS version

2023-07-25 Thread Mark Wieder via use-livecode
erence. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android app black screen?

2023-07-25 Thread Mark Smith via use-livecode
No worries, I understood  Thanks > On 25 Jul 2023, at 2:02 pm, panagiotis m via use-livecode > wrote: > > heh the name of the command should have been "initAR" > > Cheers, > Panos > -- > > On Tue, 25 Jul 2023 at 16:01, panagiotis m wrote: >

Re: Android app black screen?

2023-07-25 Thread Mark Smith via use-livecode
t; Am 25.07.2023 um 14:06 schrieb panagiotis m via use-livecode < >> use-livecode@lists.runrev.com>: >>> >>> Hello Klaus, >>> >>> Are you setting the acceleratedRendering to true on startup? >> >> no, should I? 8-) >> However t

Re: Android app black screen?

2023-07-25 Thread Mark Smith via use-livecode
I’ve not spend any time trying to debug this. It would be nice to be able to trace the problem back to its origins and institute a remedy. Please let me know if you come up with any suggestions. Best, Mark > On 24 Jul 2023, at 8:04 pm, Klaus major-k via use-livecode > wrote: > > Hi all,

Re: Question re download timeout setting

2023-07-24 Thread Mark Smith via use-livecode
Hi William, This is a long shot, but in case it inspires a solution, I do something like the following to upload and download files to dropbox (which I think is similar to what Matthias is suggesting as well). put "/todoitems.sqlite" into pPath -- the path to the file on server, in this

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
of way to phrase it, I may even try the mothership. At the moment, however, I have no way to make this happen reliably so that’s not much for them to go on. Mark > On 18 Jul 2023, at 7:44 pm, matthias rebbe via use-livecode > wrote: > > Hi Mark, > it seems error -9805 is

  1   2   3   4   5   6   7   8   9   10   >