Re: Map Widget - how does it actually work?

2020-05-25 Thread Mark Wieder via use-livecode
On 5/25/20 5:39 PM, Alex Tweedly via use-livecode wrote: The source code for all the widgets provided 'out of the box' is accessible so you can take those widgets as a base and improve and extended them as you need. Unfortunately, there is a non-obvious meaning to "out of the box" - what it

Re: Map Widget - how does it actually work?

2020-05-25 Thread Alex Tweedly via use-livecode
Well, the big advantage of widgets is that you can look at the source code. As it says in the Livecode Lesson ( http://lessons.livecode.com/m/4071/l/1005132-how-do-i-modify-a-livecode-widget ), What do you do if a LiveCode widget is missing a property or message you need? The source code fo

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

2020-05-25 Thread Peter Bogdanoff via use-livecode
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:05 PM, Martin Koob via use-livecode > wrote: > > Hi list > > I have been researching how to integrate a desktop application

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

Map Widget - how does it actually work?

2020-05-25 Thread Graham Samuel via use-livecode
Back to my problems with inadequate documentation on widgets. The Map widget is probably very powerful, but the Dictionary entry simple tells you the names of the parameters. I can’t work out anything about the format of the data you can feed in, or what it looks like when it comes out. There is

Re: ANN: glx2 script editor 4.1

2020-05-25 Thread Mike Kerner via use-livecode
thanks, mark. On Thu, May 21, 2020 at 11:31 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > I have moved the repository from bitbucket to github because reasons. > > This is the latest build. It's now at glx2ScriptEditor version 4.1. > Release notes and a documentation w

[ANN] This Week in LiveCode 227

2020-05-25 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #227 here: https://bit.ly/2zsHqMO This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Saving stacks before closing

2020-05-25 Thread Drs Mark Schonewille via use-livecode
In LiveCode, usually you're asked to save a stack, even if you didn't change it. The reason is that the property that indicates that the stack has been changed, is set to true when a field gets focus. A field gets focus whenever a stacks comes to front. When a stack is closed, it needs to com