Re: gather windows

2018-03-27 Thread William Prothero via use-livecode
I downloaded Richard’s devolution program and it’s very handy. Thanks, Richard! Bill > On Mar 27, 2018, at 10:23 AM, Richard Gaskin via use-livecode > wrote: > > Mike Kerner wrote: > > > didn't someone write a stack for gathering all windows after a > >

Re: Qustion abut "the stackfiles"

2018-03-27 Thread William Prothero via use-livecode
Do you mean you store the stackfiles in a database, then load the locations with the splash screen? Bill > On Mar 27, 2018, at 2:52 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > You the splash get "messed-up" from occasional resave. > > Don't

Re: [OT] Web based HyperCard

2018-03-27 Thread scott--- via use-livecode
> On Mar 27, 2018, at 10:19 AM, Mark Wieder via use-livecode > wrote: > > Better yet, it appears that this may be the Ben Fisher who has been part of > the RR/LC community for a dozen or so years. He is that Ben Fisher :- ) -- Scott Morrow Elementary

Re: Qustion abut "the stackfiles"

2018-03-27 Thread Sannyasin Brahmanathaswami via use-livecode
You the splash get "messed-up" from occasional resave. Don't tell me how, but occasionally the path (which should be relative) becomes absolute lib_calendar libraries/lib_calendar.livecodescript #which it should be becomes lib_calendary

Re: Qustion abut "the stackfiles"

2018-03-27 Thread Bob Sneidar via use-livecode
This is the prescribed way to do this in a splash stack scenario. The Splash Stack becomes your executable, and all the other stacks, including the *actual* application stack end up in the right place as editable stacks. (The Executable stack is not editable so you cannot set properties that

Qustion abut "the stackfiles"

2018-03-27 Thread William Prothero via use-livecode
Folks: I’m setting up an application with a splash stack and lots of other stacks and libraries that are loaded by the splash stack. I am using “the stackfiles” of the splash stack to get the relative paths of the various stacks in the resources folder. I’m on LC 9.0.0(rc2), on Mac OS 10.12.3

OT: WebOS resurfaces for the raspberry pi !!!

2018-03-27 Thread Mark Wieder via use-livecode
https://blog.adafruit.com/2018/03/23/lg-releases-webos-open-source-edition-optimized-for-raspberry-pi-3-raspberry_pi-piday-raspberrypi/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: [OT] Web based HyperCard

2018-03-27 Thread Richmond Mathewson via use-livecode
Hence my posting about an online version of LiveCode. Richmond. On 27/3/2018 4:28 pm, Rick Harrison via use-livecode wrote: Hi Scott, Tell us about it again once it is full color and not just B Thanks, Rick On Mar 27, 2018, at 1:36 AM, scott--- via use-livecode

Re: variable xref

2018-03-27 Thread Mark Wieder via use-livecode
On 03/27/2018 06:56 AM, Mike Kerner via use-livecode wrote: Has anyone written a script to go through a stack and xref the variables? Yeah, but I didn't find it of much use. Unless you're using a lot of global variables or constants, why would this be useful? ..and notice that this task

Re: gather windows

2018-03-27 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > didn't someone write a stack for gathering all windows after a > multi-monitor fiasco? In addition to the forum script Panos linked to, that's also built into devolution's DeskView tool, accessed by right-clicking in any open part of the tool's mini desktop:

Re: [OT] Web based HyperCard

2018-03-27 Thread Mark Wieder via use-livecode
On 03/27/2018 07:06 AM, Keith Martin via use-livecode wrote: But seriously, while I don't see a hard-nosed practical use for this it is an astounding feat! Better yet, it appears that this may be the Ben Fisher who has been part of the RR/LC community for a dozen or so years. I donated and

Re: [OT] Web based HyperCard

2018-03-27 Thread Bob Sneidar via use-livecode
My first serious Hypercard app kept track of the last 24 months of responses and donations to a syndicated non-profit radio ministry to track which stations were generating responses/donations. Eventually I had it calculating a weighted formula based upon how much the station paid us or we paid

Re: [OT] Web based HyperCard

2018-03-27 Thread tbodine via use-livecode
Very cool! Playing with the paint features takes me back to my first Mac encounter in 1984 with MacPaint: Draw a rect. Fill it with brick pattern. Spray paint some graffiti on it. Virtual vandalism -- satisfying and harmless. Thanks for the link! Tom B. -- Sent from:

Re: [OT] Web based HyperCard

2018-03-27 Thread Colin Holgate via use-livecode
In Safari preferences you can say to show the Develop menu. In the Develop menu there are experimental features you can enable. I have most of those turned on. > On Mar 27, 2018, at 8:59 AM, dunbarx via use-livecode > wrote: > > Could only see a black screen

Re: [OT] Web based HyperCard

2018-03-27 Thread Bob Sneidar via use-livecode
Imagine showing someone this, then telling them there is a fully functional application development environment very much like it. Also, nostalgia comes to mind. Bob S > On Mar 27, 2018, at 01:28 , Richmond Mathewson via use-livecode > wrote: > > Undoubtedly

invitation to an openEHR conference that'll feature a LiveCode-built app

2018-03-27 Thread Dave Kilroy via use-livecode
Apologies for cross posting... Those of you who don't use the forum please consider clicking this link: http://forums.livecode.com/viewtopic.php?f=30=30799=165512#p165512 Those of you who do use the form - you'll have already seen the thread and can move on... Kind regards Dave Kilroy

Re: [OT] Web based HyperCard

2018-03-27 Thread Keith Martin via use-livecode
On 27 Mar 2018, at 14:28, Rick Harrison via use-livecode wrote: Tell us about it again once it is full color and not just B When he has the Colorizing HC XCMD simulated? ;) But seriously, while I don't see a hard-nosed practical use for this it is an astounding feat! k

Re: gather windows

2018-03-27 Thread Mike Kerner via use-livecode
ah yes thanks On Tue, Mar 27, 2018 at 9:55 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > You mean this? > > http://forums.livecode.com/viewtopic.php?t=30265 > > Best, > Panos > -- > > On Tue, Mar 27, 2018 at 2:44 PM, Mike Kerner via use-livecode < >

variable xref

2018-03-27 Thread Mike Kerner via use-livecode
Has anyone written a script to go through a stack and xref the variables? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good."

Re: gather windows

2018-03-27 Thread panagiotis merakos via use-livecode
You mean this? http://forums.livecode.com/viewtopic.php?t=30265 Best, Panos -- On Tue, Mar 27, 2018 at 2:44 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > didn't someone write a stack for gathering all windows after a > multi-monitor fiasco? > > -- > On the first

gather windows

2018-03-27 Thread Mike Kerner via use-livecode
didn't someone write a stack for gathering all windows after a multi-monitor fiasco? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said,

Re: [OT] Web based HyperCard

2018-03-27 Thread Rick Harrison via use-livecode
Hi Scott, Tell us about it again once it is full color and not just B Thanks, Rick > On Mar 27, 2018, at 1:36 AM, scott--- via use-livecode > wrote: > > This may be of interest to some of you (old) HyperCard folks. > > "ViperCard in an open source re-creation

Re: [OT] Web based HyperCard

2018-03-27 Thread Colin Holgate via use-livecode
It seems to fully work in Safari on Mac, but he hasn’t prevented the page scroll, so some things don’t work on iPad. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [OT] Web based HyperCard

2018-03-27 Thread dunbarx via use-livecode
Could only see a black screen when opening in Safari on OS 10.9. Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: [OT] Web based HyperCard

2018-03-27 Thread Richmond Mathewson via use-livecode
Undoubtedly very clever, but I do wonder what the purpose of it is. Richmond. On 27/3/2018 8:36 am, scott--- via use-livecode wrote: This may be of interest to some of you (old) HyperCard folks. "ViperCard in an open source re-creation and re-imagination of 1987’s HyperCard.” It runs in a