Re: Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Roger Guay via use-livecode
Thank you, Mike. Works here too! Cheers, Roger > On Oct 19, 2017, at 8:55 PM, Mike Bonner via use-livecode > wrote: > > instead do this.. > put img "myGif" into url ("binfile:Usersrogerguay/Desktop/myGif2.gif") > just tried it here, and it seems to work. >

Re: Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Mike Bonner via use-livecode
instead do this.. put img "myGif" into url ("binfile:Usersrogerguay/Desktop/myGif2.gif") just tried it here, and it seems to work. On Thu, Oct 19, 2017 at 8:53 PM, Roger Guay via use-livecode < use-livecode@lists.runrev.com> wrote: > I meant does NOT retain . . . . > > > On Oct 19, 2017, at 2:50

Re: Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Roger Guay via use-livecode
I meant does NOT retain . . . . > On Oct 19, 2017, at 2:50 PM, Roger Guay via use-livecode > wrote: > > I am importing gif animations into my project but find that when they are > subsequently exported, they are just one frame of the original animation. > Here

[OT] If you purchased the book recently...

2017-10-19 Thread Mark Schonewille via use-livecode
Hello list members, Have you purchased Programming LiveCode for the Real Beginner recently? Please, check your mail box (and your spam box) and find our e-mail message. We have asked you to confirm your postal mail address. We need you to reply before we can send you the book! If you confirm

Atkinson dither algorithm

2017-10-19 Thread Alejandro Tejada via use-livecode
Tom Glod wrote: > wow! my brain hurts. Still pending: 1) creating a command line application 2) compiling an external 3) building a widget In the forum thread, Hermann already demonstrated how to apply this algorithm using Javascript within the browser widget. But creating each one of these

Re: [OT] Myst and The Manhole

2017-10-19 Thread J. Landman Gay via use-livecode
I had no idea you were lurking here. :) On 10/19/17 4:42 PM, Rich Watson via use-livecode wrote: J. I was getting ready to post that, so I went to find our old emails to find out the dates. T'was published on GameTap on June 19th, 2008. I do not know if it is still available anywhere. :)

Export GIF File Does Retain Frames of Animation

2017-10-19 Thread Roger Guay via use-livecode
I am importing gif animations into my project but find that when they are subsequently exported, they are just one frame of the original animation. Here is my code: export image “myGif" to file "/Users/rogerguay/Desktop/“&"myGif2"&".gif" as gif Help please. Thanks, Roger

Re: Atkinson dither algorithm

2017-10-19 Thread Tom Glod via use-livecode
wow! my brain hurts. On Tue, Oct 17, 2017 at 2:13 PM, Alejandro Tejada via use-livecode < use-livecode@lists.runrev.com> wrote: > Hermann, your script version won the > LiveCode Script speed contest! :-) > > I feel humbled and grateful that many of you > have taken time to look at this. Although

Re: Interview wtth inventor of hypercard Bill Atkinson

2017-10-19 Thread Tom Glod via use-livecode
I wasn't aware that there was objections and controversies when it comes to this everything has a deeper history than just the surface I guess. Forgive my ignorance on the subject. Gonna leave this skeleton right where it is though. On Thu, Oct 19, 2017 at 4:48 PM, Mike Kerner via

Re: [OT] Myst and The Manhole

2017-10-19 Thread Rich Watson via use-livecode
J. I was getting ready to post that, so I went to find our old emails to find out the dates. T'was published on GameTap on June 19th, 2008. I do not know if it is still available anywhere. :) RAWA

Re: [OT] Myst and The Manhole

2017-10-19 Thread J. Landman Gay via use-livecode
On 10/19/17 1:48 PM, Alejandro Tejada via use-livecode wrote: I remember Cosmic Osmo. :D Still today, this game is available from Steam gaming platform: http://store.steampowered.com/app/63620/Cosmic_Osmo_and_the_Worlds_Beyond_the_Mackerel/ That port (Windows only) was done in LiveCode. :)

Re: Interview wtth inventor of hypercard Bill Atkinson

2017-10-19 Thread Mike Kerner via use-livecode
Wasn't yesterday VisiCalc's birthday? If ever there was a case of IP ripoff, it was that one. On Thu, Oct 19, 2017 at 4:24 PM, Alejandro Tejada via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom Glod wrote: > > Here is a great interview with Bill. in which he reveals > >

Interview wtth inventor of hypercard Bill Atkinson

2017-10-19 Thread Alejandro Tejada via use-livecode
Tom Glod wrote: > Here is a great interview with Bill. in which he reveals > among other things.. that when he invented Hypercard he was If you ask Walter Cooke, he answers: "I too miss HyperCard, but I also used Xerox's Notecards software BEFORE Bill invented Apple's version

Re: [OT] Myst and The Manhole

2017-10-19 Thread Alejandro Tejada via use-livecode
I remember Cosmic Osmo. :D Still today, this game is available from Steam gaming platform: http://store.steampowered.com/app/63620/Cosmic_Osmo_and_the_Worlds_Beyond_the_Mackerel/ and Archive.org running within the web browser in an emulated Mac Plus:

Interview wtth inventor of hypercard Bill Atkinson

2017-10-19 Thread Tom Glod via use-livecode
Here is a great interview with Bill. in which he reveals among other things.. that when he invented Hypercard he was

Re: [OT] Myst and The Manhole

2017-10-19 Thread dunbarx via use-livecode
My favorite was "Cosmic Osmo" Craig -- 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 url to subscribe, unsubscribe and manage

Re: [OT] Myst and The Manhole

2017-10-19 Thread Bob Sneidar via use-livecode
> http://www.businessinsider.com/photos-psychedelic-funhouse-george-rr-martin-2017-9 > Wait! I recognize that washing machine... AND THERE ARE MY MISSING SOCKS!!! Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Need Dropbox guidance

2017-10-19 Thread Mike Kerner via use-livecode
what was wrong with the previous try? On Thu, Oct 19, 2017 at 9:36 AM, pink via use-livecode < use-livecode@lists.runrev.com> wrote: > I did have a slash in the value of tFilePath > > I'm starting to understand my confusion, we're not uploading and > downloading > files, but putting and getting

Re: Need Dropbox guidance

2017-10-19 Thread pink via use-livecode
I did have a slash in the value of tFilePath I'm starting to understand my confusion, we're not uploading and downloading files, but putting and getting data into/from files... which is definitely more useful for what I'm trying to do. Now I've got things working and it is making sense :)

Re: Clipboard pastes into single spreadsheet cell

2017-10-19 Thread Paul Foraker via use-livecode
I just checked this in LC 7.1.1, running in High Sierra. It works as expected; the tabs survive into the spreadsheet. -- Paul On Thu, Oct 19, 2017 at 6:18 AM, Paul Foraker wrote: > G.W., glad to hear it works OK on a PC. My end user will be using one. > Thanks, > --

Re: Clipboard pastes into single spreadsheet cell

2017-10-19 Thread Paul Foraker via use-livecode
G.W., glad to hear it works OK on a PC. My end user will be using one. Thanks, -- Paul On Wed, Oct 18, 2017 at 7:52 AM, G.W.Gaich via use-livecode < use-livecode@lists.runrev.com> wrote: > I made a test: > > set the clipboarddata to 1 & tab & 2 & tab & 3 > > pasted into a google spreadsheet cell

Re: Clipboard pastes into single spreadsheet cell

2017-10-19 Thread Mike Kerner via use-livecode
What I discovered when I was fiddling around with this was that when I copy text from a text editor (ST, atom, BBE, TW), and check the fullClipboardData in LC, the only key is "text". The rtf, html, etc. are all missing (put the keys of the fullClipboardData). When I put something into the