Re: AR in LiveCode Browser?

2020-06-30 Thread KOOB via use-livecode
Hi Ralph Thanks for the info. > The LiveCode browser uses Chromium. > When looking for LC Browser > compatibility try URLs in Chrome. If the link works in Chrome 99.9% of the > time it works in the LC browser widget. That should be in the documentation. I looked at the dictionary for Browser W

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread KOOB via use-livecode
Hi I tried to get a desktop App to sign into an LMS using LTI last summer and came up on a roadblock. The issue is that as I remember (and this is a fuzzy memory) is that with oAuth2 you send the credentials and at the end of the process the site sends a callback with the token you need to acc

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-13 Thread KOOB via use-livecode
Hi again The following link shows the oAuth2 code flow. https://auth0.com/docs/flows/authorization-code-flow The issue is in steps 5 - 10 where information is sent between Web app and the Auth0 Authorization Server ‘Auth0 tennant’. As I understand it that exchange can’t occur between a deskto

Re: Property inspector opening with wrong object

2021-08-25 Thread KOOB via use-livecode
Hi Neville I have started noticing this as well recently. I haven’t bothered to try and track down what was going wrong. I thought It was something happening in the stack I was working on. I had a mouseOver handler in a field to identify the word the mouse was over using mouseChunk so I thou

Re: Mudslinging and consequences - a change to our policy

2021-10-28 Thread KOOB via use-livecode
Hi Here is what I do Rotate your keyboard 90 degrees Press the 8 key Rotate yours monitor 90 degrees Repeat It took me forever to figure that out. Martin Koob Sent from my iPad > On Oct 27, 2021, at 8:10 PM, Bob Sneidar via use-livecode > wrote: > > I didn't know the keystroke for infinity

Re: OT: Facebook -> Meta (Damaged Infinity!)

2021-11-02 Thread KOOB via use-livecode
I’m in META: May Eventually Tank Anyway. Martin Sent from my iPad > On Nov 2, 2021, at 2:30 PM, Jeff Reynolds via use-livecode > wrote: > > I think this needs to be a contest… > >> MarkW wrote: >> From a Boingboing user comment... >> >> META: Making Evil Totally Acceptable > > Jeff >

Re: Livecode downloads VERY slow

2021-12-23 Thread KOOB via use-livecode
Sooners are people from the ‘Sooner State’ of Oklahoma. https://en.wikipedia.org/wiki/Sooners It is also the moniker of the sports teams of the Oklahoma University https://en.wikipedia.org/wiki/Sooners Martin Koob Sent from my iPad > On Dec 22, 2021, at 4:27 PM, William Prothero via use-livec

tsNet and AWSS3 questions

2019-07-12 Thread KOOB via use-livecode
I have posted this on the forums and have not got any response. ‘ So I am trying on the use-list. I am changing from using mergAWSS3 commands to using the new AWSS3 commands in LC 9.0.4. I have two questions about how tsNet and the new AWSS3 commands work together 1. It seems I need to use tsNe

Re: Synchronisation of sound and vision

2020-02-14 Thread KOOB via use-livecode
Hi Graham I have an application created with LiveCode that uses callbacks from the player to synchronize annotations to the video played in the player. I find the callbacks very reliable as far as sending the callback messages. Links are represented on a timeline by vertical lines. I have var

[OT] Banks, Governments looking for COBOL programmers

2020-04-09 Thread Martin Koob via use-livecode
Hi all Just an OT comment with a tangential link to LiveCode. At the end of the community zoom session there was a comment about old programming languages and I had made a comment that Canadian banks are still looking for FORTRAN programmers. I was wrong it is COBOL programmers. I found a

Re: Quick IDE question

2020-04-29 Thread Martin Koob via use-livecode
Hi Graham Try this in the message box set the rect of stack "revNewScriptEditor 1" to the screenrect; set the height of stack "revNewScriptEditor 1" to 750 Regards, Martin Koob > On Apr 29, 2020, at 9:11 AM, Graham Samuel via use-livecode > wrote: > > Since yesterday, running either

Re: Quick IDE question

2020-04-29 Thread Martin Koob via use-livecode
Hi Craig The script editor is a stack just like any other so what you can do to a stack you can do to it. To find the name of it you can type the following into the Message Box: put the openstacks That will show a list in the message box of all the stacks open including the stack you are work

Re: Quick IDE question

2020-04-29 Thread Martin Koob via use-livecode
related to the rect or > height of the stack, as far as I can see. > > Thanks so much Martin. I wonder how just the Script Editor got so out of > whack - but it’s just a theoretical wonder, as I am back to normal. > > Thanks again. > >> On 29 Apr 2020, at 15:3

Re: mergAV Select specific rear camera

2020-04-30 Thread Martin Koob via use-livecode
Hi Andrew. I haven’t used it on iOS but this is what you need to do on Mac OS X to use internal or external cameras. To choose a particular camera use merAVCamSet “camera” , tCameraID So or your case using iOS I think you can use just “rear camera” as the tCameraID merAVCamS

Re: Most obscure HC question

2020-05-02 Thread Martin Koob via use-livecode
Hi I posted this but then it bounced back because the message was too large. Trying again posting as plain text. -- I looked this up in my Hypercard Script Language Guide If you could get at the stack the script to set the window full size would be set the rect of cd window to t

Can "answer file with type" show more than one file type at a time?

2020-05-04 Thread Martin Koob via use-livecode
Hi I have the following in an app to for a user to select a video file. answer file "Select the Movie." with (the tDefaultRecordingFolder of stack "preferences") with type "Quicktime Movie files|mov|Moov" or type "MPEG 4 Movie Files|mp4,m4v|mpg4" The resulting dialog presents a a pop up

Re: system date

2020-05-04 Thread Martin Koob via use-livecode
Huh, I get 2020-05-04 here in Canada. Not sure what my region settings are. Regards, Martin Koob > On May 4, 2020, at 2:39 PM, Jacques Hausser via use-livecode > wrote: > > My region settings are by default. But I would not be surprised if the > problem comes from Apple. > >> Le 4 ma

Re: system date

2020-05-04 Thread Martin Koob via use-livecode
ge to take effect. After I had done that the command 'put the system date’ returns '2020/05/04’ If I click 'Restore Defaults' in the ‘Dates' tab of the advanced 'Language and Region' settings panel my short date format goes back to 2020-05-04. Martin >

Re: Can "answer file with type" show more than one file type at a time?

2020-05-05 Thread Martin Koob via use-livecode
Hi Klaus That was easy. :-) Martin > On May 4, 2020, at 12:01 PM, Klaus major-k via use-livecode > wrote: > >> I have tried doing the types as a list but the script editor flags it as a >> syntax error. >>answer file "Select the Movie." with (the tDefaultRecordingFolder of >> stack

Re: OT: How to graph a specific data set?

2020-05-05 Thread Martin Koob via use-livecode
Hi Paul Just looking at the data I think a 3D chart like this image would be good. https://www.researchgate.net/profile/Wolfgang_Effelsberg/publication/221453979/figure/fig3/AS:305503222681602@144984905/A-visualization-with-load-distribution-bar-chart_Q320.jpg Mountain background would be o

Integrating Desktop or mobile application with LMS using LTI 1.3

2020-05-25 Thread Martin Koob via use-livecode
Hi list I have been researching how to integrate a desktop application created with LiveCode with a learning Management system (LMS) like Brightspace by D2L, Moodle, Canvas etc. Last time I looked at this SCORM was the standard with TinCan( aka xAPI) as a potential successor. This time aroun

on cheese

2020-06-08 Thread Martin Koob via use-livecode
Suppose someone made a cheese related app maybe one that handles all of the calculations needed during the cheese making process: https://www.uoguelph.ca/foodscience/book/export/html/1874 Would they be able to discuss their app on the list? Martin > On Jun 8, 2020, at 9:28 AM, Heather Laine vi

Re: on cheese

2020-06-08 Thread Martin Koob via use-livecode
gt; And with that, I really think we should move on... >> >> Thanks for the chuckle. >> >> Heather >> >> Heather Laine >> Customer Services Manager >> LiveCode Ltd >> www.livecode.com >> >> >> >>> On 8 Jun 2020, at 1

Create expanding field editor in LiveCode 9.6

2020-06-21 Thread Martin Koob via use-livecode
Hi I am trying to create a data grid where the height of the row expands as the user types in the row and adds new lines. I have managed to have the data grid row resize when the data is loaded or the data is refreshed with the following handler in the behaviour script for the row. on Layo

Re: Quick question: player object callbacks still working?

2020-06-28 Thread Martin Koob via use-livecode
Hi I have an app that uses player callbacks and I am now using LC 9.6 to work on it and the callbacks work fine. The callbacks, duration, currentTime and other movie time properties are in timescale which is intervals/second as you said. I just created a small stack and did a basic test of ca

Re: OFFLIST Re: Animation Engine: speed tips

2020-06-29 Thread Martin Koob via use-livecode
The first rule of OFFLIST is you don’t cc to the list. :-) But, I too an interested in what Malte is up to. Hope all things are going well for you Malte. Martin > On Jun 29, 2020, at 1:14 PM, Richard Gaskin via use-livecode > wrote: > > D'oh! My bad, I'd meant to not take up list space wi

Re: AR in LiveCode Browser?

2020-06-30 Thread Martin Koob via use-livecode
Thanks Mark I have submitted a bug report for a documentation enhancement. https://quality.livecode.com/show_bug.cgi?id=22811 Martin > On Jun 30, 2020, at 7:56 AM, Mark Waddingham via use-livecode > wrote: > > It is on Mac, Android and iOS... Windows and Linux use CEF (which is derived > fr

Re: A shipment from order #896026 is on the way

2020-07-11 Thread Martin Koob via use-livecode
Hi Thanks for the notification regarding shipping the product. However, when I try to track the package I get the following message on the FedEx webpage. Not found This tracking number cannot be found, please check the number or contact the sender. Is 17954012690 the correct tracking

Please disregard Re: A shipment from order #896026 is on the way

2020-07-13 Thread Martin Koob via use-livecode
Hi Don’t know how I managed to spam the list with this. Sorry about that. Martin > On Jul 11, 2020, at 11:50 AM, Martin Koob via use-livecode > wrote: > > Hi > > Thanks for the notification regarding shipping the product. However, when I > try to track the packag

Congrats to everyone on success of the Covid-19 -- LiveCode Impact Fund Campaign.

2020-07-16 Thread Martin Koob via use-livecode
Hi. Another successful campaign — 100% funded. Congrats to Kevin and all the folks at LiveCode and thanks to all the fellow members of the community who chipped in to reach the goal. We always seem to make it at the end of these campaigns.. It is like and auction and it seems there are a nu

Re: Congrats to everyone on success of the Covid-19 -- LiveCode Impact Fund Campaign.

2020-07-17 Thread Martin Koob via use-livecode
congrats to everyone; contributors and fund raisers alike . Quite >>> a feat. I look forward to exciting new developments. >>> >>> Mark >>> >>> >>>> On Jul 16, 2020, at 6:20 PM, Martin Koob via use-livecode < >>> use-livecode@lis

Re: Object naming

2020-07-27 Thread Martin Koob via use-livecode
Hi Alex You could use the owner of the control in conjunction with the name of the control to distinguish between the two graphic’s named ‘R’. I did that for the simple case in your example but may not work with something more complex. I created a stack with the same hierarchy of graphics a

Re: Object naming

2020-07-28 Thread Martin Koob via use-livecode
From Kids in the Hall https://www.youtube.com/watch?v=8nvzEqsZIGo Martin > On Jul 28, 2020, at 2:32 PM, Jim Lambert via use-livecode > wrote: > > Zanzibar Buck-Buck McFate was my lawyer. > One day I asked if I could call him Zanz. > He said, “Nah. Just call me Dave!” > > Jim Lambert > > >

Re: Object naming

2020-07-29 Thread Martin Koob via use-livecode
Stop dave. https://www.youtube.com/watch?v=ibfQX11aPmg > On Jul 28, 2020, at 4:57 PM, Jerry Jensen via use-livecode > wrote: > > Dave’s not here. > https://www.youtube.com/watch?v=rtDAK7Umk7A > >> On Jul 27, 2020, at 10:24 PM, Richard Gaskin via use-livecode >> wrote: >> >> Consider a simp

Re: Help me understand infinity

2020-07-30 Thread Martin Koob via use-livecode
I thought that this was already released in LC 9.0.5 https://livecode-blogger.blogspot.com/2019/05/livecode-905-released.html I sure what the use case is for infinity never mind ‘beyond’. Martin > On Jul 29, 2020, at 1:57 PM, Richard Gaskin via use-livecode > wrote: > > In the v9.6.1RC1 Rel

Re: Integrating Desktop or mobile application with LMS using LTI 1.3

2020-08-05 Thread Martin Koob via use-livecode
gt;> Hi Martin, >>> >>> I’ve just begun looking into this myself, so I’m also interested in what >>> anybody knows about this. >>> >>> Peter Bogdanoff >>> ArtsInteractive >>> >>> >>>> On May 25, 2020, at 3:

Re: How to download Xcode 11.4

2020-08-22 Thread Martin Koob via use-livecode
Hi I found the following. https://developer.apple.com/download/more/ It has older versions including 11.4 Martin > On Aug 22, 2020, at 9:35 AM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > https://developer.apple.com/download/ >

Really OT: Just Got it.

2020-08-23 Thread Martin Koob via use-livecode
Markdown, as opposed to markup. Ahhh I get it. A little slow on the update here. :-\ Martin ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://

Re: Basic question about behaviors

2020-08-26 Thread Martin Koob via use-livecode
Is there a rule regarding puns? Martin > On Aug 26, 2020, at 9:30 AM, Paul Pystcat via use-livecode > wrote: > > ROFL > > THAT was gouda! > > (I know, I know! I broke one of the rules… no politics, no religion and no > cheese) > >> On Aug 26, 2020, at 9:09 AM, Mike Kerner via use-livecode

Re: DataGrid 2 swipe actions

2020-08-27 Thread Martin Koob via use-livecode
I thought it was only former hobbitses with powerful rings that talked that way. Martin > On Aug 27, 2020, at 3:57 PM, Mike Kerner via use-livecode > wrote: > > in British we add an "s" on the ends of every > singulars nouns, and peoples speak with a lisps. __

oAuth2 seems to log in successfully but the oAuth2 dialog/browser does not disappear, have to click cancel

2020-08-27 Thread Martin Koob via use-livecode
Hi In my project to make a library for connecting to an LMS I am trying to use oAuth2 to authorize with a Brightspace LMS instance from a Mac Desktop App. The oAuth2 dialog/browser appears I enter the credentials and then the login appears to succeed i.e. the LMS's home page opens in the di

Re: oAuth2 seems to log in successfully but the oAuth2 dialog/browser does not disappear, have to click cancel

2020-08-28 Thread Martin Koob via use-livecode
Sent from my iPhone > >> On Aug 28, 2020, at 12:31 AM, Martin Koob via use-livecode >> wrote: >> >> Hi >> >> In my project to make a library for connecting to an LMS I am trying to use >> oAuth2 to authorize with a Brightspace LMS instan

Re: ANN: Zygodact 2.0.1 update available

2020-09-05 Thread Martin Koob via use-livecode
Thanks for the update. I must say Zydodact has the best preferences dialog I have ever seen. You should patent this. Martin > On Sep 4, 2020, at 3:23 PM, J. Landman Gay via use-livecode > wrote: > > Zygodact is an easy way to add serial key registration to standalones. > Version 2.0.1 is n

Can't edit scripts in DataGrid group in Windows 10

2020-10-22 Thread Martin Koob via use-livecode
Hi all Maybe this is not good practice but I have DataGrids with script in the group that contains the DataGrid in addition to the behaviour script of the DataGrid. So to edit the script in the DataGrid group I just select the Datagrid group I right click on the DataGrid and select the ‘Edit

Re: IDE Hang When Exiting. (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
t; > Is this a bug or user error? > > Win 10 > LC 9.6.1 > > Thanks for pushing me(more like a poke) to finally solve this annoyance. > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > -Original Message- >

Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
Hi Just to follow up. It is not just happening in a DataGrid group script. I just opened a main stack script. It has almost 600 lines. Something Odd going on. I am just new to using LiveCode on Windows as I am now working on an application for release on Mac and Windows. However I have e

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
tin Koob via use-livecode > wrote: > > Hi > > Just to follow up. It is not just happening in a DataGrid group script. I > just opened a main stack script. It has almost 600 lines. > > Something Odd going on. I am just new to using LiveCode on Windows as I am > now

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
for tonight. Hope someone has some ideas as to what might be going on and how to solve it. Martin > On Oct 22, 2020, at 8:16 PM, Martin Koob via use-livecode > wrote: > > Hi again, > > Sorry just re-read my previous email and realized it is not clear. > > I meant to

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-23 Thread Martin Koob via use-livecode
fender slowed down > Livecode, especially when using the Script Editor. > > Regards, > Matthias > > > - > Matthias Rebbe > Life Is Too Short For Boring Code > >> Am 23.10.2020 um 02:30 schrieb Martin Koob via use-livecode >> : >> >> Another bit

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-23 Thread Martin Koob via use-livecode
Thanks mark I will check this out. Martin > On Oct 23, 2020, at 4:45 PM, Mark Wieder via use-livecode > wrote: > > Brian Milby's Script Tracker ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: Updated NotarizeHelperStack now with entitlements support

2020-11-02 Thread Martin Koob via use-livecode
Hi Matthias Thanks so much for keeping this great tool updated. I will be needing this in a day or so. Best regards, Martin Koob > On Nov 2, 2020, at 11:37 AM, matthias rebbe via use-livecode > wrote: > > Hi, > > just a quick note that i've upgraded the NotarizeHelperStack in the Livecod

Moving files to Windows' Recycle Bin in LiveCode -- is it possible?

2020-11-24 Thread Martin Koob via use-livecode
Hi. On the Mac I have a handler that can move a folder to the trash by using an AppleScript that I call with a shell command. I have a custom property of the stack “Scripts" cDeleteMacFolderScript that contains a template script tell application "Finder" delete "**foldertodelete**" e

Re: Some sad news

2020-12-04 Thread Martin Koob via use-livecode
This is sad news. Hermann was a LiveCode Pioneer and such a great resource to LiveCode users and LiveCode itself pushing at the boundaries of what you can do with LiveCode and HTML 5 and as Heather mentioned pushed livecode staff to realize more of its potential. He made so much code freely

Re: play command and wav file

2020-12-19 Thread Martin Koob via use-livecode
Hi You can use an audio clip. First import the wave file as an audio clip into the stack. Under File menu select “Import as Control…” then in the dropdown menu select “…audio file” i.e. I imported a file called “friday.wav” This will create an audio clip in the binary stack. It will have t

Re: Cmi5 eLearning Standard in LiveCode

2021-01-11 Thread Martin Koob via use-livecode
Hi Brian got me involved in the fall 2020 semester of the xAPI cohort. I worked on a team that created a service to generate xAPI statements from a Zoom meeting using the Zoom API. I learned a lot about the Zoom API, web hooks and xAPI statements. I have already signed up for the spring

Windows 10 app launch error - 'failed to load External: tsNet'

2021-01-11 Thread Martin Koob via use-livecode
Hi I have a GLX Framework based application that I am trying to create an installer for Windows 10 using Inno Setup as explained here. https://revolution.screenstepslive.com/s/revolution/m/10695/l/563371-signing-installers-you-create-with-inno-setup This is the second Windows installer I am maki

Re: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Martin Koob via use-livecode
Hi. I can join the 1:00 pm or 2:00 pm meeting today depending on WiFi access. Martin Sent from my iPhone > On Jan 18, 2021, at 11:51 AM, Brian K. Duck wrote: > > Hello, > > I have scheduled back to back meetings today at 1 PM and 2 Pm, until 2:30, > for those who are able to join in zoom

Re: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Martin Koob via use-livecode
I will watch the recording. Let me know when the next meeting is. Martin Sent from my iPhone > On Jan 18, 2021, at 11:58 AM, Martin Koob via use-livecode > wrote: > > Hi. > > I can join the 1:00 pm or 2:00 pm meeting today depending on WiFi access. > > Martin >

Re: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Martin Koob via use-livecode
Hi Brian Waiting the new link. Martin Sent from my iPhone > On Jan 18, 2021, at 1:34 PM, Martin Koob via use-livecode > wrote: > > Hi. > > Sorry I am on a train and trying to connect with my phone with cell and we > are goin thru an area with 3G. > > If we

Re: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Martin Koob via use-livecode
18, 2021, at 1:43 PM, David Bovill wrote: > > See the one I sent? >> On 18 Jan 2021, 18:42 +0000, Martin Koob via use-livecode >> , wrote: >> Hi Brian >> >> Waiting the new link. >> >> Martin >> >> Sent from my iPhone >> >

Re: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-19 Thread Martin Koob via use-livecode
> Is there a walkthrough of features/tools? > > Cheers > > David G > >> On 18 Jan 2021, at 6:49 pm, Martin Koob via use-livecode >> wrote: >> >> Hi >> >> I am back to 3G. So go on without me. It is more frustration for you than >

Re: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-19 Thread Martin Koob via use-livecode
n Jan 19, 2021, at 12:10 PM, Martin Koob via use-livecode > wrote: > > Attachments available until Feb 18, 2021 > Hi David > > I have attached a manual for VideoLinkwell. It walks through the different > features that the app has. > It is for an older version (3.2) but

Re: xAPI in LiveCode (was Cmi5 eLearning Standard in LiveCode)

2021-01-21 Thread Martin Koob via use-livecode
Hi Brian I put my availability for https://www.when2meet.com/?10756300-eiYV4 Mine overlaps with yours and Henk’s availability on Friday Jan 22, 2021 9:30 am - 10:00 am EST and on Tuesday Jan 26, 2021 from 9:30 am - 10:45 am EST Anyone else availabl

Scheduling xAPI in LiveCode (Week 4 -5)

2021-01-27 Thread Martin Koob via use-livecode
Hi All, I am sending this out for Brian Duck. We are trying to see when we're all available for xAPI in LiveCode (Week 4 -5). Please visit https://www.when2meet.com/?10848261-ZWeng to let us know when you're available. The Spring 2021 xAPI Cohort starts next week with its first session

Spring 2021 xAPI Cohort starts this week -- How to Join -- Was: xAPI Cohort Resources & xAPI in LiveCode

2021-02-01 Thread Martin Koob via use-livecode
Hi to any LiveCode users interested in deploying their solutions in a training environment You may have wanted to make your app available to educators but they need something that will integrate with their Learning Management System (LMS) or store learning activities in their Learning Record

Spring 2021 xAPI Cohort starts this week -- How to Join -- Was: xAPI Cohort Resources & xAPI in LiveCode

2021-02-01 Thread Martin Koob via use-livecode
Hi to any LiveCode users interested in deploying their solutions in a training environment You may have wanted to make your app available to educators but they need something that will integrate with their Learning Management System (LMS) or store learning activities in their Learning Record

Re: xAPI in LiveCode with xAPI Cohort

2021-02-09 Thread Martin Koob via use-livecode
Hi Brian I can jump in just for a half hour today. I have other work meetings all day. see you then. Martin > On Feb 9, 2021, at 2:15 AM, Brian K. Duck via use-livecode > wrote: > > Please continue to mark your availability in When2Meet, url above. Based on > early responses, our first opp

Re: Livecode IDE question

2021-02-17 Thread Martin Koob via use-livecode
Hi David Welcome, I think your question is totally appropriate here. I occasionally have the same problem and I use Roger’s solution below. You may already know this but a quick way to open the message box where you need to type the script to reposition the message box is to use the keyboard s

Re: xAPI in LiveCode Week #3 Meeting TODAY 2 PM

2021-02-19 Thread Martin Koob via use-livecode
Hi Colin It is 2:00 pm BDT( Brian Duck’s Time -- in Detroit) aka EST (UTC -5) Martin > On Feb 19, 2021, at 12:12 PM, Colin Holgate via use-livecode > wrote: > > I was going to ask whose 2pm is it, but I tried the link, and it told me it > was my 12pm. So, just under two hours from now. >

Re: Livestreaming some LiveCoding right now

2021-03-11 Thread Martin Koob via use-livecode
Hi Andre Sound cool, Live LiveCoding. Jumping in for a bit now. Martin > On Mar 11, 2021, at 10:36 AM, Andre Garzia via use-livecode > wrote: > > Hey Friends, > > I found myself in need of building a git plugin for LiveCode today. Instead > of building it on my own, I decided to livestream

Re: [ANN] New Book: Development Oriented Development

2021-03-19 Thread Martin Koob via use-livecode
Hi Andre I am enjoying your new book. It demystifies for me plug-ins and how to create them. My mystification creates anxiety around venturing into creating a plugin much less adding existing plugins to my IDE and configuring them. After reading the first sections of your book that anxiety is

Re: Star score graphic generator achievable with inks... or...?

2021-04-02 Thread Martin Koob via use-livecode
Hi David If I understand what you want you could use the Segmented Control Widget to get what you want. https://livecode.com/livecode-widgets-the-segmented-control/ It just has full ratings, i.e. whole stars however in a comment to that tutorial Paul McClernan has a link to a "Five-Star ratin

Re: Star score graphic generator achievable with inks... or...?

2021-04-02 Thread Martin Koob via use-livecode
Hi again I just installed it following the instructions here https://gist.github.com/matthewmaier/a803283ffa46a28e27fd It seems to do the job. Martin > On Apr 2, 2021, at 6:51 PM, Martin Koob via use-livecode > wrote: > > Hi David > > If I understand what you want

Re: Simple Datagrid task?

2021-04-27 Thread Martin Koob via use-livecode
HI Here is a great resource stack on DataGrids you can see how to perform different actions. It has 8 different Datagrid forms showing different aspects. See Datagrid Form 7 of the stack. DG7: User input, user edit text, wrap text, sum column of numbers https://forums.livecode.com/viewtopic.p

Re: Simple Datagrid task?

2021-04-27 Thread Martin Koob via use-livecode
Hi again Actually this is a better link for this resource. https://forums.livecode.com/viewtopic.php?f=7&t=20130 Martin Koob > On Apr 27, 2021, at 9:27 AM, Martin Koob wrote: > > HI > > Here is a great resource stack on DataGrids you can see how to perform > different actions. It has 8 diff

Re: Simple Datagrid task?

2021-04-27 Thread Martin Koob via use-livecode
Hi I wanted to give you more of an explanation of how to get enter text in field to work. Just refreshing my own memory I had to go back to my project. So as Håkan said you have to first allow editing. Then you can’t just enter text into a cell and have it deal with it. You have to use a

Re: Simple Datagrid task?

2021-04-27 Thread Martin Koob via use-livecode
Bill I totally understand. I struggled with this a few months ago partly because it is counter intuitive that I couldn’t just enter text in a field in the DataGrid that I could edit and partly because I couldn’t figure out how to do it from the docs. Finally I found the example stack and worke

Re: Problems with Multiple Monitors

2021-05-04 Thread Martin Koob via use-livecode
Hi I have found that when I arrange monitors on my MacBook Pro I can’t position the second monitor above the main monitor(the one with the menu bar). If I do odd things happen. Just so happens I that is the space that I have for a second monitor is on a stand above the screen of my MacBook P

Re: Problems with Multiple Monitors

2021-05-05 Thread Martin Koob via use-livecode
use-livecode > wrote: > > Hi Martin, > > I have the same setup . . . second monitor on top of my MBP. I solved the > problem by unchecking “Displays have separate Spaces” in the Mission Control > System Preferences. > > > Roger > >> On May 4, 2021

Re: LiveCode convert seconds to dateItems - year is out by 19?

2021-05-11 Thread Martin Koob via use-livecode
Hi Keith I just tried the following on mouseup convert the seconds to dateitems put it end mouseup The result is 2021,5,11,7,52,5,3 So that is correct. Where is the value in your tCreateDate variable from. Maybe there was a miscalculation there. Martin > On May 11, 2021, at 6:44 A

Re: MouseDoubleUp in a datagrid

2021-07-09 Thread Martin Koob via use-livecode
Hi I am interested in the answer to this too. I wonder if is this something that you could use a frontScript for? I haven’t really used frontScripts so I am not quite sure whether this would work. The idea I thought of is could you have a mouseDoubleUp handler in the front script and have a

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Martin Koob via use-livecode
Hi Skip The app looks great. I will definitely download and try it once it is in the app store. A couple comments from your YouTube demo: First I really like how you can create items by tapping in white space. It reduces the complexity of the interface. Second is a suggestion regarding the

LiveCode 10 - what are your thoughts on the new features?

2021-09-07 Thread Martin Koob via use-livecode
Hi all. There has been lots of discussion on the list and forums about the one part of Kevin’s announcement regarding the changes in licensing but nothing that I see on the other major part of the announcement — the new features coming in LiveCode 10. > On Aug 31, 2021, at 12:53 PM, Kevin Mill

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-08 Thread Martin Koob via use-livecode
a true bit of information, or > a generic datum. > > And that spoiled all the fun. > > On 9/8/21 6:14 AM, Keith Martin via use-livecode wrote: >>> On Sep 7, 2021, at 11:04 PM, Martin Koob via use-livecode >>> wrote: >>> >>> My wife and I ha

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-08 Thread Martin Koob via use-livecode
This reminds me of the counting instructions for the Holy Hand Grenade of Antioch. https://montypython.fandom.com/wiki/Holy_Hand_Grenade_of_Antioch 'First shalt thou take out the Holy Pin. Then shalt thou count to three, no more, no less. Three shall be the number thou shalt count, and the numb

Re: LiveCode 10 - what are your thoughts on the new features?

2021-09-09 Thread Martin Koob via use-livecode
Hi Heather The mention of carrots was mine. I agree with your logic “couple" is a fuzzy number which I am fine with (though when it comes to carrots themselves fuzzy is not good.) Yesterday the carrots were very small and striving to be a sensible husband I chopped 5 up. I of course I checke

Re: RCs and DPs

2021-09-09 Thread Martin Koob via use-livecode
Hi Ben This is a change, they used to be there but then there was a policy change by LiveCode that was announced back in May On May 6, 2021, at 7:25 AM, The LiveCode Team wrote: Policy change regarding old test releases Dear Valued Customer, I'm writing to let you know that in order to opti

Re: Our survey - please don't discuss :)

2021-10-22 Thread Martin Koob via use-livecode
Hi I thought I hadn’t received it but I eventually found it in spam. From: member(a)outbound.research.net Subject: [Survey] Help us decide which bugs to fix next Date: Oct 21, 2021at 9:23 am I was just searching inbox for ‘@livecode.com’ ‘livecode’ etc and nothing was coming up. Martin Koo

Re: widget store

2021-11-01 Thread Martin Koob via use-livecode
Hi Just checked the website for tmControl 2. http://tmtools.tactilemedia.com/tmcontrol2/index.html It says it is on vacation. Scott Rossi was the person behind TactileMedia tactilemedia.com/ Martin > On No

Re: New MacBook Pro Display Notch

2021-11-02 Thread Martin Koob via use-livecode
Hi I saw a MacRumors.com article about this issue. https://www.macrumors.com/2021/10/28/scale-to-fit-below-built-in-camera-setting-notch/ They gave another link to some recently rel

Re: Serial Communication with an I/O board (New user)

2021-12-22 Thread Martin Koob via use-livecode
Hi Curry Thanks. I thought this would be cool to play around with one day but I would never remember where I saw it. This will help an old brain. It would make also make a good LiveCode Lesson. Once Alex figures it all out and has it all working they can document the process and submit it as

Communication with future you with a message board

2021-12-22 Thread Martin Koob via use-livecode
Hi all I have been reading Alex Hughson’s thread "New user” renamed "Serial Communication with an I/O board (New user)” by Curry Kenworthy to make it easier for future users to find. It makes me think of something that happened a few times with me. I am trying to do something in LiveCode and

Re: [ANN] Release 9.6.6 RC-1

2021-12-22 Thread Martin Koob via use-livecode
It is nice to know that HyperCard stacks can still be opened. I had opened a HyperCard stack of an application that I had created in LiveCode ~ 6.x and for the most part it worked, A few fixes were needed and I was good to go. That HyperCard stack was the basis for an LC application I am sti

Re: Livecode downloads VERY slow

2021-12-22 Thread Martin Koob via use-livecode
Hi Bill Are you downloading directly from https://downloads.livecode.com or are you using the LiveCode Updater stack that pops up when ever there is a new update? I just tried https://downloads.livecode.com and got the RC1 of LC 9.6.6 downloaded in less than 30

Re: Livecode downloads VERY slow

2021-12-22 Thread Martin Koob via use-livecode
I must be in the really ancient fogey range. I remember 1200 baud modems. In the late ’80s a teacher at our high school in Wawa, Ontario got his hands on one. It was the size of an air fryer. Our computer club at the school hooked it up to a Commodore PET 2001 and tried to connect to Compuserv

Re: Only kinda OT

2021-12-30 Thread Martin Koob via use-livecode
a software developer walks into a bar and orders a list. Martin > On Dec 29, 2021, at 4:54 PM, Mark Smith via use-livecode > wrote: > > Oh Jacque, it may have been short but then there was the tantalizing link to > Ray Dalio’s Last Warning: “Most People have no idea what’s coming”. And the

Re: Video Chat?

2022-01-11 Thread Martin Koob via use-livecode
Hi Panos Do you need to use the browser object to use WebRTC or would if be feasible to code your own solution using the cameraControl Object to capture the video to send, the player object to play the incoming video and tsNet to handle all the internet communication making the two way stream

Re: Sharing a desktop app, or with beta testers

2022-01-26 Thread Martin Koob via use-livecode
+1 to Peter’s comments I also have benefited from the lesson listed below and Matthias’ helper stack. Also when I ran into problems following the lesson or using the Helper stack Matthias was very responsive and helpful. Setting up an Apple Developer account is not hard and just a part of doing

Re: [ANN] Release 10.0.0 DP-2

2022-02-22 Thread Martin Koob via use-livecode
The term “Multi-finder” rung a bell but not very loudly. I knew it was a Mac thing but I wasn’t quite sure what anymore. I realized my loss of memory around this is probably an age thing when I looked it up and found the date that it debuted... way back in 1987. https://en.wikipedia.org/wiki/

Re: Funding

2022-03-17 Thread Martin Koob via use-livecode
Hi Incase there are some who still can’t see the page, here is a text listing of the Single Payment and Subscription Payment Options on the project offer page: https://livecode.com/the-script-compiler-project/ Single Payment Options Contri

  1   2   3   >