Re: Swipe gesture script on datagrid

2021-01-18 Thread Phil Davis via use-livecode
Would the dgProp["left swipe control"] of grp "yourDG" help? At least 
that might let you change the default trash can to some other control 
(maybe to a group that contains your 2 buttons?). If you get that far, 
maybe the message path of your 2 buttons would go through the DG 
template row behavior script. I don't know for sure but that would be my 
first guess.


Phil Davis


On 1/18/21 10:28 PM, Ludovic THEBAULT via use-livecode wrote:

Hello,

How edit the script of a swipe gesture control ?
I want to add two buttons to the right swipe control, it’s ok for appearance 
but I cannot find where to edit the script.

Is it even possible?

PS : i have datagrid helper plugin 2.5.

Thanks !
___
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


--
Phil Davis
503-307-4363


___
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: Swipe gesture script on datagrid

2021-01-18 Thread Ludovic THEBAULT via use-livecode


> Le 19 janv. 2021 à 07:28, Ludovic THEBAULT  a 
> écrit :
> 
> Hello,
> 
> How edit the script of a swipe gesture control ?
> I want to add two buttons to the right swipe control, it’s ok for appearance 
> but I cannot find where to edit the script.
> 
> Is it even possible?


I dug into the dictionary and found : RowRightSwipeControlClicked



___
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


Swipe gesture script on datagrid

2021-01-18 Thread Ludovic THEBAULT via use-livecode
Hello,

How edit the script of a swipe gesture control ?
I want to add two buttons to the right swipe control, it’s ok for appearance 
but I cannot find where to edit the script.

Is it even possible?

PS : i have datagrid helper plugin 2.5.

Thanks !  
___
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: background images

2021-01-18 Thread J. Landman Gay via use-livecode
That's what I do too. Each card has a custom property containing the name 
of the image that loads in preopencard.


You may be remembering shared fields which can contain different text per 
card even if they're part of a group.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On January 18, 2021 8:02:06 PM Tim Selander via use-livecode 
 wrote:



Thanks, Peter.

I added a little opencard script to load the image for each card,
which is fine and solves the immediate problem.
But I was quite certain that in the past, I had a stack, with an
image control in a background that would keep a unique image for
each card without scripting. I must be dreaming/getting forgetful
in my old age!

Tim Selander

On 2021.01.19 10:20, Peter Bogdanoff via use-livecode wrote:
That’s where a image that is not part of the group is useful; it’s only on 
that card. Otherwise you would have to set the background image dynamically 
on preOpenCard based on stored data about that image/card combination.


Peter Bogdanoff

On Jan 18, 2021, at 4:44 PM, Tim Selander via use-livecode 
 wrote:


Right, which is why this is so confusing. I do not want a 'shared text' image.
Each card should keep it's own unique image, but when I change the image on 
one card, all the cards end up with the same image. That is what I want to fix.


Tim Selander

On 2021.01.19 3:21, Klaus major-k via use-livecode wrote:

Hi Tim,

Am 18.01.2021 um 19:12 schrieb Tim Selander via use-livecode 
:


This is driving me nuts.

Have a 'background' group with an image. If I change the filename of an 
image on one card, ALL the cards change to that image. Yet a field in the 
same group properly will take unique values for each card.


I know I've done this before... what setting am I missing??
Dropbox link to test stack: 
https://www.dropbox.com/s/0r0ku3fw2i2pen7/test.livecode?dl=0


fields can have a "sharedtext" property, so they can hold different text on 
each card if part of a group.

Images can NOT!


Any help appreciated!

Tim Selander
Tokyo, Japan


Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
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



___
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



___
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




___
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





___
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: Considering work with livecode server

2021-01-18 Thread J. Landman Gay via use-livecode

That's right. Apps that are just portals to web content are forbidden.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On January 18, 2021 8:07:08 PM Mark Wieder via use-livecode 
 wrote:



On 1/18/21 2:20 PM, William Prothero via use-livecode wrote:

Building a single web-based app that avoids the world of all the mobile 
apps and desktop idiosyncrasies is attractive.


I thought mobile stores (Apple, etc) explicitly disallowed apps that
were essentially just web browsers to external content.

Am I wrong about this?

--
 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





___
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: Considering work with livecode server

2021-01-18 Thread Mark Wieder via use-livecode

On 1/18/21 2:20 PM, William Prothero via use-livecode wrote:


Building a single web-based app that avoids the world of all the mobile apps 
and desktop idiosyncrasies is attractive.


I thought mobile stores (Apple, etc) explicitly disallowed apps that 
were essentially just web browsers to external content.


Am I wrong about this?

--
 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: background images

2021-01-18 Thread Tim Selander via use-livecode

Thanks, Peter.

I added a little opencard script to load the image for each card, 
which is fine and solves the immediate problem.
But I was quite certain that in the past, I had a stack, with an 
image control in a background that would keep a unique image for 
each card without scripting. I must be dreaming/getting forgetful 
in my old age!


Tim Selander

On 2021.01.19 10:20, Peter Bogdanoff via use-livecode wrote:

That’s where a image that is not part of the group is useful; it’s only on that 
card. Otherwise you would have to set the background image dynamically on 
preOpenCard based on stored data about that image/card combination.

Peter Bogdanoff


On Jan 18, 2021, at 4:44 PM, Tim Selander via use-livecode 
 wrote:

Right, which is why this is so confusing. I do not want a 'shared text' image.
Each card should keep it's own unique image, but when I change the image on one 
card, all the cards end up with the same image. That is what I want to fix.

Tim Selander

On 2021.01.19 3:21, Klaus major-k via use-livecode wrote:

Hi Tim,


Am 18.01.2021 um 19:12 schrieb Tim Selander via use-livecode 
:

This is driving me nuts.

Have a 'background' group with an image. If I change the filename of an image 
on one card, ALL the cards change to that image. Yet a field in the same group 
properly will take unique values for each card.

I know I've done this before... what setting am I missing??
Dropbox link to test stack: 
https://www.dropbox.com/s/0r0ku3fw2i2pen7/test.livecode?dl=0


fields can have a "sharedtext" property, so they can hold different text on 
each card if part of a group.
Images can NOT!


Any help appreciated!

Tim Selander
Tokyo, Japan


Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
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



___
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



___
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




___
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: Considering work with livecode server

2021-01-18 Thread Richard Gaskin via use-livecode

William Prothero wrote:

> Richard,
> I did understand that the server was pretty much like php, but I
> didn’t know how much beyond that it could go in terms of dynamic
> interaction with screen objects.

LC Server does have the ability to export graphics, but being at the far 
end of an HTTP connection it's not quite what you're looking for.


As for client-side option:

> The reason I wanted to look into it’s use in a browser is that for
> education, lower level grades use a lot of browser based materials
> because they don’t require kids to download apps and the most
> disadvantaged of kids can mostly use a browser. Also, teachers are
> pretty much max’d out and want to keep things the way students are
> accustomed. Building a single web-based app that avoids the world of
> all the mobile apps and desktop idiosyncrasies is attractive.

Yeah, it's a funny thing I see as you do, but can't quite wrap my head 
around:


On mobile devices, it's all "No, it can't be in a browser, it MUST be a 
native app!"


But then with a larger screen it's somehow "No, it can't be a native 
app, it MUST be in a browser!"


:)

These days I tend to consider browser first, looking at native apps 
(desktop or mobile both) only when there's some solid reason not to use 
a browser.


But there are many reasons, and for most of the last several years just 
about everything I make is a slim standalone that pulls stuff down from 
web servers, so for the small cost of a one-time install the user always 
has the latest and greatest without ever having to think about it again.



> My experience is that building the app in Livecode is the easy/fun
> part and getting it on the wide variety of platforms (Apple, windows,
> Chromebooks, iPads, the Android variations, etc, etc) is the time-
> consuming/mind-numbing challenge. I have build iOS apps and hate to
> spend my time fighting the deployment issues.

If you need platform coverage that broad your options are narrow.  The 
design requirements for such a range of screen sizes require a deep 
re-think for most UI layouts, something that CSS is designed to handle 
but little else is.



> My comments are from the perspective of a guy who is retired, enjoys
> building useful education tools, and gives away my creations for free
> to pay back the National Science Foundation for all the support I got
> while working. So, I’m trying to maximize my satisfaction from this
> hobby.
>
> I came to Livecode from Director and Shockwave. I love Livecode, but
> wish it could do the same in a browser that it does so well with
> desktop and apps.

If you're not bound to market expectations you may be able to call the 
shots. Do what you want, and if people's preoccupations prevent them 
from enjoying it their loss. :)


Browsers are DEEPLY, VASTLY different from native apps.  Born for 
trading research papers with everything else we enjoy grafted on after 
the fact, browsers handle content with a built-in reflow logic that no 
authoring environment for desktop can or even should be expected to 
match, any more than we bite into an apple expecting it to taste like an 
orange.


A small subset of things can port nicely, and my preferred way of 
working is authoring with custom LC tools and generating web-ready HTML 
from those.


If the only interaction you need is hiding/showing things and maybe a 
few other things, it would be fairly straightforward to write library in 
LC and a matching library in JavaScript, so you can author away to your 
heart's content by just setting properties, and the interaction behavior 
carries over nicely from your desktop authoring to the browser viewing.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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: background images

2021-01-18 Thread Peter Bogdanoff via use-livecode
That’s where a image that is not part of the group is useful; it’s only on that 
card. Otherwise you would have to set the background image dynamically on 
preOpenCard based on stored data about that image/card combination.

Peter Bogdanoff

> On Jan 18, 2021, at 4:44 PM, Tim Selander via use-livecode 
>  wrote:
> 
> Right, which is why this is so confusing. I do not want a 'shared text' image.
> Each card should keep it's own unique image, but when I change the image on 
> one card, all the cards end up with the same image. That is what I want to 
> fix.
> 
> Tim Selander
> 
> On 2021.01.19 3:21, Klaus major-k via use-livecode wrote:
>> Hi Tim,
>> 
>>> Am 18.01.2021 um 19:12 schrieb Tim Selander via use-livecode 
>>> :
>>> 
>>> This is driving me nuts.
>>> 
>>> Have a 'background' group with an image. If I change the filename of an 
>>> image on one card, ALL the cards change to that image. Yet a field in the 
>>> same group properly will take unique values for each card.
>>> 
>>> I know I've done this before... what setting am I missing??
>>> Dropbox link to test stack: 
>>> https://www.dropbox.com/s/0r0ku3fw2i2pen7/test.livecode?dl=0
>> 
>> fields can have a "sharedtext" property, so they can hold different text on 
>> each card if part of a group.
>> Images can NOT!
>> 
>>> Any help appreciated!
>>> 
>>> Tim Selander
>>> Tokyo, Japan
>> 
>> Best
>> 
>> Klaus
>> 
>> --
>> Klaus Major
>> https://www.major-k.de
>> kl...@major-k.de
>> 
>> 
>> ___
>> 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
>> 
> 
> ___
> 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


___
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: background images

2021-01-18 Thread Tim Selander via use-livecode
Right, which is why this is so confusing. I do not want a 'shared 
text' image.
Each card should keep it's own unique image, but when I change 
the image on one card, all the cards end up with the same image. 
That is what I want to fix.


Tim Selander

On 2021.01.19 3:21, Klaus major-k via use-livecode wrote:

Hi Tim,


Am 18.01.2021 um 19:12 schrieb Tim Selander via use-livecode 
:

This is driving me nuts.

Have a 'background' group with an image. If I change the filename of an image 
on one card, ALL the cards change to that image. Yet a field in the same group 
properly will take unique values for each card.

I know I've done this before... what setting am I missing??
Dropbox link to test stack: 
https://www.dropbox.com/s/0r0ku3fw2i2pen7/test.livecode?dl=0


fields can have a "sharedtext" property, so they can hold different text on 
each card if part of a group.
Images can NOT!


Any help appreciated!

Tim Selander
Tokyo, Japan


Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
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



___
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: Considering work with livecode server

2021-01-18 Thread Rick Harrison via use-livecode
Hi Bill,

If you just want to put together good-looking quick and dirty webpages
that don’t need database interaction, you might want to use Apple’s
Keynote software.  You can put together a presentation with links
from one page to another, and just export the whole thing as HTML.
It works really great for what it is.  Try it out!

Good luck!

Rick

> On Jan 18, 2021, at 5:20 PM, William Prothero via use-livecode 
>  wrote:
> 
> Richard,
> I did understand that the server was pretty much like php, but I didn’t know 
> how much beyond that it could go in terms of dynamic interaction with screen 
> objects.
> 
> The reason I wanted to look into it’s use in a browser is that for education, 
> lower level grades use a lot of browser based materials because they don’t 
> require kids to download apps and the most disadvantaged of kids can mostly 
> use a browser. Also, teachers are pretty much max’d out and want to keep 
> things the way students are accustomed. Building a single web-based app that 
> avoids the world of all the mobile apps and desktop idiosyncrasies is 
> attractive. My experience is that building the app in Livecode is the 
> easy/fun part and getting it on the wide variety of platforms (Apple, 
> windows, Chromebooks, iPads, the Android variations, etc, etc) is the 
> time-consuming/mind-numbing challenge. I have build iOS apps and hate to 
> spend my time fighting the deployment issues.
> 
> My comments are from the perspective of a guy who is retired, enjoys building 
> useful education tools, and gives away my creations for free to pay back the 
> National Science Foundation for all the support I got while working. So, I’m 
> trying to maximize my satisfaction from this hobby.
> 
> I came to Livecode from Director and Shockwave. I love Livecode, but wish it 
> could do the same in a browser that it does so well with desktop and apps.
> 
> Everybody: Be Well, Be Safe, it’s been a crazy year in the US, and in the 
> world too.
> 
> Bill
> 
> William Prothero
> https://earthlearningsolutions.org


___
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: Considering work with livecode server

2021-01-18 Thread William Prothero via use-livecode
Richard,
I did understand that the server was pretty much like php, but I didn’t know 
how much beyond that it could go in terms of dynamic interaction with screen 
objects.

The reason I wanted to look into it’s use in a browser is that for education, 
lower level grades use a lot of browser based materials because they don’t 
require kids to download apps and the most disadvantaged of kids can mostly use 
a browser. Also, teachers are pretty much max’d out and want to keep things the 
way students are accustomed. Building a single web-based app that avoids the 
world of all the mobile apps and desktop idiosyncrasies is attractive. My 
experience is that building the app in Livecode is the easy/fun part and 
getting it on the wide variety of platforms (Apple, windows, Chromebooks, 
iPads, the Android variations, etc, etc) is the time-consuming/mind-numbing 
challenge. I have build iOS apps and hate to spend my time fighting the 
deployment issues.

My comments are from the perspective of a guy who is retired, enjoys building 
useful education tools, and gives away my creations for free to pay back the 
National Science Foundation for all the support I got while working. So, I’m 
trying to maximize my satisfaction from this hobby.

I came to Livecode from Director and Shockwave. I love Livecode, but wish it 
could do the same in a browser that it does so well with desktop and apps.

Everybody: Be Well, Be Safe, it’s been a crazy year in the US, and in the world 
too.

Bill

William Prothero
https://earthlearningsolutions.org
___
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


[ANN] This Week in LiveCode 251

2021-01-18 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 #251 here: http://bit.ly/3inPtfZ

This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around the open source project. New issues will be
released weekly on Mondays. We have a dedicated mailing list that will
deliver each issue directly to your e-mail, so you don't miss any!

If you have anything you'd like mentioned (a project, a discussion
somewhere, an upcoming event) then please get in touch.



-- 
Panagiotis Merakos 
LiveCode Software Developer

Everyone Can Create Apps 
___
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: Considering work with livecode server

2021-01-18 Thread Richard Gaskin via use-livecode

Bill Prothero wrote:

> I’m considering doing some work with LiveCode server.
...
> Can I position and drag graphic images around. For example, I’m
> thinking of the capability to create an image with various parts
> that I can click to hide and position based on mouse drags or
> clicks or whatever I want.

LC Server runs on a server, specifically as a CGI under Apache.  Its 
role is similar to PHP and other server-side languages in allowing a 
developer to add custom functionality to Apache.


It has no direct role in anything client-side, whether a browser or an 
LC app.  Client software sends requests to the server, and the server 
sends them back to the client.  The two are very separate, connected 
only through HTTP.


If you're looking for that sort of client-side interaction, and IF you 
ABSOLUTELY MUST confine the experience to the browser app, your only 
viable option is the browser-native technology stack, JavaScript/HTML/CSS.


LiveCode's HTML export aims to deliver a replacement for browser-native 
options, but by its nature it's well suited only fora very small number 
of projects.


If you're looking for the benefits of lightweight delivery over HTTP, 
and have no requirement that you ABSOLUTELY MUST limit what you're doing 
to be delivered specifically inside of a browser window, the most 
powerful option we have is also the simplest:  just download a stack 
within a lean standalone.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Richard Gaskin via use-livecode

Brian K. Duck wrote:

> Later today, I will summarize the notes from these meetings for the
> list and provide xAPI, CMI5 and LRS references; as well as the gitHub
> URL to prior LiveCode xAPI Project for #team-MakeyMakey.

Thank you.  This is a very interesting project, eager to see where it goes.

What is " #team-MakeyMakey"?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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: mobileControlCreate (set, do, etc)

2021-01-18 Thread Richard Gaskin via use-livecode

Sannyasin Brahmanathaswami:

> How in this done on desktop? It takes 15 minutes to build a standalone
> on iOS. Do we have make adjustments the mobile controls. AND then do
> another standalone.
>
> This would intro a Big factor in time development.

Yes, it is.

The workflow productivity LC remains unmatched for on the desktop was
temporarily set aside in the race to mobile, still left as an exercise 
for the user to create the library needed to bring The xTalk Way back to 
LC development:


http://lists.runrev.com/pipermail/use-livecode/2020-April/259405.html

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread David V Glasgow via use-livecode
VideoLinkwell looks like a great tool, Martin.  I spend a lot of time analysing 
video recorded police interviews, so I I know what a huge slog it is to 
document what happens and at which point(s) in a video.

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 
> it is worth. 
> 
> I will watch the video. 
> 
> If you want to see and try my SaaS Product VideoLinkwell go to 
> VideoLinkwell.com.  
> 
> Let me know when the next meeting is.  Thanks. 
> 
> Martin
> 
> Sent from my iPhone
> 
>> On Jan 18, 2021, at 1:43 PM, David Bovill  wrote:


___
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: Printing borked for LC Linux?

2021-01-18 Thread Mark Wieder via use-livecode

On 1/16/21 10:30 AM, Richard Gaskin via use-livecode wrote:


Any of you able to print from LC in Linux?



You seem surprised that Yet Another Feature is broken on linux.

--
 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: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Martin Koob via use-livecode
Hi

I am back to 3G.  So go on without me.  It is more frustration for you than it 
is worth. 

I will watch the video. 

If you want to see and try my SaaS Product VideoLinkwell go to 
VideoLinkwell.com.  

Let me know when the next meeting is.  Thanks. 

Martin

Sent from my iPhone

> On Jan 18, 2021, at 1:43 PM, David Bovill  wrote:
> 
> See the one I sent?
>> On 18 Jan 2021, 18:42 +, Martin Koob via use-livecode 
>> , wrote:
>> 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 get back to LTE territory I will try again.
>>> 
>>> I did hear a bit of what David was saying about his use case with playing 
>>> videos at different starting points.
>>> 
>>> I am interested in seeing how xAPI and/or Cmi5 can be used to store a 
>>> learning record that contains a number of video time points in a video of a 
>>> student’s work including current time, start time and end time. I have the 
>>> app that records this info. Next step is to create xAPI statements.
>>> 
>>> Another comment I had was that in the Fall 2020 xAPI cohort I joined team 
>>> #audio-video
>>> Hoping to work on this idea. This team worked on this in past cohorts so 
>>> there is work we could build on if we took this on as a project.
>>> 
>>> Can someone post the above to meeting chat?
>>> 
>>> Hopefully I can join back in soon.
>>> 
>>> If not 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
 
 
 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:
> 
> #2 1/18/21 1 PM EST
> 
> Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
> Time: Jan 18, 2021 01:00 PM America/Detroit
> 
> Join Zoom Meeting
> https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09
> 
> Meeting ID: 753 0223 0176
> Passcode: Cc0az8
> 
> #3 1/18/21 2 PM EST
> Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
> Time: Jan 18, 2021 02:00 PM America/Detroit
> 
> Join Zoom Meeting
> https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09
> 
> Meeting ID: 760 4715 4315
> Passcode: JG1CgZ
> 
> 1 PM would be best, but I saw at least one conflict with that time.
> 
> Later today, I will summarize the notes from these meetings for the list 
> and provide xAPI, CMI5 and LRS references; as well as the gitHub URL to 
> prior LiveCode xAPI Project for #team-MakeyMakey.
> 
> General References:
> 
> xAPI
> 
> xAPI.com
> 
> xAPICohort.com
> 
> 
> CMI5
> https://aicc.github.io/CMI-5_Spec_Current/
> 
> 
> https://aicc.github.io/CMI-5_Spec_Current/samples/
> 
> 
> If you are interested, but unable to join these first few meeting, reply 
> to me or the list and I’ll keep you posted...
> 
> 
> Brian Duck
> Bduck at Mac dot Com
> 
>> On Jan 18, 2021, at 10:49 AM, David Bovill  
>> wrote:
>> 
>> I’ve done some research, and it looks interesting to create a LiveCode 
>> library that would allow logging of learning events using the experience 
>> Api (xAPI).
>> 
>> There are some free servers to use, and hosting our own community server 
>> would also be readable. I feel that any LiveCode developers with a focus 
>> on education would benefit from this library.
>> 
>> Do we have a Zoom today Brian?
>> David
 ___
 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
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> ___
>> 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


___
use-livecode mailing list
use-

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

2021-01-18 Thread David Bovill via use-livecode
See the one I sent?
On 18 Jan 2021, 18:42 +, Martin Koob via use-livecode 
, wrote:
> 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 get back to LTE territory I will try again.
> >
> > I did hear a bit of what David was saying about his use case with playing 
> > videos at different starting points.
> >
> > I am interested in seeing how xAPI and/or Cmi5 can be used to store a 
> > learning record that contains a number of video time points in a video of a 
> > student’s work including current time, start time and end time. I have the 
> > app that records this info. Next step is to create xAPI statements.
> >
> > Another comment I had was that in the Fall 2020 xAPI cohort I joined team 
> > #audio-video
> > Hoping to work on this idea. This team worked on this in past cohorts so 
> > there is work we could build on if we took this on as a project.
> >
> > Can someone post the above to meeting chat?
> >
> > Hopefully I can join back in soon.
> >
> > If not 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
> > >
> > >
> > > 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:
> > > >
> > > > #2 1/18/21 1 PM EST
> > > >
> > > > Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
> > > > Time: Jan 18, 2021 01:00 PM America/Detroit
> > > >
> > > > Join Zoom Meeting
> > > > https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09
> > > >
> > > > Meeting ID: 753 0223 0176
> > > > Passcode: Cc0az8
> > > >
> > > > #3 1/18/21 2 PM EST
> > > > Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
> > > > Time: Jan 18, 2021 02:00 PM America/Detroit
> > > >
> > > > Join Zoom Meeting
> > > > https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09
> > > >
> > > > Meeting ID: 760 4715 4315
> > > > Passcode: JG1CgZ
> > > >
> > > > 1 PM would be best, but I saw at least one conflict with that time.
> > > >
> > > > Later today, I will summarize the notes from these meetings for the 
> > > > list and provide xAPI, CMI5 and LRS references; as well as the gitHub 
> > > > URL to prior LiveCode xAPI Project for #team-MakeyMakey.
> > > >
> > > > General References:
> > > >
> > > > xAPI
> > > >
> > > > xAPI.com
> > > >
> > > > xAPICohort.com
> > > >
> > > >
> > > > CMI5
> > > > https://aicc.github.io/CMI-5_Spec_Current/
> > > >
> > > >
> > > > https://aicc.github.io/CMI-5_Spec_Current/samples/
> > > >
> > > >
> > > > If you are interested, but unable to join these first few meeting, 
> > > > reply to me or the list and I’ll keep you posted...
> > > >
> > > >
> > > > Brian Duck
> > > > Bduck at Mac dot Com
> > > >
> > > > > On Jan 18, 2021, at 10:49 AM, David Bovill  
> > > > > wrote:
> > > > >
> > > > > I’ve done some research, and it looks interesting to create a 
> > > > > LiveCode library that would allow logging of learning events using 
> > > > > the experience Api (xAPI).
> > > > >
> > > > > There are some free servers to use, and hosting our own community 
> > > > > server would also be readable. I feel that any LiveCode developers 
> > > > > with a focus on education would benefit from this library.
> > > > >
> > > > > Do we have a Zoom today Brian?
> > > > > David
> > > ___
> > > 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
> >
> >
> > ___
> > 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
>
>
> ___
> 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
___
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: 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 get back to LTE territory I will try again. 
> 
> I did hear a bit of what David was saying about his use case with playing 
> videos at different starting points.  
> 
> I am interested in seeing how xAPI and/or Cmi5 can be used to store a 
> learning record that contains a number of video time points in a video of a 
> student’s work including current time, start time and end time. I have the 
> app that records this info. Next step is to create  xAPI statements. 
> 
> Another comment I had was that in the Fall 2020 xAPI cohort I joined team 
> #audio-video
> Hoping to work on this idea.  This team worked on this in past cohorts so 
> there is work we could build on if we took this on as a project.  
> 
> Can someone post the above to meeting chat?
> 
> Hopefully I can join back in soon.  
> 
> If not 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
>> 
>> 
>> 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:
>>> 
>>> #2 1/18/21 1 PM EST
>>> 
>>> Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
>>> Time: Jan 18, 2021 01:00 PM America/Detroit
>>> 
>>> Join Zoom Meeting
>>> https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09
>>> 
>>> Meeting ID: 753 0223 0176
>>> Passcode: Cc0az8
>>> 
>>> #3 1/18/21 2 PM EST
>>> Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
>>> Time: Jan 18, 2021 02:00 PM America/Detroit
>>> 
>>> Join Zoom Meeting
>>> https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09
>>> 
>>> Meeting ID: 760 4715 4315
>>> Passcode: JG1CgZ
>>> 
>>> 1 PM would be best, but I saw at least one conflict with that time.
>>> 
>>> Later today, I will summarize the notes from these meetings for the list 
>>> and provide xAPI, CMI5 and LRS references; as well as the gitHub URL to 
>>> prior LiveCode xAPI Project for #team-MakeyMakey.
>>> 
>>> General References:
>>> 
>>> xAPI
>>> 
>>> xAPI.com
>>> 
>>> xAPICohort.com
>>> 
>>> 
>>> CMI5
>>> https://aicc.github.io/CMI-5_Spec_Current/
>>> 
>>> 
>>> https://aicc.github.io/CMI-5_Spec_Current/samples/
>>> 
>>> 
>>> If you are interested, but unable to join these first few meeting, reply to 
>>> me or the list and I’ll keep you posted...
>>> 
>>> 
>>> Brian Duck
>>> Bduck at Mac dot Com
>>> 
 On Jan 18, 2021, at 10:49 AM, David Bovill  wrote:
 
 I’ve done some research, and it looks interesting to create a LiveCode 
 library that would allow logging of learning events using the experience 
 Api (xAPI).
 
 There are some free servers to use, and hosting our own community server 
 would also be readable. I feel that any LiveCode developers with a focus 
 on education would benefit from this library.
 
 Do we have a Zoom today Brian?
 David
>> ___
>> 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
> 
> 
> ___
> 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


___
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: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread David Bovill via use-livecode
Try this Zoom:

• https://us02web.zoom.us/j/6819268068

On 18 Jan 2021, 16:51 +, 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:
>
> #2 1/18/21 1 PM EST
>
> Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
> Time: Jan 18, 2021 01:00 PM America/Detroit
>
> Join Zoom Meeting
> https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09
>
> Meeting ID: 753 0223 0176
> Passcode: Cc0az8
>
> #3 1/18/21 2 PM EST
> Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
> Time: Jan 18, 2021 02:00 PM America/Detroit
>
> Join Zoom Meeting
> https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09
>
> Meeting ID: 760 4715 4315
> Passcode: JG1CgZ
>
> 1 PM would be best, but I saw at least one conflict with that time.
>
> Later today, I will summarize the notes from these meetings for the list and 
> provide xAPI, CMI5 and LRS references; as well as the gitHub URL to prior 
> LiveCode xAPI Project for #team-MakeyMakey.
>
> General References:
>
> xAPI
>
> xAPI.com
>
> xAPICohort.com
>
>
> CMI5
> https://aicc.github.io/CMI-5_Spec_Current/
>
>
> https://aicc.github.io/CMI-5_Spec_Current/samples/
>
>
> If you are interested, but unable to join these first few meeting, reply to 
> me or the list and I’ll keep you posted...
>
>
> Brian Duck
> Bduck at Mac dot Com
>
> > On Jan 18, 2021, at 10:49 AM, David Bovill  wrote:
> >
> > I’ve done some research, and it looks interesting to create a LiveCode 
> > library that would allow logging of learning events using the experience 
> > Api (xAPI).
> >
> > There are some free servers to use, and hosting our own community server 
> > would also be readable. I feel that any LiveCode developers with a focus on 
> > education would benefit from this library.
> >
> > Do we have a Zoom today Brian?
> > David
___
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: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Martin Koob via use-livecode
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 get back to LTE territory I will try again. 

I did hear a bit of what David was saying about his use case with playing 
videos at different starting points.  

I am interested in seeing how xAPI and/or Cmi5 can be used to store a learning 
record that contains a number of video time points in a video of a student’s 
work including current time, start time and end time. I have the app that 
records this info. Next step is to create  xAPI statements. 

Another comment I had was that in the Fall 2020 xAPI cohort I joined team 
#audio-video
Hoping to work on this idea.  This team worked on this in past cohorts so there 
is work we could build on if we took this on as a project.  

Can someone post the above to meeting chat?

Hopefully I can join back in soon.  

If not 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
> 
> 
> 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:
>> 
>> #2 1/18/21 1 PM EST
>> 
>> Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
>> Time: Jan 18, 2021 01:00 PM America/Detroit
>> 
>> Join Zoom Meeting
>> https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09
>> 
>> Meeting ID: 753 0223 0176
>> Passcode: Cc0az8
>> 
>> #3 1/18/21 2 PM EST
>> Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
>> Time: Jan 18, 2021 02:00 PM America/Detroit
>> 
>> Join Zoom Meeting
>> https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09
>> 
>> Meeting ID: 760 4715 4315
>> Passcode: JG1CgZ
>> 
>> 1 PM would be best, but I saw at least one conflict with that time.
>> 
>> Later today, I will summarize the notes from these meetings for the list and 
>> provide xAPI, CMI5 and LRS references; as well as the gitHub URL to prior 
>> LiveCode xAPI Project for #team-MakeyMakey.
>> 
>> General References:
>> 
>> xAPI
>> 
>> xAPI.com
>> 
>> xAPICohort.com
>> 
>> 
>> CMI5
>> https://aicc.github.io/CMI-5_Spec_Current/
>> 
>> 
>> https://aicc.github.io/CMI-5_Spec_Current/samples/
>> 
>> 
>> If you are interested, but unable to join these first few meeting, reply to 
>> me or the list and I’ll keep you posted...
>> 
>> 
>> Brian Duck
>> Bduck at Mac dot Com
>> 
>>> On Jan 18, 2021, at 10:49 AM, David Bovill  wrote:
>>> 
>>> I’ve done some research, and it looks interesting to create a LiveCode 
>>> library that would allow logging of learning events using the experience 
>>> Api (xAPI).
>>> 
>>> There are some free servers to use, and hosting our own community server 
>>> would also be readable. I feel that any LiveCode developers with a focus on 
>>> education would benefit from this library.
>>> 
>>> Do we have a Zoom today Brian?
>>> David
> ___
> 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


___
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: background images

2021-01-18 Thread Klaus major-k via use-livecode
Hi Tim,

> Am 18.01.2021 um 19:12 schrieb Tim Selander via use-livecode 
> :
> 
> This is driving me nuts.
> 
> Have a 'background' group with an image. If I change the filename of an image 
> on one card, ALL the cards change to that image. Yet a field in the same 
> group properly will take unique values for each card.
> 
> I know I've done this before... what setting am I missing??
> Dropbox link to test stack: 
> https://www.dropbox.com/s/0r0ku3fw2i2pen7/test.livecode?dl=0

fields can have a "sharedtext" property, so they can hold different text on 
each card if part of a group.
Images can NOT! 

> Any help appreciated!
> 
> Tim Selander
> Tokyo, Japan

Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
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


Considering work with livecode server

2021-01-18 Thread prothero--- via use-livecode
Folks:
I’m considering doing some work with LiveCode server. It looks like revigniter 
would be a good startng place, but I have questions before I invest a lot of 
time in it.

Can I position and drag graphic images around. For example, I’m thinking of the 
capability to create an image with various parts that I can click to hide and 
position based on mouse drags or clicks or whatever I want.

It would help me a lot if I could see examples of great sites built with the 
livecode server. If I have to become an expert on Python or Java or javascript 
to do it, though, I’d pass. Basically, I’d like to see what can be done with 
livecode script, livecode server, and whatever html and css are required to do 
what I want. Beginner Python or Javascript might be ok, though.

So, if anyone could post a link to a site like this, I’d very much appreciate 
it. 

Best,
Bill


William A. Prothero
Santa Barbara, CA. 93105
http://earthlearningsolutions.org/

___
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


background images

2021-01-18 Thread Tim Selander via use-livecode

This is driving me nuts.

Have a 'background' group with an image. If I change the filename 
of an image on one card, ALL the cards change to that image. Yet 
a field in the same group properly will take unique values for 
each card.


I know I've done this before... what setting am I missing??

Dropbox link to test stack: 
https://www.dropbox.com/s/0r0ku3fw2i2pen7/test.livecode?dl=0


Any help appreciated!

Tim Selander
Tokyo, Japan

___
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: 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:
> 
> #2 1/18/21 1 PM EST
> 
> Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
> Time: Jan 18, 2021 01:00 PM America/Detroit
> 
> Join Zoom Meeting
> https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09
> 
> Meeting ID: 753 0223 0176
> Passcode: Cc0az8
> 
> #3 1/18/21 2 PM EST
> Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
> Time: Jan 18, 2021 02:00 PM America/Detroit
> 
> Join Zoom Meeting
> https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09
> 
> Meeting ID: 760 4715 4315
> Passcode: JG1CgZ
> 
> 1 PM would be best, but I saw at least one conflict with that time.
> 
> Later today, I will summarize the notes from these meetings for the list and 
> provide xAPI, CMI5 and LRS references; as well as the gitHub URL to prior 
> LiveCode xAPI Project for #team-MakeyMakey.
> 
> General References:
> 
> xAPI
> 
> xAPI.com
> 
> xAPICohort.com
> 
> 
> CMI5
> https://aicc.github.io/CMI-5_Spec_Current/
> 
> 
> https://aicc.github.io/CMI-5_Spec_Current/samples/
> 
> 
> If you are interested, but unable to join these first few meeting, reply to 
> me or the list and I’ll keep you posted...
> 
> 
> Brian Duck
> Bduck at Mac dot Com
> 
>> On Jan 18, 2021, at 10:49 AM, David Bovill  wrote:
>> 
>> I’ve done some research, and it looks interesting to create a LiveCode 
>> library that would allow logging of learning events using the experience Api 
>> (xAPI).
>> 
>> There are some free servers to use, and hosting our own community server 
>> would also be readable. I feel that any LiveCode developers with a focus on 
>> education would benefit from this library.
>> 
>> Do we have a Zoom today Brian?
>> David
___
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: Cmi5 eLearning Standard in LiveCode MEETING TODAY AT 1 PM EST

2021-01-18 Thread Brian K. Duck via use-livecode
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:

#2 1/18/21 1 PM EST

Topic: CMI5 in LiveCode Zoom Meeting 1 PM EST
Time: Jan 18, 2021 01:00 PM America/Detroit

Join Zoom Meeting
https://us04web.zoom.us/j/75302230176?pwd=dk5TVkRLdWtyU0k1S1diYUpTSlc3Zz09

Meeting ID: 753 0223 0176
Passcode: Cc0az8

#3 1/18/21 2 PM EST
Topic: CMI5 In LiveCode Zoom Meeting 2 PM EST
Time: Jan 18, 2021 02:00 PM America/Detroit

Join Zoom Meeting
https://us04web.zoom.us/j/76047154315?pwd=cUd2VjVlRmd2UnpvTzE5UGdGaEdoUT09

Meeting ID: 760 4715 4315
Passcode: JG1CgZ

1 PM would be best, but I saw at least one conflict with that time.

Later today, I will summarize the notes from these meetings for the list and 
provide xAPI, CMI5 and LRS references; as well as the gitHub URL to prior 
LiveCode xAPI Project for #team-MakeyMakey.

General References:

xAPI

xAPI.com 

xAPICohort.com 


CMI5
https://aicc.github.io/CMI-5_Spec_Current/ 



https://aicc.github.io/CMI-5_Spec_Current/samples/ 



If you are interested, but unable to join these first few meeting, reply to me 
or the list and I’ll keep you posted...


Brian Duck
Bduck at Mac dot Com

> On Jan 18, 2021, at 10:49 AM, David Bovill  wrote:
> 
> I’ve done some research, and it looks interesting to create a LiveCode 
> library that would allow logging of learning events using the experience Api 
> (xAPI).
> 
> There are some free servers to use, and hosting our own community server 
> would also be readable. I feel that any LiveCode developers with a focus on 
> education would benefit from this library.
> 
> Do we have a Zoom today Brian?
> David
___
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