IAC for Livecode standalones

2022-04-13 Thread Neville Smythe via use-livecode
When developing my recent utility I have thought it could be useful if other users could access the output from some of its features, in other words inter-application communication. Stacks can do this if the utility is running in the IDE but not when run as a standalone. Now a Mac fully-feature

Re: widget properties

2022-04-13 Thread Neville Smythe via use-livecode
(BugĀ 23670 ) has been referred by QualityControl to Expert Review, as Panos was not sure whether this is a real bug. As a use-case I have commented that the properties of all controls, including widgets, is needed when comparing stacks for exa

Re: Quick Windows 11 test...

2022-04-13 Thread Paul Dupuis via use-livecode
Thank you to everyone for the responses. I hope that LC 10 will "fix" the systemVersion() to return customer meaningful OS version information, but I recognize that is hard to do when the OS manufacturers (I am looking at YOU Microsoft and Apple) do not update their OS APIs to return the same

Re: Quick Windows 11 test...

2022-04-13 Thread matthias rebbe via use-livecode
Or you could execute this windows shell command in the LC shell() function wmic os get Caption /value which then would return something like this for example Caption=Microsoft Windows 11 Enterprise > Am 13.04.2022 um 20:26 schrieb matthias_livecode_150...@m-r-d.de: > > This here would > > r

Re: Quick Windows 11 test...

2022-04-13 Thread matthias rebbe via use-livecode
This here would return the macOS version and would return Windows 10 on version 10 and Windows 11 on version 11 If you also need this for other Windows version you have to extend it a little bit switch the platform case "Win32" put shell("ver") into tVersion set the itemdelimiter to "." if ite

Re: Quick Windows 11 test...

2022-04-13 Thread matthias rebbe via use-livecode
Ups, not 'version' but 'ver' returns 10.0.xx.x. In my case 10.0.22581.100 Any value above 22000 is Windows 11, any value below of 22000 is Windows 10. > Am 13.04.2022 um 20:01 schrieb matthias_livecode_150...@m-r-d.de: > > Unfortunately Windows 11 shell command 'version" returns NT 10.0.

Re: Quick Windows 11 test...

2022-04-13 Thread matthias rebbe via use-livecode
Unfortunately Windows 11 shell command 'version" returns NT 10.0. That's the same value as Windows 10 returns. > Am 13.04.2022 um 19:40 schrieb Paul Dupuis via use-livecode > : > > On 4/13/2022 11:19 AM, panagiotis m via use-livecode wrote: >> Hello all, >> >> The function systemversion()

Re: Quick Windows 11 test...

2022-04-13 Thread Paul Dupuis via use-livecode
On 4/13/2022 11:19 AM, panagiotis m via use-livecode wrote: Hello all, The function systemversion() returns 10.16.0 on MacOS Big Sur and above. This is something we should fix. As a workaround, until this is fixed, you can use this to get the system version on MacOS: function mySystemVersion

Re: Localizing e.g. "Answer dialog" featuzre reques = hibernated?

2022-04-13 Thread Klaus major-k via use-livecode
Hi all, OK, all jokes aside, please add a comment to that bug if you agree, so it will hopefully be reopened! > Am 11.04.2022 um 19:51 schrieb Klaus major-k via use-livecode > : > > Hi all, > > some time ago I "feature requested" a possibility to localize e.g. the > "Answer Dialog": >

Re: Quick Windows 11 test...

2022-04-13 Thread panagiotis m via use-livecode
Hello all, The function systemversion() returns 10.16.0 on MacOS Big Sur and above. This is something we should fix. As a workaround, until this is fixed, you can use this to get the system version on MacOS: function mySystemVersion get shell("sw_vers -productVersion") return it end mySyst

Re: Quick Windows 11 test...

2022-04-13 Thread matthias rebbe via use-livecode
NT 10.0 > Am 13.04.2022 um 16:58 schrieb Paul Dupuis via use-livecode > : > > Can someone on Windows 11 with either (or both) LC 9.6.6 and 9.6.7 execute > > put systemVersion() > > and tell me what is reported? > > ___ > use-livecode mailing list >

Re: Quick Windows 11 test...

2022-04-13 Thread Klaus major-k via use-livecode
Hi Paul, > Am 13.04.2022 um 17:03 schrieb Paul Dupuis via use-livecode > : > > On 4/13/2022 10:58 AM, Paul Dupuis via use-livecode wrote: >> Can someone on Windows 11 with either (or both) LC 9.6.6 and 9.6.7 execute >> >> put systemVersion() >> and tell me what is reported? > > I would also be

Re: Quick Windows 11 test...

2022-04-13 Thread Paul Dupuis via use-livecode
On 4/13/2022 10:58 AM, Paul Dupuis via use-livecode wrote: Can someone on Windows 11 with either (or both) LC 9.6.6 and 9.6.7 execute put systemVersion() and tell me what is reported? I would also be really helpful to know exactly what put systemVersion() returns on macOS Monterey for LC

Quick Windows 11 test...

2022-04-13 Thread Paul Dupuis via use-livecode
Can someone on Windows 11 with either (or both) LC 9.6.6 and 9.6.7 execute put systemVersion() and tell me what is reported? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su