From david.bovill at gmail.com Sun Feb 5 07:28:34 2023 From: david.bovill at gmail.com (David Bovill) Date: Sun, 5 Feb 2023 12:28:34 +0000 Subject: Browser Widget navigation and urls Message-ID: I have a web site which I navigate in Chrome, and then in the Livecode browser widget. I load the same starting url. In Chrome the browsers url changes as I navigate the pages, while if I navigate to the saem place in the same way in Livecodes embedded browser "the url" of the browser widget returns the original url and not the one i've navigated to. I'm trying to bookmark the url of the page navigated to in the browser widget - any ideas? From Mark at rauterkus.com Sun Feb 5 08:56:34 2023 From: Mark at rauterkus.com (Mark Rauterkus) Date: Sun, 5 Feb 2023 08:56:34 -0500 Subject: Training the AI to write better LiveCode In-Reply-To: References: Message-ID: Medium article: Guy uses Chat GPT to program home assistant. https://matemarschalko.medium.com/chatgpt-in-an-ios-shortcut-worlds-smartest-homekit-voice-assistant-9a33b780007a -- Ta. Mark Rauterkus Mark at Rauterkus.com From benr_mc at cogapp.com Mon Feb 6 07:24:52 2023 From: benr_mc at cogapp.com (Ben Rubinstein) Date: Mon, 6 Feb 2023 12:24:52 +0000 Subject: Browser Widget navigation and urls In-Reply-To: References: Message-ID: <9271a4f7-0b6c-1ef5-3e08-8e43052ed7f2@cogapp.com> The website might be actually a JavaScript 'app' that's displaying different information rather than navigating to different pages, which is now a very popular web dev technique. A responsible implementation of this approach includes a non-JS fallback, for accessibility purposes; and makes the app manipulate the browser's URL display so that if someone bookmarks the page, or sends a link, the link will work to display the same 'page' as the user intended. You might be able to inject something to access the 'window.location' object, which I think is what is manipulated in this case. On 05/02/2023 12:28, David Bovill via use-livecode wrote: > I have a web site which I navigate in Chrome, and then in the Livecode > browser widget. I load the same starting url. In Chrome the browsers url > changes as I navigate the pages, while if I navigate to the saem place in > the same way in Livecodes embedded browser "the url" of the browser widget > returns the original url and not the one i've navigated to. > > I'm trying to bookmark the url of the page navigated to in the browser > widget - any ideas? > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From david.bovill at gmail.com Mon Feb 6 09:02:18 2023 From: david.bovill at gmail.com (David Bovill) Date: Mon, 6 Feb 2023 14:02:18 +0000 Subject: Browser Widget navigation and urls In-Reply-To: <9271a4f7-0b6c-1ef5-3e08-8e43052ed7f2@cogapp.com> References: <9271a4f7-0b6c-1ef5-3e08-8e43052ed7f2@cogapp.com> Message-ID: Thanks Ben, will try experiment with window.location method... On Mon, 6 Feb 2023, 12:26 Ben Rubinstein via use-livecode, < use-livecode at lists.runrev.com> wrote: > The website might be actually a JavaScript 'app' that's displaying > different > information rather than navigating to different pages, which is now a very > popular web dev technique. > > A responsible implementation of this approach includes a non-JS fallback, > for > accessibility purposes; and makes the app manipulate the browser's URL > display > so that if someone bookmarks the page, or sends a link, the link will work > to > display the same 'page' as the user intended. > > You might be able to inject something to access the 'window.location' > object, > which I think is what is manipulated in this case. > > > On 05/02/2023 12:28, David Bovill via use-livecode wrote: > > I have a web site which I navigate in Chrome, and then in the Livecode > > browser widget. I load the same starting url. In Chrome the browsers url > > changes as I navigate the pages, while if I navigate to the saem place in > > the same way in Livecodes embedded browser "the url" of the browser > widget > > returns the original url and not the one i've navigated to. > > > > I'm trying to bookmark the url of the page navigated to in the browser > > widget - any ideas? > > _______________________________________________ > > use-livecode mailing list > > use-livecode at lists.runrev.com > > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > From MikeKerner at roadrunner.com Mon Feb 6 09:03:29 2023 From: MikeKerner at roadrunner.com (Mike Kerner) Date: Mon, 6 Feb 2023 09:03:29 -0500 Subject: Training the AI to write better LiveCode In-Reply-To: References: Message-ID: there was also a thread on twitter this weekend, which was roughly this: A - A - A = 25 B - B - B = 20 C - C - C = 15 A + B + C = ? It's still early. On Sun, Feb 5, 2023 at 8:57 AM Mark Rauterkus via use-livecode < use-livecode at lists.runrev.com> wrote: > Medium article: Guy uses Chat GPT to program home assistant. > > > https://matemarschalko.medium.com/chatgpt-in-an-ios-shortcut-worlds-smartest-homekit-voice-assistant-9a33b780007a > > > > -- > Ta. > > > Mark Rauterkus Mark at Rauterkus.com > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." From MikeKerner at roadrunner.com Mon Feb 6 09:52:12 2023 From: MikeKerner at roadrunner.com (Mike Kerner) Date: Mon, 6 Feb 2023 09:52:12 -0500 Subject: Training the AI to write better LiveCode In-Reply-To: References: Message-ID: also, from zdnet, this am https://www.zdnet.com/article/i-asked-chatgpt-to-write-a-wordpress-plugin-i-needed-it-did-in-less-than-5-minutes/ On Sun, Feb 5, 2023 at 8:57 AM Mark Rauterkus via use-livecode < use-livecode at lists.runrev.com> wrote: > Medium article: Guy uses Chat GPT to program home assistant. > > > https://matemarschalko.medium.com/chatgpt-in-an-ios-shortcut-worlds-smartest-homekit-voice-assistant-9a33b780007a > > > > -- > Ta. > > > Mark Rauterkus Mark at Rauterkus.com > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." From craig at starfirelighting.com Mon Feb 6 09:56:41 2023 From: craig at starfirelighting.com (Craig Newman) Date: Mon, 6 Feb 2023 09:56:41 -0500 Subject: Training the AI to write better LiveCode In-Reply-To: References: Message-ID: <2FDECBB3-7743-43BF-AFCF-E2626A1B1FB2@starfirelighting.com> A = -25 B = -20 C = -15 So, -60. Craig > On Feb 6, 2023, at 9:03 AM, Mike Kerner via use-livecode wrote: > > there was also a thread on twitter this weekend, which was roughly this: > A - A - A = 25 > B - B - B = 20 > C - C - C = 15 > A + B + C = ? > It's still early. > > On Sun, Feb 5, 2023 at 8:57 AM Mark Rauterkus via use-livecode < > use-livecode at lists.runrev.com> wrote: > >> Medium article: Guy uses Chat GPT to program home assistant. >> >> >> https://matemarschalko.medium.com/chatgpt-in-an-ios-shortcut-worlds-smartest-homekit-voice-assistant-9a33b780007a >> >> >> >> -- >> Ta. >> >> >> Mark Rauterkus Mark at Rauterkus.com >> _______________________________________________ >> use-livecode mailing list >> use-livecode at lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > > > -- > On the first day, God created the heavens and the Earth > On the second day, God created the oceans. > On the third day, God put the animals on hold for a few hours, > and did a little diving. > And God said, "This is good." > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From MikeKerner at roadrunner.com Mon Feb 6 10:04:03 2023 From: MikeKerner at roadrunner.com (Mike Kerner) Date: Mon, 6 Feb 2023 10:04:03 -0500 Subject: Training the AI to write better LiveCode In-Reply-To: <2FDECBB3-7743-43BF-AFCF-E2626A1B1FB2@starfirelighting.com> References: <2FDECBB3-7743-43BF-AFCF-E2626A1B1FB2@starfirelighting.com> Message-ID: that's not what chatgpt came up with. but that's the point - it's still early. On Mon, Feb 6, 2023 at 9:57 AM Craig Newman via use-livecode < use-livecode at lists.runrev.com> wrote: > A = -25 > B = -20 > C = -15 > > So, -60. > > Craig > > > On Feb 6, 2023, at 9:03 AM, Mike Kerner via use-livecode < > use-livecode at lists.runrev.com> wrote: > > > > there was also a thread on twitter this weekend, which was roughly this: > > A - A - A = 25 > > B - B - B = 20 > > C - C - C = 15 > > A + B + C = ? > > It's still early. > > > > On Sun, Feb 5, 2023 at 8:57 AM Mark Rauterkus via use-livecode < > > use-livecode at lists.runrev.com> wrote: > > > >> Medium article: Guy uses Chat GPT to program home assistant. > >> > >> > >> > https://matemarschalko.medium.com/chatgpt-in-an-ios-shortcut-worlds-smartest-homekit-voice-assistant-9a33b780007a > >> > >> > >> > >> -- > >> Ta. > >> > >> > >> Mark Rauterkus Mark at Rauterkus.com > >> _______________________________________________ > >> use-livecode mailing list > >> use-livecode at lists.runrev.com > >> Please visit this url to subscribe, unsubscribe and manage your > >> subscription preferences: > >> http://lists.runrev.com/mailman/listinfo/use-livecode > >> > > > > > > -- > > On the first day, God created the heavens and the Earth > > On the second day, God created the oceans. > > On the third day, God put the animals on hold for a few hours, > > and did a little diving. > > And God said, "This is good." > > _______________________________________________ > > use-livecode mailing list > > use-livecode at lists.runrev.com > > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." From irog at mac.com Mon Feb 6 14:44:20 2023 From: irog at mac.com (Roger Guay) Date: Mon, 6 Feb 2023 12:44:20 -0700 Subject: Training the AI to write better LiveCode In-Reply-To: References: <2FDECBB3-7743-43BF-AFCF-E2626A1B1FB2@starfirelighting.com> Message-ID: Forgive me for jumping in, but decided to try this myself. Here is the dialogue attempting to correct ChatGPT : -------------- next part -------------- What fun! Roger > On Feb 6, 2023, at 8:04 AM, Mike Kerner via use-livecode wrote: > > that's not what chatgpt came up with. > but that's the point - it's still early. > > On Mon, Feb 6, 2023 at 9:57 AM Craig Newman via use-livecode < > use-livecode at lists.runrev.com> wrote: > >> A = -25 >> B = -20 >> C = -15 >> >> So, -60. >> >> Craig >> From irog at mac.com Mon Feb 6 15:04:23 2023 From: irog at mac.com (Roger Guay) Date: Mon, 6 Feb 2023 13:04:23 -0700 Subject: Training the AI to write better LiveCode In-Reply-To: References: <2FDECBB3-7743-43BF-AFCF-E2626A1B1FB2@starfirelighting.com> Message-ID: I forgot . . . can’t send attachments. Here is the dialogue: Me: A-A-A=25 AND B-B-B=20 AND C-C-C=15, WHAT IS A+B+C? GPT: A + B + C = (A-A-A + B-B-B + C-C-C)/3 + (A + B + C) = (25 + 20 + 15)/3 + (A + B + C) = 60/3 + (A + B + C) = 20 + (A + B + C) = 20 + A + B + C Therefore, A + B + C = 20 + A + B + C, and (A + B + C) = 20. Me: try again. Given that A-A-A=25 and B-B-B=20 and C-C-C=15, what is A+B+C? GPT: If A-A-A=25, then A = (25 + 3A)/3, so 3A = 25 + 3A, and 2A = 25, and A = 12.5. Similarly, B = (20 + 3B)/3, so B = 10, and C = (15 + 3C)/3, so C = 5. So, A + B + C = 12.5 + 10 + 5 = 27.5. Me: Solve each given equation individually and try again GPT: Sure, let's solve each equation individually: A-A-A = 25 A = (25 + 3A)/3 3A = 25 + 3A 2A = 25 A = 12.5 B-B-B = 20 B = (20 + 3B)/3 3B = 20 + 3B 2B = 20 B = 10 C-C-C = 15 C = (15 + 3C)/3 3C = 15 + 3C 2C = 15 C = 7.5 So, A + B + C = 12.5 + 10 + 7.5 = 30. Me: what is A - A -A? GPT: A - A - A is an algebraic expression that represents subtracting the same quantity, A, three times. If A is a number, then A - A - A would equal -2A. However, in the context of a specific problem, the value of A - A - A may be something else, such as 25 in the equation A - A - A = 25. Me: I disagree. A - A - A = A -2A = -A GPT: Yes, you are correct. I apologize for the mistake in my previous answer. A - A - A = A - 2A = -A. Thank you for bringing this to my attention. Me: Now go back to the original question and solve it GPT: Given the equations A-A-A = 25 and B-B-B = 20 and C-C-C = 15, we can find the values of A, B, and C and then calculate the sum A + B + C. Starting with A-A-A = 25, we can simplify this expression: A - A - A = A - 2A = -A = 25 Therefore, A = -25. Similarly, we can find B and C: B-B-B = 20 B = -20 C-C-C = 15 C = -15 Finally, we can calculate A + B + C: A + B + C = -25 + -20 + -15 = -60. So, the answer to A + B + C given that A-A-A = 25, B-B-B = 20, and C-C-C = 15 is -60. Me: Yes! can you remember this? GPT: As an AI language model, I don't have the capacity to remember specific information in the sense that humans do, but I have been trained on a vast corpus of text, so I can use that knowledge to answer questions like this one. So, I can assist you with similar questions in the future. > On Feb 6, 2023, at 12:44 PM, Roger Guay via use-livecode wrote: > > Forgive me for jumping in, but decided to try this myself. Here is the dialogue attempting to correct ChatGPT : > > > What fun! > > Roger > >> On Feb 6, 2023, at 8:04 AM, Mike Kerner via use-livecode wrote: >> >> that's not what chatgpt came up with. >> but that's the point - it's still early. >> >> On Mon, Feb 6, 2023 at 9:57 AM Craig Newman via use-livecode < >> use-livecode at lists.runrev.com> wrote: >> >>> A = -25 >>> B = -20 >>> C = -15 >>> >>> So, -60. >>> >>> Craig >>> > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From panos.merakos at livecode.com Thu Feb 9 09:24:39 2023 From: panos.merakos at livecode.com (panagiotis merakos) Date: Thu, 9 Feb 2023 16:24:39 +0200 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available Message-ID: Hello all, Just to let you know that there is an update of the enhancements bundle available in your account area. Latest update 1.0.29: 9 February 2023 This update includes several bugfixes. I'll update BugZilla later tonight. Kind regards, -- Panos Merakos LiveCode Software Developer Everyone Can Create Apps From paul at researchware.com Thu Feb 9 09:53:33 2023 From: paul at researchware.com (Paul Dupuis) Date: Thu, 9 Feb 2023 09:53:33 -0500 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: Message-ID: On 2/9/2023 9:24 AM, panagiotis merakos via use-livecode wrote: > Hello all, > > Just to let you know that there is an update of the enhancements bundle > available in your account area. > > Latest update 1.0.29: 9 February 2023 > > This update includes several bugfixes. I'll update BugZilla later tonight. > > Kind regards, > > > > > I just downloaded and installed the new widgets in LC9.6.9rc2 and tried the Polylist. I don't seem to be able to add any columns via the Property Inspector. RECIPE on Windows 10: Launch LC9.6.9rc2, create a new stack, add a Polylist, bring up the Property Inspector for the new Polylist, click on the columns tab, click on the Plus icon to add a column. Enter a name for the column (i.e. Test, or Name, or Col1) and click ok. Result: No column added. Anyone else see this? From paul at researchware.com Thu Feb 9 09:59:03 2023 From: paul at researchware.com (Paul Dupuis) Date: Thu, 9 Feb 2023 09:59:03 -0500 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: Message-ID: On 2/9/2023 9:53 AM, Paul Dupuis via use-livecode wrote: > On 2/9/2023 9:24 AM, panagiotis merakos via use-livecode wrote: >> Hello all, >> >> Just to let you know that there is an update of the enhancements bundle >> available in your account area. >> >> Latest update 1.0.29: 9 February 2023 >> >> This update includes several bugfixes. I'll update BugZilla later >> tonight. >> >> Kind regards, >> >> >> >> >> > > I just downloaded and installed the new widgets in LC9.6.9rc2 and > tried the Polylist. I don't seem to be able to add any columns via the > Property Inspector. RECIPE on Windows 10: Launch LC9.6.9rc2, create a > new stack, add a Polylist, bring up the Property Inspector for the new > Polylist, click on the columns tab, click on the Plus icon to add a > column. Enter a name for the column (i.e. Test, or Name, or Col1) and > click ok. Result: No column added. > > Anyone else see this? > If I add at least 1 data element via the Text (or Array) entry tab, then I can see and add additional columns under the column tab of the Property Inspector. It appears the problem is if I am trying to used the Columns tab of the PI to add the first column to an empty Poliylist. From MikeKerner at roadrunner.com Thu Feb 9 10:07:16 2023 From: MikeKerner at roadrunner.com (Mike Kerner) Date: Thu, 9 Feb 2023 10:07:16 -0500 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: Message-ID: Dang it, Panos beat me to it. I hate it when LiveCode makes an announcement about LiveCode before I do. On Thu, Feb 9, 2023 at 10:00 AM Paul Dupuis via use-livecode < use-livecode at lists.runrev.com> wrote: > On 2/9/2023 9:53 AM, Paul Dupuis via use-livecode wrote: > > On 2/9/2023 9:24 AM, panagiotis merakos via use-livecode wrote: > >> Hello all, > >> > >> Just to let you know that there is an update of the enhancements bundle > >> available in your account area. > >> > >> Latest update 1.0.29: 9 February 2023 > >> > >> This update includes several bugfixes. I'll update BugZilla later > >> tonight. > >> > >> Kind regards, > >> > >> > >> > >> > >> > > > > I just downloaded and installed the new widgets in LC9.6.9rc2 and > > tried the Polylist. I don't seem to be able to add any columns via the > > Property Inspector. RECIPE on Windows 10: Launch LC9.6.9rc2, create a > > new stack, add a Polylist, bring up the Property Inspector for the new > > Polylist, click on the columns tab, click on the Plus icon to add a > > column. Enter a name for the column (i.e. Test, or Name, or Col1) and > > click ok. Result: No column added. > > > > Anyone else see this? > > > > If I add at least 1 data element via the Text (or Array) entry tab, then > I can see and add additional columns under the column tab of the > Property Inspector. It appears the problem is if I am trying to used the > Columns tab of the PI to add the first column to an empty Poliylist. > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." From merakosp at gmail.com Thu Feb 9 10:09:12 2023 From: merakosp at gmail.com (panagiotis m) Date: Thu, 9 Feb 2023 17:09:12 +0200 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: Message-ID: Hello Paul, I have followed your recipe and still cannot get it to fail - I can successfully add a new column using the plus button in the Columns tab of the Property Inspector, even if the PL is totally empty (i.e. no columns and no data). I suggest you file a bug report with a short video recipe - maybe I am following slightly different steps and the devil is in the details :) Kind regards, Panos -- On Thu, 9 Feb 2023 at 17:00, Paul Dupuis via use-livecode < use-livecode at lists.runrev.com> wrote: > On 2/9/2023 9:53 AM, Paul Dupuis via use-livecode wrote: > > On 2/9/2023 9:24 AM, panagiotis merakos via use-livecode wrote: > >> Hello all, > >> > >> Just to let you know that there is an update of the enhancements bundle > >> available in your account area. > >> > >> Latest update 1.0.29: 9 February 2023 > >> > >> This update includes several bugfixes. I'll update BugZilla later > >> tonight. > >> > >> Kind regards, > >> > >> > >> > >> > >> > > > > I just downloaded and installed the new widgets in LC9.6.9rc2 and > > tried the Polylist. I don't seem to be able to add any columns via the > > Property Inspector. RECIPE on Windows 10: Launch LC9.6.9rc2, create a > > new stack, add a Polylist, bring up the Property Inspector for the new > > Polylist, click on the columns tab, click on the Plus icon to add a > > column. Enter a name for the column (i.e. Test, or Name, or Col1) and > > click ok. Result: No column added. > > > > Anyone else see this? > > > > If I add at least 1 data element via the Text (or Array) entry tab, then > I can see and add additional columns under the column tab of the > Property Inspector. It appears the problem is if I am trying to used the > Columns tab of the PI to add the first column to an empty Poliylist. > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > From klaus at major-k.de Thu Feb 9 11:41:29 2023 From: klaus at major-k.de (Klaus major-k) Date: Thu, 9 Feb 2023 17:41:29 +0100 Subject: granted permission(s) on mobile Message-ID: <4669452C-2222-4134-9B0C-AB449AC760EF@major-k.de> Hi friends, if our app needs access to e.g. the -> auto-focus camera Will this be covered by the general -> android.permission.CAMERA? I need to check this before taking action with that camera. And is there an equivalent of android.permission.xxx for iOS? Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass klaus at major-k.de From MikeKerner at roadrunner.com Thu Feb 9 13:39:49 2023 From: MikeKerner at roadrunner.com (Mike Kerner) Date: Thu, 9 Feb 2023 13:39:49 -0500 Subject: granted permission(s) on mobile In-Reply-To: <4669452C-2222-4134-9B0C-AB449AC760EF@major-k.de> References: <4669452C-2222-4134-9B0C-AB449AC760EF@major-k.de> Message-ID: on ios if you're using mergAV (barcode scanner), the user needs to permit both camera and video there isn't a permission, per se that you call out when building the app. you trigger the permissions dialogs like this: mergavrequestmediaaccess "video" mergavrequestmediaaccess "audio" On Thu, Feb 9, 2023 at 11:41 AM Klaus major-k via use-livecode < use-livecode at lists.runrev.com> wrote: > Hi friends, > > if our app needs access to e.g. the -> auto-focus camera > Will this be covered by the general -> android.permission.CAMERA? > I need to check this before taking action with that camera. > > And is there an equivalent of android.permission.xxx for iOS? > > Thanks for any hint! > > > Best > > Klaus > -- > Klaus Major > https://www.major-k.de > https://www.major-k.de/bass > klaus at major-k.de > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." From klaus at major-k.de Thu Feb 9 14:48:50 2023 From: klaus at major-k.de (Klaus major-k) Date: Thu, 9 Feb 2023 20:48:50 +0100 Subject: granted permission(s) on mobile In-Reply-To: References: <4669452C-2222-4134-9B0C-AB449AC760EF@major-k.de> Message-ID: Hi Mike, > Am 09.02.2023 um 19:39 schrieb Mike Kerner via use-livecode : > > on ios if you're using mergAV (barcode scanner), the user needs to permit > both camera and video > there isn't a permission, per se that you call out when building the app. > you trigger the permissions dialogs like this: > mergavrequestmediaaccess "video" > mergavrequestmediaaccess "audio" aha, thank you! So I also have to check "Video camera" in the "Standalone Application Setting" for iOS? Currently I only have "auto focus camera" checked adn tha app ONLY needs to scan a qr-code. > On Thu, Feb 9, 2023 at 11:41 AM Klaus major-k via use-livecode < > use-livecode at lists.runrev.com> wrote: > >> Hi friends, >> if our app needs access to e.g. the -> auto-focus camera >> Will this be covered by the general -> android.permission.CAMERA? >> I need to check this before taking action with that camera. >> And is there an equivalent of android.permission.xxx for iOS? >> Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass klaus at major-k.de From MikeKerner at roadrunner.com Fri Feb 10 09:35:55 2023 From: MikeKerner at roadrunner.com (Mike Kerner) Date: Fri, 10 Feb 2023 09:35:55 -0500 Subject: granted permission(s) on mobile In-Reply-To: References: <4669452C-2222-4134-9B0C-AB449AC760EF@major-k.de> Message-ID: I have n/a ticked on all of those permissions. the permissions are handled by the external. i don't ever recall ticking any of those permissions, ever, and we've been doing barcoding since the beginning. On Thu, Feb 9, 2023 at 2:49 PM Klaus major-k via use-livecode < use-livecode at lists.runrev.com> wrote: > Hi Mike, > > > Am 09.02.2023 um 19:39 schrieb Mike Kerner via use-livecode < > use-livecode at lists.runrev.com>: > > > > on ios if you're using mergAV (barcode scanner), the user needs to permit > > both camera and video > > there isn't a permission, per se that you call out when building the app. > > you trigger the permissions dialogs like this: > > mergavrequestmediaaccess "video" > > mergavrequestmediaaccess "audio" > > aha, thank you! > > So I also have to check "Video camera" in the "Standalone Application > Setting" for iOS? > Currently I only have "auto focus camera" checked adn tha app ONLY needs > to scan a qr-code. > > > On Thu, Feb 9, 2023 at 11:41 AM Klaus major-k via use-livecode < > > use-livecode at lists.runrev.com> wrote: > > > >> Hi friends, > >> if our app needs access to e.g. the -> auto-focus camera > >> Will this be covered by the general -> android.permission.CAMERA? > >> I need to check this before taking action with that camera. > >> And is there an equivalent of android.permission.xxx for iOS? > >> Thanks for any hint! > > Best > > Klaus > > -- > Klaus Major > https://www.major-k.de > https://www.major-k.de/bass > klaus at major-k.de > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." From paul at researchware.com Fri Feb 10 12:35:41 2023 From: paul at researchware.com (Paul Dupuis) Date: Fri, 10 Feb 2023 12:35:41 -0500 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: Message-ID: <23e794f3-e0c7-28bd-4f04-394dc8a4a2c0@researchware.com> Hi Panos, I posted bug: https://quality.livecode.com/show_bug.cgi?id=24109 In my prior post to this list, my recipe for the bug referred to the "Polylist" widget when I meant the "PolyGrid" widget. Sorry, I get the names confused sometimes. On 2/9/2023 10:09 AM, panagiotis m via use-livecode wrote: > Hello Paul, > > I have followed your recipe and still cannot get it to fail - I can > successfully add a new column using the plus button in the Columns tab of > the Property Inspector, even if the PL is totally empty (i.e. no columns > and no data). > > I suggest you file a bug report with a short video recipe - maybe I am > following slightly different steps and the devil is in the details :) > > Kind regards, > Panos > -- > > On Thu, 9 Feb 2023 at 17:00, Paul Dupuis via use-livecode < > use-livecode at lists.runrev.com> wrote: > >> On 2/9/2023 9:53 AM, Paul Dupuis via use-livecode wrote: >>> On 2/9/2023 9:24 AM, panagiotis merakos via use-livecode wrote: >>>> Hello all, >>>> >>>> Just to let you know that there is an update of the enhancements bundle >>>> available in your account area. >>>> >>>> Latest update 1.0.29: 9 February 2023 >>>> >>>> This update includes several bugfixes. I'll update BugZilla later >>>> tonight. >>>> >>>> Kind regards, >>>> >>>> >>>> >>>> >>>> >>> I just downloaded and installed the new widgets in LC9.6.9rc2 and >>> tried the Polylist. I don't seem to be able to add any columns via the >>> Property Inspector. RECIPE on Windows 10: Launch LC9.6.9rc2, create a >>> new stack, add a Polylist, bring up the Property Inspector for the new >>> Polylist, click on the columns tab, click on the Plus icon to add a >>> column. Enter a name for the column (i.e. Test, or Name, or Col1) and >>> click ok. Result: No column added. >>> >>> Anyone else see this? >>> >> If I add at least 1 data element via the Text (or Array) entry tab, then >> I can see and add additional columns under the column tab of the >> Property Inspector. It appears the problem is if I am trying to used the >> Columns tab of the PI to add the first column to an empty Poliylist. >> >> >> _______________________________________________ >> use-livecode mailing list >> use-livecode at lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From klaus at major-k.de Fri Feb 10 13:04:08 2023 From: klaus at major-k.de (Klaus major-k) Date: Fri, 10 Feb 2023 19:04:08 +0100 Subject: granted permission(s) on mobile In-Reply-To: References: <4669452C-2222-4134-9B0C-AB449AC760EF@major-k.de> Message-ID: <4ED684D8-A6A0-4076-8930-C105EAAE0F86@major-k.de> Hi Mike, > Am 10.02.2023 um 15:35 schrieb Mike Kerner via use-livecode : > > I have n/a ticked on all of those permissions. the permissions are handled > by the external. i don't ever recall ticking any of those permissions, > ever, and we've been doing barcoding since the beginning. ah, I see, thank you! > On Thu, Feb 9, 2023 at 2:49 PM Klaus major-k via use-livecode < > use-livecode at lists.runrev.com> wrote: > >> Hi Mike, >> >>> Am 09.02.2023 um 19:39 schrieb Mike Kerner via use-livecode < >> use-livecode at lists.runrev.com>: >>> >>> on ios if you're using mergAV (barcode scanner), the user needs to permit >>> both camera and video >>> there isn't a permission, per se that you call out when building the app. >>> you trigger the permissions dialogs like this: >>> mergavrequestmediaaccess "video" >>> mergavrequestmediaaccess "audio" >> >> aha, thank you! >> >> So I also have to check "Video camera" in the "Standalone Application >> Setting" for iOS? >> Currently I only have "auto focus camera" checked adn tha app ONLY needs >> to scan a qr-code. >> >>> On Thu, Feb 9, 2023 at 11:41 AM Klaus major-k via use-livecode < >>> use-livecode at lists.runrev.com> wrote: >>> >>>> Hi friends, >>>> if our app needs access to e.g. the -> auto-focus camera >>>> Will this be covered by the general -> android.permission.CAMERA? >>>> I need to check this before taking action with that camera. >>>> And is there an equivalent of android.permission.xxx for iOS? >>>> Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass klaus at major-k.de From alex at tweedly.net Fri Feb 10 15:54:25 2023 From: alex at tweedly.net (Alex Tweedly) Date: Fri, 10 Feb 2023 20:54:25 +0000 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: Message-ID: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> Hi Panos, I just installed the new Megabundle. When I opened up 'magic palette', I got an error dialog > There was an error executing a script in > stack magic palette. No more information > is available because the stack is password > protected. > Any suggestions how I can get you a helpful error report ? Thanks Alex. P.S. I haven't used 'magic palette' for a long time, so I don't know if this is a new problem or not On 2/9/2023 9:24 AM, panagiotis merakos via use-livecode wrote: >>>> Hello all, >>>> >>>> Just to let you know that there is an update of the enhancements bundle >>>> available in your account area. >>>> >>>> Latest update 1.0.29: 9 February 2023 >>>> >>>> This update includes several bugfixes. I'll update BugZilla later >>>> tonight. >>>> >>>> Kind regards, >>>> >>>> >>>> >>>> >>>> >>> I just downloaded and installed the new widgets in LC9.6.9rc2 and >>> tried the Polylist. I don't seem to be able to add any columns via the >>> Property Inspector. RECIPE on Windows 10: Launch LC9.6.9rc2, create a >>> new stack, add a Polylist, bring up the Property Inspector for the new >>> Polylist, click on the columns tab, click on the Plus icon to add a >>> column. Enter a name for the column (i.e. Test, or Name, or Col1) and >>> click ok. Result: No column added. >>> >>> Anyone else see this? >>> >> If I add at least 1 data element via the Text (or Array) entry tab, then >> I can see and add additional columns under the column tab of the >> Property Inspector. It appears the problem is if I am trying to used the >> Columns tab of the PI to add the first column to an empty Poliylist. >> >> >> _______________________________________________ >> use-livecode mailing list >> use-livecode at lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From waprothero at gmail.com Fri Feb 10 16:22:25 2023 From: waprothero at gmail.com (William Prothero) Date: Fri, 10 Feb 2023 13:22:25 -0800 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> References: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> Message-ID: Folks: I’ve been out of it for awhile on a demanding Wordpress project. Where do I get the New Enhancements Bundle v1.0.29? I don’t seem to be able to find a link for it on the web site. Is this something I need to pay for or does my LiveCode Professional license include it? Best, Bill Prothero From jacque at hyperactivesw.com Fri Feb 10 16:58:46 2023 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Fri, 10 Feb 2023 15:58:46 -0600 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> References: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> Message-ID: On 2/10/23 2:54 PM, Alex Tweedly via use-livecode wrote: > > I just installed the new Megabundle. > > When I opened up 'magic palette', I got an error dialog > >> There was an error executing a script in >> stack magic palette. No more information >> is available because the stack is password >> protected. >> > Any suggestions how I can get you a helpful error report ? I got the same error on LC 10 but installing on an older version of LC (9.6.7) worked. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From bogdanoff at me.com Fri Feb 10 18:23:29 2023 From: bogdanoff at me.com (Peter Bogdanoff) Date: Fri, 10 Feb 2023 18:23:29 -0500 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: References: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> Message-ID: <72D30EA6-55EE-4103-8AF3-92C3FB1AA414@me.com> Hi Bill, It would be in your livecode.com account— Products : 3rd Party : LiveCode Enhancements Peter ArtsInteractive > On Feb 10, 2023, at 4:22 PM, William Prothero via use-livecode wrote: > > Folks: > I’ve been out of it for awhile on a demanding Wordpress project. > Where do I get the New Enhancements Bundle v1.0.29? I don’t seem to be able to find a link for it on the web site. > Is this something I need to pay for or does my LiveCode Professional license include it? > > Best, > Bill Prothero > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From prothero at earthlearningsolutions.org Fri Feb 10 19:12:16 2023 From: prothero at earthlearningsolutions.org (prothero at earthlearningsolutions.org) Date: Fri, 10 Feb 2023 16:12:16 -0800 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: <72D30EA6-55EE-4103-8AF3-92C3FB1AA414@me.com> References: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> <72D30EA6-55EE-4103-8AF3-92C3FB1AA414@me.com> Message-ID: <48BDF812-E837-4A6B-8C44-4A24A3B86F2A@earthlearningsolutions.org> Thanks, Peter, It’s weird, because I have the Professional Version of livecode, but when I go to my account, choose Thirdparty, I don’t see Enhancements, I only see Animation Engine and MobGUI. What’s up? Bill > On Feb 10, 2023, at 3:23 PM, Peter Bogdanoff via use-livecode wrote: > > Hi Bill, > > It would be in your livecode.com account— > > Products : 3rd Party : LiveCode Enhancements > > Peter > ArtsInteractive > > >> On Feb 10, 2023, at 4:22 PM, William Prothero via use-livecode wrote: >> >> Folks: >> I’ve been out of it for awhile on a demanding Wordpress project. >> Where do I get the New Enhancements Bundle v1.0.29? I don’t seem to be able to find a link for it on the web site. >> Is this something I need to pay for or does my LiveCode Professional license include it? >> >> Best, >> Bill Prothero >> >> >> _______________________________________________ >> use-livecode mailing list >> use-livecode at lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From jacque at hyperactivesw.com Fri Feb 10 20:11:11 2023 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Fri, 10 Feb 2023 19:11:11 -0600 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: <48BDF812-E837-4A6B-8C44-4A24A3B86F2A@earthlearningsolutions.org> References: <3fe14581-54d7-d7d6-12f2-4e384b8ea4cd@tweedly.net> <72D30EA6-55EE-4103-8AF3-92C3FB1AA414@me.com> <48BDF812-E837-4A6B-8C44-4A24A3B86F2A@earthlearningsolutions.org> Message-ID: <1863e06af98.27a5.5e131b4e58299f54a9f0b9c05d4f07f9@hyperactivesw.com> It's a separate purchase, originally available as the summer bundle. Later it was announced again, but I don't know if it's still available. Probably it is if you search the web site. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 10, 2023 6:14:31 PM prothero--- via use-livecode wrote: > Thanks, Peter, > Its weird, because I have the Professional Version of livecode, but when I > go to my account, choose Thirdparty, I dont see Enhancements, I only see > Animation Engine and MobGUI. > > Whats up? From prothero at earthlearningsolutions.org Fri Feb 10 20:37:00 2023 From: prothero at earthlearningsolutions.org (William Prothero) Date: Fri, 10 Feb 2023 17:37:00 -0800 Subject: [[ ANN ]] New Enhancements Bundle v1.0.29 available In-Reply-To: <1863e06af98.27a5.5e131b4e58299f54a9f0b9c05d4f07f9@hyperactivesw.com> References: <1863e06af98.27a5.5e131b4e58299f54a9f0b9c05d4f07f9@hyperactivesw.com> Message-ID: <676EF432-EC44-4F41-BB29-05A41EEBB69C@earthlearningsolutions.org> Thanks, folks. Bill William A. Prothero, PhD Prof Emeritus, Dept of Earth Science University of California, Santa Barbara > On Feb 10, 2023, at 5:12 PM, J. Landman Gay via use-livecode wrote: > > It's a separate purchase, originally available as the summer bundle. Later it was announced again, but I don't know if it's still available. Probably it is if you search the web site. > > -- > Jacqueline Landman Gay | jacque at hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com >> On February 10, 2023 6:14:31 PM prothero--- via use-livecode wrote: >> >> Thanks, Peter, >> It’s weird, because I have the Professional Version of livecode, but when I go to my account, choose Thirdparty, I don’t see Enhancements, I only see Animation Engine and MobGUI. >> >> What’s up? > > > > _______________________________________________ > use-livecode mailing list > use-livecode at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode From paul at smarttsoftware.co.uk Sat Feb 11 13:05:42 2023 From: paul at smarttsoftware.co.uk (Paul Richards) Date: Sat, 11 Feb 2023 18:05:42 +0000 Subject: Html mix with livecode server Message-ID: Hi everyone, I've been using Livecode for a number of years, and have had no issues whatsoever - but recently thought I would give Livecode server a go. Using another webserver, I can do something like this where you can output true HTML. This example would check if username/password correct and display an error if not . $ If lError = true then Weboutput $