Re: disabled buttons still receive events, they just process them, later?

2024-02-21 Thread Stephen Barncard via use-livecode
"there's still stuff to
learn."

. and remember .
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Wed, Feb 21, 2024 at 5:24 PM Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> thanks, jacque & mark
> it's amazing that even after...a really long time...there's still stuff to
> learn.
>
> On Wed, Feb 21, 2024 at 5:16 PM Mark Waddingham via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > It’s because of the wait - ‘blocking’ waits (those which aren’t ‘with
> > messages’) queue any (low level) events so they are handled at the next
> > wait (in this case the global one the engine does implicitly when there
> are
> > no handlers executing).
> >
> > Flushing events after the wait as Jacque suggests will ensure they aren’t
> > there to handle.
> >
> > Warmest Regards.
> >
> > Mark.
> >
> > Sent from my iPhone
> >
> > > On 21 Feb 2024, at 21:59, Mike Kerner via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > i did.
> > > i have both a button, and a power button.
> > > script:
> > >
> > > *local* count
> > >
> > > *on* mouseUp
> > >
> > > *if* the disabled of me *then* *put* cr & "disabled" after msg
> > >
> > > *add* 1 to count
> > >
> > > *set* the enabled of me to false
> > >
> > > *put* count
> > >
> > > *wait* 2 second
> > >
> > > *set* the enabled of me to true
> > >
> > > *end* mouseUp
> > >
> > >> On Wed, Feb 21, 2024 at 4:47 PM Craig Newman via use-livecode <
> > >> use-livecode@lists.runrev.com> wrote:
> > >>
> > >> Mike.
> > >>
> > >> In a new stack I placed a button with this:
> > >>
> > >> on mouseUp
> > >>  beep 2
> > >> end mouseUp
> > >>
> > >> If I click on the button I hear two clicks. I disabled the button and
> > >> clicked on it. I enabled the button. No clicks. I did this all by
> hand.
> > Did
> > >> you?
> > >>
> > >> Craig
> > >>
> > >>> On Feb 21, 2024, at 4:07 PM, Mike Kerner via use-livecode <
> > >> use-livecode@lists.runrev.com> wrote:
> > >>>
> > >>> alright, i'm a little surprised to notice this:
> > >>> i have a button. i disabled the button.
> > >>> then i clicked on the button
> > >>> then i re-enabled the button
> > >>> the click, from the period while the button was disabled, is received
> > and
> > >>> processed by the button.
> > >>> that seems problematic, to me. how would one cause clicks to be
> > >> discarded,
> > >>> permanently? hide the button? overlay it with a transparent control
> > that
> > >>> will absorb and ignore the clicks?
> > >>>
> > >>> --
> > >>> 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."
> > >>> ___
> > >>> 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
> > >>
> > >
> > >
> > > --
> > > 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."
> > > ___
> > > 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
> >
>
>
> --
> 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."
> ___
> 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: Window code signing certificate source recommendations

2023-10-11 Thread Stephen Barncard via use-livecode
Programming is just not fun any more.
Being creative is now just completely overwhelmed by ... whatever this
is... just to get the thing on the air so people won't hack or steal.
*Security* is a job we need AI to handle, not to replace our own creativity
in the app itself.
sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Tue, Oct 10, 2023 at 6:57 AM matthias rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Paul,
>
> just googled a little bit...
>
> If you have a safenet USB Token, than there seems to be a way to disable
> the password pop up.
>
> https://www.finalbuilder.com/resources/blogs/code-signing-with-usb-tokens
>
> > Am 10.10.2023 um 15:05 schrieb Paul Dupuis via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > On 10/10/2023 8:53 AM, matthias rebbe via use-livecode wrote:
> >> Hello Paul,
> >>
> >> unfortunately this is the "new" standard. Since 1st June 2023 private
> keys has to be stored on a Token.
> >>
> https://www.sslpoint.com/new-private-key-storage-requirement-for-standard-code-signing-certificates/
> >>
> >> There is no way anymore to export a certificate for example to .pfx.
> >> And much more of a pain, it is not possible anymore to code sign
> Windows app under macOS or at least i was not able to so so far.
> >>
> >> I have a "cloud" certificate from Certum which i purchased from SSL
> Point (https://www.sslpoint.com <https://www.sslpoint.com/>)
> >>
> >> With this type of certificate the private key is not stored on a USB
> token. This "cloud" certifcate  works similar to a usb token. I also have
> to install some software. This software allow me to login to the "cloud"
> and after successful login i can use that certificate
> >> with Microsoft's signtool and JARsigner.
> >>
> https://www.files.certum.eu/documents/manual_en/Code-Signing-signing-the-code-using-tools-like-Singtool-and-Jarsigner_v2.3.pdf
> >>
> >> So to automate your signing, you just have to keep a Windows PC running
> and make sure that you are logged in to the "Cloud". As long as the
> software is logged in you have access to the certificate.
> >> I don't know if this is also the case with the USB Token. Could not
> test it, because i do not have a usb token. ;)
> >>
> >>
> >> Regards,
> >> Matthias
> >
> > First, thank you for the very informative reply (with links!)
> >
> > Second, this "new" standard STINKS!
> >
> > The cloud cert sound interesting, but we recently renewed out macOS cert
> and now we've just renewed our Windows cert, so, short of trying to get
> money back from Comodo and switching to the "cloud", I guess I am stuck
> with the "new" crappy standard.
> >
> > I do not see how large software companies that automate build, signing,
> and even QA testing can accept this change. But they must of the suppliers
> of certs would not go this route for loss of income.
> >
> >
> > ___
> > 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: Bard AI

2023-03-25 Thread Stephen Barncard via use-livecode
Thanks!

On Sat, Mar 25, 2023 at 20:47 J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> It took a few days after I was invited before I was picked to participate.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On March 25, 2023 9:29:25 PM Stephen Barncard 
> wrote:
>
> > Got the invite, but nothing yet after I applied.
>
>
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Bard AI

2023-03-25 Thread Stephen Barncard via use-livecode
Got the invite, but nothing yet after I applied.

On Fri, Mar 24, 2023 at 17:03 J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> It was in the agreement I had to acknowledge before I could get in, and
> then plastered all over the place elsewhere.
>
> I think it's open to the public now, I saw a link somewhere that let you
> get on the waiting list. You could search for that if you want to try
> Bard.
> Google One subscribers like me got direct invitations.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On March 24, 2023 3:54:23 PM Craig Newman via use-livecode
>  wrote:
>
> > Jacque.
> >
> > They say that?
> >
> > Whether human or machine, where else would any of “us” glean
> information???
> >
> > Craig
> >
> >> On Mar 24, 2023, at 3:34 PM, J. Landman Gay via use-livecode
> >>  wrote:
> >>
> >> So much for Google's claim it doesn't directly pull from existing text.
> >>
> >> --
> >> Jacqueline Landman Gay | jac...@hyperactivesw.com
> >> HyperActive Software | http://www.hyperactivesw.com
> >> On March 24, 2023 7:55:58 AM Craig Newman via use-livecode
> >>  wrote:
> >>
> >>> We are ether doomed or blessed. We shall see...
> >>>
> >>> One small snippet from Jacques “new response” query:
> >>>
> >>> "and are typed at compile time based purely on context.”
> >>>
> >>> was a line I wrote in Wikipedia many years ago. It just made me
> realize how
> >>> such engines comb the entire universe for pertinent content, and then
> use
> >>> AI to compose.
> >>>
> >>> Craig
> >>>
> >>>> On Mar 23, 2023, at 4:35 PM, J. Landman Gay via use-livecode
> >>>>  wrote:
> >>>>
> >>>> and are typed at compile time based purely on context.
> >>>
> >>> ___
> >>> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Bard AI

2023-03-23 Thread Stephen Barncard via use-livecode
Pardon my language, but this is wonderful.

On Thu, Mar 23, 2023 at 15:42 Stephen Barncard  wrote:

> Holy crap
>
> On Thu, Mar 23, 2023 at 13:44 J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> So I asked Bard to create a poem about LiveCode. The first drafts were
>> just short lines of text
>> that didn't even qualify as blank poetry, so I revised my request to ask
>> it to make the poem rhyme.
>>
>> **
>> Sure! Here is a poem about the LiveCode coding language:
>>
>> LiveCode, oh LiveCode,
>> You make coding so easy.
>> With your natural English syntax,
>> I can create what I please.
>>
>> I can build games and apps,
>> Or websites and more.
>> The possibilities are endless,
>> With your simple yet powerful core.
>>
>> You're cross-platform and free,
>> So anyone can use you.
>> And you're backed by a passionate community,
>> Who are always willing to help me through.
>>
>> LiveCode, oh LiveCode,
>> You're the best coding language out there.
>> With your help, I can create anything I imagine,
>> And share it with the world without a care.
>> **
>>
>> It needs some work on meter but it's no worse than some human poems I've
>> read.
>>
>> --
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software   | http://www.hyperactivesw.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
>>
> --
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Bard AI

2023-03-23 Thread Stephen Barncard via use-livecode
Holy crap

On Thu, Mar 23, 2023 at 13:44 J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> So I asked Bard to create a poem about LiveCode. The first drafts were
> just short lines of text
> that didn't even qualify as blank poetry, so I revised my request to ask
> it to make the poem rhyme.
>
> **
> Sure! Here is a poem about the LiveCode coding language:
>
> LiveCode, oh LiveCode,
> You make coding so easy.
> With your natural English syntax,
> I can create what I please.
>
> I can build games and apps,
> Or websites and more.
> The possibilities are endless,
> With your simple yet powerful core.
>
> You're cross-platform and free,
> So anyone can use you.
> And you're backed by a passionate community,
> Who are always willing to help me through.
>
> LiveCode, oh LiveCode,
> You're the best coding language out there.
> With your help, I can create anything I imagine,
> And share it with the world without a care.
> **
>
> It needs some work on meter but it's no worse than some human poems I've
> read.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Sad news about Brahmanathaswami

2022-12-28 Thread Stephen Barncard via use-livecode
I still have the first copy of MacUser magazine, and right there was an ad
titled "Monks with Macs" and swami was right there.
I'm searching for that photo, in the meantime here's a more recent short
article about Swami:

https://blog.autogrow.com/the-monks-the-monastery-and-the-macbook-pro


--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Tue, Dec 27, 2022 at 3:32 PM Geoff Canyon via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I worked with Swami a few times -- he liked Navigator, so of course I think
> he was awesome :-)
>
> It's always sad to hear of someone passing. The memories they leave behind
> live on in all of us.
> ___
> 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: ChatGPT

2022-12-09 Thread Stephen Barncard via use-livecode
OK, we are interested. What is the backstory?  I just looked up ChatGPT
what did you have to do to get that response?
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Dec 9, 2022 at 10:25 AM Jim Lambert via use-livecode <
use-livecode@lists.runrev.com> wrote:

> This is interesting.
>
> ME: Write a calendar app in livecode
>
> CHATGPT:
> To create a calendar in LiveCode, you can use a combination of text
> fields, buttons, and other controls to create a user interface that allows
> users to select a date and view the calendar for that month. Here is an
> example of how you might create a calendar in LiveCode:
> Create a new stack in LiveCode and add a text field to the top of the
> stack. This text field will be used to display the current month and year.
> Add twelve buttons to the stack, one for each month of the year. These
> buttons will be used to allow users to select a month.
> Add a list field to the stack and set its columns to display the days of
> the week (e.g. "Sunday", "Monday", etc.). This list field will be used to
> display the days of the month.
> Use the "on mouseUp" event for each of the month buttons to update the
> text field at the top of the stack with the selected month and year.
> Use a repeat loop to populate the list field with the days of the selected
> month. Start by setting the first item in the list to the first day of the
> month, then use the "next" function to move to the next day and add it to
> the list. Continue until the end of the month is reached.
> Use the "on mouseUp" event for the text field at the top of the stack to
> allow users to navigate to the previous or next month by updating the month
> and year displayed in the text field and updating the list field with the
> new days of the month.
> Add additional controls and functionality as needed, such as the ability
> to select a specific day or view the calendar for a specific year.
> This is just one example of how you might create a calendar in LiveCode.
> You can use a variety of different controls and techniques to create a
> calendar that meets your specific needs and requirements.
>
> ME: Continue
>
> CHATGPT:
> Use the "format" function to format the date displayed in the text field
> at the top of the stack. For example, you can use the "format" function to
> display the month and year in a specific format (e.g. "January 2022") or to
> display the month and year in a language other than English.
> Use conditional statements to handle special cases, such as leap years or
> months with different numbers of days. For example, you can use an if
> statement to check if the current year is a leap year and adjust the number
> of days in February accordingly.
> Use the "sort" function to sort the days of the month in the list field.
> This can make it easier for users to view the calendar and find specific
> dates.
> Add visual elements to the calendar to make it more appealing and
> user-friendly. For example, you can use colors, fonts, and images to
> highlight important dates or events.
> Test the calendar to ensure that it is working properly and that all of
> the functionality is working as expected. Make any necessary adjustments or
> fixes before publishing or sharing the calendar.
> ___
> 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: PHP -> curl -> LC

2022-10-16 Thread Stephen Barncard via use-livecode
Hi jbv,

I think this can be done using the. [dot]htaccess file at the root of the
website.

I’ll try to dig up an example.


On Sun, Oct 16, 2022 at 11:22 jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi list,
>
> In several of my web projects, I have a main php script that
> triggers various LC scripts for specific tasks that are often
> easier to code in xTalk.
> To trigger those LC scripts I use curl and urls in the form :
> https://domain.com/irev/script.lc?a=parameters
>
> But very often, the php and LC scripts are on the same server
> and on the same account, such as on-rev.
> Therefore I've always wondered if there was another way to
> trigger the LC scripts from PHP, like for example not using
> http, but "inside" the server, by addressing the LC script
> via "home/public_html/account/irev/script.lc" ...
> Of course, the idea is to be able to use parameters as well,
> and to return processed data.
> The main idea is :
> - to make the whole thing faster than via http
> - to keep things within the server and therefore more secure.
>
> Sorry if this sounds like a newbie question.
> Thank you in advance.
>
> jbv
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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


disk mounted (appleevent?)

2022-09-25 Thread Stephen Barncard via use-livecode
Hello everyone

Yes, I'm still here!

Is there a way to capture the mounting of a CD or DVD?
Other than the cheesy "polling" for a disk to appear?
I can't find this in the docs. Maybe not possible.

Thanks in advance,  sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Trying to run standalone (headless) on Linux (Ubuntu) - failed at first hurdle

2022-03-10 Thread Stephen Barncard via use-livecode
Hi Ben,
Did you make the standalone on mac or win and  zip the file before
uploading ?
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Thu, Mar 10, 2022 at 6:50 AM Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> I'm trying to develop an app which will run headless on Linux (actually in
> a
> docker container). I've done this before... so long ago that I can't
> remember... with an earlier version of this app. Normally I run this on
> Mac
> and Windows.
>
> So (under LiveCode 9.6.6) I simply checked the Linux 64 option in the
> Standalone builder, built the app, transported the folder with the binary
> "MyApp", "Externals" folder, and "revsecurity.so" to the Docker container,
> and
> tried to launch it:
>
> > # ./MyApp -ui
> > ./MyApp: error while loading shared libraries: libexpat.so.1: cannot
> open shared object file: No such file or directory
>
> Can anyone point me in the right direction here? Does this mean that I
> need to
> do something different in how I build the app, or install something
> different
> in the environment?
>
> (The container is running Ubuntu 18.04.2 LTS).
>
> TIA,
>
> Ben
>
> ___
> 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: RIP David Boggs

2022-03-01 Thread Stephen Barncard via use-livecode
The NYT claim that I have used up all of my “free views” this month is a
LIE.

Anyway, the New York Times is all about Rupert Murdoch now as far as I’m
concerned. Not exactly trusted.

I’m glad that Boggs invented ethernet. I remember when I first heard about
it; I was at a seminar for Covis in 1980 - all their Star Terminals in the
room were connected via ethernet. Later that year I had a job interview
with Andy Moore to possibly work at Sprocket systems in San Rafael
(Lucasfilm) and they also had a network of star terminals all over the
facility.

I didn’t have a degree so I didn’t get that second call. But it was good to
see my friends at work there, one eventually got an Academy award for his
work on Star Wars.

On Tue, Mar 1, 2022 at 10:32 Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 3/1/22 10:26, Stephen Barncard via use-livecode wrote:
> > Paywall
>
> Opened without a paywall for me.
> That last quote is a keeper.
>
> --
>   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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: RIP David Boggs

2022-03-01 Thread Stephen Barncard via use-livecode
Paywall

On Tue, Mar 1, 2022 at 08:58 Jim Lambert via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> https://www.nytimes.com/2022/02/28/technology/david-boggs-dead.html?smid=url-share
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: OT: Wordle

2022-01-16 Thread Stephen Barncard via use-livecode
This list uses an ancient version of mailman that does not except
attachments of any kind, including images. You just need to find a place to
host the stuff you want to share and use the URL.

On Sun, Jan 16, 2022 at 12:54 David Squance via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Thanks to Ali for creating this and making it available. However, I have a
> question about the dictionary used and whether the secret word in any given
> turn is chosen at random from that dictionary.
>
> My last game got me to:  ALOE-
>
> The first four letters are green, the last, an S is black. I tried to send
> a screenshot, but it’s too big for the list. Regardless of the other
> letters I’d used up, I can’t come up with anything that makes sense. Aloe
> as a verb? That’s a real stretch and not in the American Scrabble
> dictionary.
>
> Any ideas?
> Dave
>
> > On Jan 7, 2022, at 2:53 AM, Ali Lloyd via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Many of you will no doubt already be addicted to the game 'Wordle' (if
> not,
> > prepare to be: https://www.powerlanguage.co.uk/wordle/) - the only
> problem
> > with it is that you only get one per day to solve. So I have taken the
> > liberty of making an unlimited version (in LC of course)
> > https://alilloyd.livecodehosting.com/wordle/wordle.html
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: iOS 15 - Xcode version

2021-09-24 Thread Stephen Barncard via use-livecode
*"Try Affinity Photo, really good software for only few bucks."*

Yes, a very capable app for about $50 US.   Different workflow than PS but
well thought out. Their documentation and learning materials are well
thought out. MAC AND PC, and a beautiful UI.


"--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Sep 24, 2021 at 8:57 PM Ludovic THEBAULT via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
>
> > Le 25 sept. 2021 à 00:19, Marty Knapp via use-livecode <
> use-livecode@lists.runrev.com> a écrit :
> >
> >
> > But now I can no longer use Photoshop CS3! It’s probably 10 years old so
> it had a good long run. Now to find a replacement as I don’t want to pay
> $20 a month for that…
> >
>
> Hello !
>
> Try Affinity Photo, really good software for only few bucks.
>
>
> >
>
>
>
> ___
> 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: IDE performance (Re: Suggestion: Non-Appbuilding Community Edition)

2021-09-07 Thread Stephen Barncard via use-livecode
  Hi there
> >>>>>
> >>>>> I suggest that there could be a Non-Appbuilding Community
> >>> Edition
> >>>>>
> >>>>> That would be for personal use, and to learn coding.
> >>>>>
> >>>>> Michael
> >>>>>
> >>>>>     ___
> >>>>> 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
> >>>>>
> >>>>
> >>>>
> >>>> --
> >>>> KIndest Regards Lagi
> >>>> ___
> >>>> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Apple App Store Agreement

2021-08-27 Thread Stephen Barncard via use-livecode
Does this actually level the playing field; or is it lip service?

On Fri, Aug 27, 2021 at 11:57 Jim Lambert via use-livecode <
use-livecode@lists.runrev.com> wrote:

> FYI
>
> "Apple has agreed to a class action settlement that will allow apps
> developers to implement payment systems outside of the App Store and
> communicate directly with customers about them."
>
>
> https://www.zdnet.com/article/apple-settles-lawsuit-to-allow-developers-to-use-payment-systems-outside-of-app-store/
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Is there an issue with beep on iOS?

2021-08-05 Thread Stephen Barncard via use-livecode
Try adding the parameter 1 for a single beep

Beep 1
Beep 2

It appears that beep by itself does not work, or perhaps on a phone it
would work the vibrator.

On Thu, Aug 5, 2021 at 17:11 William Prothero via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Folks:
> This is a small thing, but I wonder if there is an issue with the beep
> command on iOS. I am on LC 9.6.3 and iOS 14.7.1, I get sound for other apps
> but my LC app only gives me the vibration.
>
> Best,
> Bill Prothero
>
>
>
> William Prothero
> waproth...@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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Levure Dataview drag-reordering

2021-06-11 Thread Stephen Barncard via use-livecode
yeah, Apple still thinks I live in Sevastopol, Ukraine!
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Jun 11, 2021 at 8:08 AM Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi David,
>
> > Am 11.06.2021 um 17:03 schrieb David Bovill via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Yeah sorry about the typo - sent from mobile. I meant Levure -  as
> Trevor is the main man with the drag stuff and having differenr styles for
> rows is a must.
>
> ah, OK, I'll pass it over to Trevor!
>
> > NB on the typo front I have a distant memory that aeons ago when I first
> got an iPhone I said yes to the spelling “fir”.  Ever since then all my
> devices seem to love this word - anyone have an idea how to correct this
> auto typing flaw?
>
> Sorry, no idea fir this problem... 8-)
>
>
> Best
>
> Klaus
>
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> 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: Positioning object in a loclocked group

2021-04-15 Thread Stephen Barncard via use-livecode
Well for one thing there’s a keyword in the name of the object.

Try using a name like “TheGroup”



On Thu, Apr 15, 2021 at 08:17 Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi all,
>
> I am sure there is a technical reason for this! 8-)
>
> I have a group set to 600*600 pixel and loclocked.
> Inside of the group there are two invisible objects,
> a button and a graphic.
>
> Now if I:
> ...
> create btn "b1" in grp "THE group"
> ## and
> set the loc of btn "b1" of grp "THE group" to whateverX,wahteverY
> ...
> where whateverX and Y are definitively inside of that group!
>
> Then the button stays however in the topleft corner of the group.
> Even moving the button some pixels to right or down does not work.
> Why, oh, why? :-)
>
> Thanks for any insight!
>
>
> Best
>
> Klaus
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: OT Friendly customers....

2021-01-28 Thread Stephen Barncard via use-livecode
forgive me that last post was supposed to be for Curry only.


--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Thu, Jan 28, 2021 at 3:41 PM Stephen Barncard 
wrote:

> Dear Curry,
> What has happened in Washington was way beyond the definition of political.
> You are a vindictive, delusional, selfish person.
> I was trying to give you an off-ramp to your parade of lies, or at least
> apologize.
> Instead you repeated my off-list message to you on the use-list. Very low
> class.
> What was the purpose of that? What were you looking for,  people to back
> up your sorry ass?
> If you are Republican and still support Trump the traitor and his
> supporters, then I have zero respect for you.
> period.
>
> sqb
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
>
>
> On Thu, Jan 28, 2021 at 11:47 AM Curry Kenworthy via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>>
>> Stephen:
>>
>>  > Curry's gaslight and personal attack
>>
>> Sorry guy, not true. Simply holding your post up to logic.
>> You are political, so maybe you see politics everywhere.
>>
>> As I wrote to you offlist, in reply to your hateful and cursing rant:
>>
>> "Look again at my post. Notice the timeframe of the scams I mentioned.
>> Now become aware of the timeframe of the FBI stuff YOU are talking
>> about. Then apply logic. Or math. If you can!"
>>
>> It turns out that you are here promoting a particular brand of politics.
>> Or at least attacking what you perceive as a different brand.
>>
>> And ironically, you display outright hatred against a group of people!
>> Without being a bit bashful about it.
>> Nice, Stephen. Great follow-up to your previous gender-bashing, which
>> I'll be more than happy to link, if that's what you desire.
>>
>> I briefly mentioned lawfulness and spoke AGAINST politicizing
>> institutions as a way to reduce crime and scams, in the context of and
>> relevant to an already off-topic discussion. Too many scams, in turn
>> affecting customer service for software.
>>
>> I don't believe politics should be on this list, anymore than in law
>> enforcement. I was speaking AGAINST politics. You are still promoting
>> them. As we see here:
>>
>>  > tells me all I need to
>>  > know about which team Curry is cheering for.
>>
>> Offlist, you explained what you meant by "team" - you wrote:
>>
>>  > I am against TRUMP and his party and all they stand for.
>>  > If you are one of those people, then I can only surmise you
>>  > support the hate and racism and I have ZERO respect for you
>>  > or your smartass opinions.
>>  > Are you really the dude I had lunch with downtown Sebastopol?
>>
>> So again, if you are able to notice details, look at the time frames in
>> my post, and you may finally notice that your rant had no logical basis.
>>
>> Beyond that, it's very troubling - the only hate I see here is yours.
>> You used illogical means to place me into a group that you hate.
>> And then you acted upon and demonstrated that hate toward me.
>> It's not pretty.
>>
>> I hope you can grow beyond this tendency to hate! It's a real handicap.
>> You are obviously a person with a lot of potential. Ditch the hatred.
>> Logic and math are good friends. Trust them instead of prejudices.
>>
>> Whether it's gender, Trump, or whatever. Ease off the politics a bit!
>> Get back into LiveCode and logic. :)
>>
>> And BTW, I've never even been to Sebastopol. What is that about?
>>
>> Best way to respond to hate is with love:
>> I love you, Stephen. You have potential. Hope you get better.
>> Happy coding
>>
>> Best wishes,
>>
>> Curry Kenworthy
>>
>> Custom Software Development
>> "Better Methods, Better Results"
>> LiveCode Training and Consulting
>> http://livecodeconsulting.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: OT Friendly customers....

2021-01-28 Thread Stephen Barncard via use-livecode
Dear Curry,
What has happened in Washington was way beyond the definition of political.
You are a vindictive, delusional, selfish person.
I was trying to give you an off-ramp to your parade of lies, or at least
apologize.
Instead you repeated my off-list message to you on the use-list. Very low
class.
What was the purpose of that? What were you looking for,  people to back up
your sorry ass?
If you are Republican and still support Trump the traitor and his
supporters, then I have zero respect for you.
period.

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Thu, Jan 28, 2021 at 11:47 AM Curry Kenworthy via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> Stephen:
>
>  > Curry's gaslight and personal attack
>
> Sorry guy, not true. Simply holding your post up to logic.
> You are political, so maybe you see politics everywhere.
>
> As I wrote to you offlist, in reply to your hateful and cursing rant:
>
> "Look again at my post. Notice the timeframe of the scams I mentioned.
> Now become aware of the timeframe of the FBI stuff YOU are talking
> about. Then apply logic. Or math. If you can!"
>
> It turns out that you are here promoting a particular brand of politics.
> Or at least attacking what you perceive as a different brand.
>
> And ironically, you display outright hatred against a group of people!
> Without being a bit bashful about it.
> Nice, Stephen. Great follow-up to your previous gender-bashing, which
> I'll be more than happy to link, if that's what you desire.
>
> I briefly mentioned lawfulness and spoke AGAINST politicizing
> institutions as a way to reduce crime and scams, in the context of and
> relevant to an already off-topic discussion. Too many scams, in turn
> affecting customer service for software.
>
> I don't believe politics should be on this list, anymore than in law
> enforcement. I was speaking AGAINST politics. You are still promoting
> them. As we see here:
>
>  > tells me all I need to
>  > know about which team Curry is cheering for.
>
> Offlist, you explained what you meant by "team" - you wrote:
>
>  > I am against TRUMP and his party and all they stand for.
>  > If you are one of those people, then I can only surmise you
>  > support the hate and racism and I have ZERO respect for you
>  > or your smartass opinions.
>  > Are you really the dude I had lunch with downtown Sebastopol?
>
> So again, if you are able to notice details, look at the time frames in
> my post, and you may finally notice that your rant had no logical basis.
>
> Beyond that, it's very troubling - the only hate I see here is yours.
> You used illogical means to place me into a group that you hate.
> And then you acted upon and demonstrated that hate toward me.
> It's not pretty.
>
> I hope you can grow beyond this tendency to hate! It's a real handicap.
> You are obviously a person with a lot of potential. Ditch the hatred.
> Logic and math are good friends. Trust them instead of prejudices.
>
> Whether it's gender, Trump, or whatever. Ease off the politics a bit!
> Get back into LiveCode and logic. :)
>
> And BTW, I've never even been to Sebastopol. What is that about?
>
> Best way to respond to hate is with love:
> I love you, Stephen. You have potential. Hope you get better.
> Happy coding
>
> Best wishes,
>
> Curry Kenworthy
>
> Custom Software Development
> "Better Methods, Better Results"
> LiveCode Training and Consulting
> http://livecodeconsulting.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: OT Friendly customers....

2021-01-28 Thread Stephen Barncard via use-livecode
My last word. Curry's gaslight and personal attack tells me all I need to
know about which team Curry is cheering for.
I am defending my words - I said nothing wrong or inaccurate. I was trying
to calm down the temperature and Curry's response just made it worse.

Enough of this freaking cheese crap.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Thu, Jan 28, 2021 at 10:07 AM Stephen Barncard 
wrote:

> Curry,
>
> Putting down the FBI won’t help anything and makes me think you might be
> partial to the dark forces and fake news. We get enough of the hate through
> other sources and it is unwelcome here.
>
>
> On Thu, Jan 28, 2021 at 09:36 Curry Kenworthy via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>>
>> Matthias:
>>
>>  > So in my case it was not scam but just a rude person.
>>
>> Plenty of those around. Including what comes around.
>>
>> Manipulative people usually follow 2 tactics.
>> Either buttering up for a favor, or being rude to apply pressure.
>> Sometimes both; they will abruptly switch if one fails.
>>
>> In which case I tend to grab either popcorn or a flamethrower.
>> Not a huge fan of manipulation.
>>
>> Doc hawk:
>>
>>  > asking about playing games like “hide the salami”
>>
>> Careful - from a sandwich point of view,
>> that could potentially imply the "c" word!
>>
>> Heather:
>>
>>  > Did somebody say cheese??
>>
>> Probably those damn portrait photographers again!
>> Truly evil people - no souls behind the fake smiles.
>>
>> (A little humor now and then is the best medicine.)
>>
>> Paul:
>>
>>  > you should not be surprised some people assume SCAM first
>>
>> My "unfavorites" were the "Windows tech support" and "Google listings"
>> phone call scams.
>>
>> Right now during 2020-2021 my breathing isn't good enough for phone
>> conversations anymore, and all calls go to voice mail.
>>
>> But in previous years those guys would call all the time. They weren't
>> following any rules/laws anyway, so you couldn't get off their list by
>> traditional methods.
>>
>> So I tried some unorthodox methods - pranking and wasting their time.
>>
>> I had one of the "Windows tech support" guys passionately defending
>> himself when I asked what his family back in India would think about him
>> becoming a criminal. Another couple of times, I played along with their
>> spiel, got transferred from the little crook to the big crook, and
>> wasted his time too for a while before scolding them and hanging up at
>> the crucial moment. They eventually gave up on me just as I was planning
>> some bigger pranks.
>>
>> (Our "FBI" is way too busy being a partisan political tool to handle any
>> real crime; no telling how many scams they've allowed to flourish that
>> it is their duty and job description to shut down and prevent.)
>>
>> But the "Google listings" people were unstoppable. They were operating
>> in more of a legal/moral gray area, and they must have been raking in
>> the $$$. Most persistent I've ever seen/heard. I suppose they are still
>> at it; I just haven't been able to answer the phone for ages.
>>
>> My "unfavorite" email scam is the one where your email account will be
>> closed unless you log in to verify it or approve the new security
>> measures, etc. A couple of variations on this theme looked very real.
>>
>> Best wishes,
>>
>> Curry Kenworthy
>>
>> Custom Software Development
>> "Better Methods, Better Results"
>> LiveCode Training and Consulting
>> http://livecodeconsulting.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
>>
> --
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.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: OT Friendly customers....

2021-01-28 Thread Stephen Barncard via use-livecode
Curry,

Putting down the FBI won’t help anything and makes me think you might be
partial to the dark forces and fake news. We get enough of the hate through
other sources and it is unwelcome here.


On Thu, Jan 28, 2021 at 09:36 Curry Kenworthy via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> Matthias:
>
>  > So in my case it was not scam but just a rude person.
>
> Plenty of those around. Including what comes around.
>
> Manipulative people usually follow 2 tactics.
> Either buttering up for a favor, or being rude to apply pressure.
> Sometimes both; they will abruptly switch if one fails.
>
> In which case I tend to grab either popcorn or a flamethrower.
> Not a huge fan of manipulation.
>
> Doc hawk:
>
>  > asking about playing games like “hide the salami”
>
> Careful - from a sandwich point of view,
> that could potentially imply the "c" word!
>
> Heather:
>
>  > Did somebody say cheese??
>
> Probably those damn portrait photographers again!
> Truly evil people - no souls behind the fake smiles.
>
> (A little humor now and then is the best medicine.)
>
> Paul:
>
>  > you should not be surprised some people assume SCAM first
>
> My "unfavorites" were the "Windows tech support" and "Google listings"
> phone call scams.
>
> Right now during 2020-2021 my breathing isn't good enough for phone
> conversations anymore, and all calls go to voice mail.
>
> But in previous years those guys would call all the time. They weren't
> following any rules/laws anyway, so you couldn't get off their list by
> traditional methods.
>
> So I tried some unorthodox methods - pranking and wasting their time.
>
> I had one of the "Windows tech support" guys passionately defending
> himself when I asked what his family back in India would think about him
> becoming a criminal. Another couple of times, I played along with their
> spiel, got transferred from the little crook to the big crook, and
> wasted his time too for a while before scolding them and hanging up at
> the crucial moment. They eventually gave up on me just as I was planning
> some bigger pranks.
>
> (Our "FBI" is way too busy being a partisan political tool to handle any
> real crime; no telling how many scams they've allowed to flourish that
> it is their duty and job description to shut down and prevent.)
>
> But the "Google listings" people were unstoppable. They were operating
> in more of a legal/moral gray area, and they must have been raking in
> the $$$. Most persistent I've ever seen/heard. I suppose they are still
> at it; I just haven't been able to answer the phone for ages.
>
> My "unfavorite" email scam is the one where your email account will be
> closed unless you log in to verify it or approve the new security
> measures, etc. A couple of variations on this theme looked very real.
>
> Best wishes,
>
> Curry Kenworthy
>
> Custom Software Development
> "Better Methods, Better Results"
> LiveCode Training and Consulting
> http://livecodeconsulting.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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Need to track click on a MacStatusMenu without menu items

2020-11-02 Thread Stephen Barncard via use-livecode
That is absolutely the proper metaphor. We just want to make good pasta, we
don’t want to deal with other languages. It’s enough of an alphabet soup
with web stuff.

On Mon, Nov 2, 2020 at 06:41 Mark Smith via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Can I just add, that “fresh pasta” comment made my day :)
>
> Thank you
>
> > On Nov 2, 2020, at 12:03 PM, matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Monte,
> >
> > thanks for responding and assuming that it might be possible with
> adjustments to the source code.
> >
> > Regarding Livecode Builder, i am afraid i am a hopeless case. ;)
> > Tried so many times to follow the widget course and other resources, but
> it seems i will never understand that stuff completely. I was even able to
> adjust  the source code of the clock widget to disable the day/night color
> switch.  But as soon as ObjectC is involved i am lost.
> >
> > Anyway, one doesn't have to be able to do everything.
> > Hey, i am very good in making fresh pasta. Okay that doesn't help me
> here. ;)
> >
> >
> > All the best,
> > Matthias
> >
> > -
> > Matthias Rebbe
> > Life Is Too Short For Boring Code
> >
> >> Am 02.11.2020 um 10:07 schrieb Monte Goulding via use-livecode <
> use-livecode@lists.runrev.com>:
> >>
> >> Hi Matthias
> >>
> >> It would be possible to add to the library I think. Should just be a
> matter of setting an action which posts a callback on the button of the
> NSStatusItem. If you want to have a play the library is open source ;-)
> >>
> >> Cheers
> >>
> >> Monte
> >>
> >>> On 2 Nov 2020, at 4:09 am, matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>>
> >>> Hi
> >>>
> >>> i am currently working on a Mac OS app which makes use of the
> MacStatusMenu Library.
> >>> Now i need a way to track a click on a Mac Status Menu icon which does
> not have any menu items.
> >>>
> >>> Is this somehow possible?
> >>>
> >>> Currently i am only able to track the click of a menu item of a Mac
> Status Menu.
> >>> But if no menu item is set and i click directly on the status menu
> icon, i do not get anything back.
> >>>
> >>> Any ideas?
> >>>
> >>> Regards,
> >>> Matthias
> >>>
> >>>
> >>>
> >>> -
> >>> Matthias Rebbe
> >>> Life Is Too Short For Boring Code
> >>>
> >>>
> >>> ___
> >>> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Plotting Equations that Bifurcate

2020-10-30 Thread Stephen Barncard via use-livecode
Bob, that one gets a “LIKE”.

On Fri, Oct 30, 2020 at 10:28 Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Last time I plotted an equation while bifurcating, I was pretty drunk, and
> don't remember much.
>
> Bob S
>
>
> > On Oct 29, 2020, at 15:03 , Roger Guay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > I am trying to plot an equation that bifurcates by setting the points of
> a polygon as I iterate the equation. But I can’t figure how to handle the
> bifurcation. Any help will be greatly appreciated!
> >
> > Roger
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: SSL cPanel mySql setup

2020-10-17 Thread Stephen Barncard via use-livecode
Dreamhost never did install LC ... but several of us have made it work.
Just get the right server executable and permissions.
I could never get it work account wide but it rocked for individual web
site installation.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Oct 17, 2020 at 4:37 PM matthias rebbe via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Neville,
> Can't you install LC Server on your own on your Dreamhost account. I
> remember there were others on the list or in the forum who were successful
> with installing LC Server on their Dreamhost account.
>
>
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
> > Am 18.10.2020 um 01:32 schrieb Neville Smythe via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Thanks to this thread for the realisation my remote db connections are
> not secure. I just checked with Dreamhost and they gave their reasons for
> not use SSL with their mySQL setup — unacceptable burden on their server
> and undesirable for web app access; so in their opinion very few shared
> host environments would enable SSL for mySQL.
> >
> > So I need some middleware. LC Server would have been ideal, but
> Dreamhost no longer install it ;-(. I particularly could have used LC
> Server to drive mailman distribution list subscription/unsubscription tasks
> from the database for which I do not have a good solution at the moment.
> >
> > Neville
> >
> >
> >
> > ___
> > 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: Slightly OT: downloading Xcode

2020-10-03 Thread Stephen Barncard via use-livecode
Hi Jim,
5g via a home modem is supposed to save those of us without telephone poles
or conduits to the home.
some day.
sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Oct 3, 2020 at 9:36 AM Jim At Consensus via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Lest anyone think this is a rural issue.
>
> I live in a major metropolitan city in the US. (Seattle, Wa) And am still
> on DSL and can’t get cable or fiber to my house without paying to have
> poles placed and or conduit run underground... very expensive. Our DSL is
> over copper lines from 1936 whose insulation (lead) has been riddled with
> holes.
>
> When it rains, we have no internet and usually no phone. To get Apple
> updates, I either lose a day or go someplace with a reliable hispeed
> connecton.
>
> Sent from Jim's iPhone XR
> Please excuse brevity, typos and errors
>
> > On Oct 3, 2020, at 9:26 AM, matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > This would be a saver alternative
> > https://blog.kulman.sk/faster-way-to-download-and-install-xcode/ <
> https://blog.kulman.sk/faster-way-to-download-and-install-xcode/>
> >
> > It uses Aria2
> > https://formulae.brew.sh/formula/aria2 <
> https://formulae.brew.sh/formula/aria2>
> > and a ruby script
> > https://gist.github.com/iandundas/fabe07455e5216442a421922361f698c <
> https://gist.github.com/iandundas/fabe07455e5216442a421922361f698c>
> >
> >
> > Regards,
> >
> > Matthias
> >
> > Matthias Rebbe
> > Software & Support
> > Externer Datenschutz
> > Bramkampsieke 13
> > 32312 Lübbecke
> > Tel+49 5741 31
> >+49 160 5504462
> > Fax: +49 5741 310002
> > eMail: matth...@m-r-d.de <mailto:matth...@m-r-d.de>
> >
> > BR5 Konverter - BR5 -> MP3 <https://www.matthiasrebbe.eu/software/brx/>
> >
> >> Am 03.10.2020 um 17:39 schrieb Mark Wieder via use-livecode <
> use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>:
> >>
> >>> On 10/3/20 8:09 AM, Richmond via use-livecode wrote:
> >>> I wonder:
> >>>
> https://developerinsider.co/download-xcode-and-other-developer-tools-up-to-16-times-faster/
> <
> https://developerinsider.co/download-xcode-and-other-developer-tools-up-to-16-times-faster/>
>
> >>
> >> Looks interesting, but I'd be wary of anything that does
> >> install.sh | bash
> >> without checking the source first
> >>
> >> --
> >> Mark Wieder
> >> ahsoftw...@gmail.com <mailto:ahsoftw...@gmail.com>
> >>
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com <mailto: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
> >
> >
> >
> > -
> > Matthias Rebbe
> > Life Is Too Short For Boring Code
> >
> > ___
> > 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: Slightly OT: downloading Xcode

2020-10-03 Thread Stephen Barncard via use-livecode
Hey everyone. Chopping up a gigantic file into little bits to be zipped
then uploaded is nuts. Chopped nuts!

 The A in ADSL means ASYMETRICAL - which means uneven- upload speed and is
a fraction of the download speed.
  It would take a long time with most POTS internets to upload gigabyte
files.

What I do with files that are too big to upload is to put it on an
inexpensive SDHC chip and send it in  regular mail.

I do this all the time with video files.

On Sat, Oct 3, 2020 at 08:40 Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 10/3/20 8:09 AM, Richmond via use-livecode wrote:
>
> > I wonder:
>
> >
>
> >
> https://developerinsider.co/download-xcode-and-other-developer-tools-up-to-16-times-faster/
>
>
>
> Looks interesting, but I'd be wary of anything that does
>
> install.sh | bash
>
> without checking the source first
>
>
>
> --
>
>   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
>
> --
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Slightly OT: downloading Xcode

2020-10-03 Thread Stephen Barncard via use-livecode
Hi Graham,
This sounds quite futile for you on such an imperfect connection, and an
unfair situation created by Apple. I guess they expect all developers to
have fiber-to-the-home or live in glass corporate towers with <2 megabit
connections. Such code bloat surely could be reduced greatly by refactoring
by their wonderful code scientists, but I guess that's not efficient. I'll
bet that over 60% of that block is absolute bloat but that's the world
they've dealt us.

ADSL is an especially imperfect,  ancient tech using analog phone lines to
carry digital signals and very susceptible to interference and bad weather.
I struggled with it for years at my place in Sebastopol, even a connection
with two lines until I switched to a cable based system.
 It's all about the distance to the cabinet and then from there to the
central office. The local cabinet (which could be on a pole) could be
connected to a fiber optic line but if the POTS (plain old telephone
service) wires are old and stressed can be the culprit. And even the wires
from the cabinet to your house may not be a continuous run. There might be
branches of line that dead-ends that used to connect to someone else's
house.  A call to your telephone provider might make a big difference when
you tell them your problem - it may not be the internet provider's issue.

 Sometimes the telephone connection at your house itself could be the
reason why the speed varies so much. Moisture and humidity can contribute
to bad terminations - look for "green copper" at the screw terminals - a
sure sign of contamination and resistance. They are trying to send analog
signals at near radio frequencies and that's very critical.

Finally, telephone companies around the world are replacing old copper
lines with fiber optic lines all the way to the home. The price of copper
these days has made the old wire a resource and makes it possible for the
telephone providers to run fibre everywhere more economical and possible
due to the salvage of the previous copper wires - fiber lines are cheaper
per foot vs bandwidth and carry TV signals too. The bandwidth needed to be
a developer today isn't going to get any less and rural customers are going
to need this bandwidth as much as urban ones in the near future.

for now,
Is it possible for you to take a laptop to another town, perhaps a
cyber-cafe with a suitable connection? If the time it takes to download
longer than it takes to drive there, would that make sense?
Or perhaps a friend that is also a developer elsewhere in France that would
be kind enough to drop it on to a USB stick or drive you could send him?
Certainly there must be a fellow Live-coder in your country that could do
this?

Or am I being naive?

--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Oct 3, 2020 at 1:12 AM Graham Samuel via use-livecode <
use-livecode@lists.runrev.com> wrote:

> This is a question for people having to use XCode to generate iOS apps. I
> find from responses on this list that I now need Xcode 15 to have a chance
> of generating for iOS 14. I would ask Apple this quesiton, but I doubt if I
> would get a meaningful answer:
>
> I'm working deep in the French countryside with an ADSL connection -
> although I have enough bandwidth to stream TV programs, really long files
> are hard to download. Downloading Xcode - which is reported to be an 8.12GB
> file - at a speed of between 300 and 750 KB/sec is a nightmare. If the
> download speed drops below some unspecified limit, the download stops and
> has to be resumed in Safari, but that's not the worst of it. If I leave the
> download overnight, having got say 4 out of 8 Gb loaded, when look at the
> download folder in the morning, it only contains 14 bytes, necessitating a
> complete reload! There isn't even anything in the Trash. What's that about,
> and is there any way I can simply accumulate the download bit by bit until
> it's all finished?
>
> If anyone has any hints, I’d be grateful. Otherwise it means spending some
> hours keep the download pot boiling and wrecking the rest of my day.
>
> Thanks
>
> Graham
> ___
> 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: Looking for LiveCode developer in Norway, Stavanger area

2020-09-02 Thread Stephen Barncard via use-livecode
Wow. Looking forward to the success story.

On Tue, Sep 1, 2020 at 23:48 Ivar Andreassen via use-livecode <
use-livecode@lists.runrev.com> wrote:

> A mature startup is looking for programmers that have from "little" to
>
> professional experience with LiveCode in Norway, and in "south Rogaland"
>
> "Stavanger Sandnes region". The reason for being so specific on location is
>
> that we want you physically present in our team meetings.
>
>
>
> We are developing a new exciting music service, and need several people
>
> onboard. Right now we are specifically looking for LiveCode developers to
>
> work on apps and back end solutions.
>
>
>
> Send an e-mail to ivar.andreas...@gmail.com, or reach out to me on
> Linkedin
>
> https://www.linkedin.com/in/ivarandreassen/
>
>
>
> Regards
>
> Ivar Andreassen
>
> ___
>
> 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
>
> --
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Cross Platform Font Layout - current workarounds

2020-08-25 Thread Stephen Barncard via use-livecode
Sean Cole

Still no apologies.
Hey, you are starting to disrespect my friends and I’m not digging it. They
have done nothing other than bend over backwards to try to help and your
bad attitude and rudeness is crossing the line.

Remember the main rule here, no politics, religion or cheese and you,
buddy, have gone full limburger.

Chill, dude.

On Tue, Aug 25, 2020 at 17:51 Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Reminds me of HTML. All platform consistency in display… until Microsoft
> and Netscape decided to do it “better”. It begs the question, is it better
> to be consistent with everyone else’s standards, or better to be… well…
> better?
>
>
>
> Bob S
>
>
>
>
>
> On Aug 25, 2020, at 5:40 PM, Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>>
> wrote:
>
>
>
> Yes, we all remember the TrueType rollout, and the promise of a
> single-file, cross-platform font definition.
>
>
>
> But for that format to provide pixel-perfect matched rendering requires
> all renderer implementers to use the same code.  And as you know, they
> don't.
>
>
>
> ___
>
> 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
>
> --
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: ProtonMail vs Apple

2020-08-07 Thread Stephen Barncard via use-livecode
I thought "web apps" were going to level the playing field, and they could
be made to look just like iPhone apps on an iPhone, one just rigs the css
and graphics.  How did that work out?   I do love Livecode
serverbrilliant.

(full disclosure,  I hate using phones for stuff I can do on a desktop, a
big reason why I gave up development except for desktop apps I make to
support my other activities )

( I make video too, and will not do 'portrait' mode under any circumstances
)

(I'm watching Lewis Black as I type this, pardon my tone)
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Aug 7, 2020 at 11:27 AM Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Not sure the question is relevant.  You chose to buy the iHouse over the
> droidHouse for some reason.  Maybe you wanted to live in the neighborhood
> with the lowest crime rate.
>
> Also, until Apple is forced to allow other companies to make compatible
> phones, I don’t see how the logic works.  Google doesn’t make the only
> Android phone.
>
> When I read Apple’s guidelines I don’t see anything about price parity.
> You can’t point out that it is cheaper elsewhere, but are you required to
> charge the same?
>
> Sent from my iPhone
>
> > On Aug 7, 2020, at 2:16 PM, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Jim,
> >
> >> Even with 58% of the US smartphone market Apple does not actually have a
> > monopoly.
> >> Now there may be plenty of good reasons to object to Apple’s app store
> > policies but let’s not misuse the term monopoly.
> >
> > There is another way to approach this. Apple has the monopoly of the iOS
> > market, they can dictate and abuse their authority in that market and
> there
> > is nothing iOS users can do about that. There is no other app store to
> buy
> > apps from. Now contrast that with Android. Google doesn't have the
> monopoly
> > on Android. You have other app stores besides Google Play, other device
> > makers, and as a developer you can ship apps on your own and on all or
> any
> > of the stores.
> >
> > If you allow me an analogy, imagine that you bought an iHouse, it is a
> > pleasant house, very elegant. Still, all the furniture, all the food,
> > everything you might ever want to put inside your iHouse needs to come
> from
> > Apple Store. Is that still your house? Does Apple have a monopoly?
> >
> >
> >
> >> On Fri, 7 Aug 2020 at 18:20, Jim Lambert via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >> "A monopoly refers to when a company and its product offerings dominate
> a
> >> sector or industry. Monopolies can be considered an extreme result of
> >> free-market capitalism <
> >> https://www.investopedia.com/terms/f/freemarket.asp> in that absent any
> >> restriction or restraints, a single company or group becomes large
> enough
> >> to own all or nearly all of the market (goods, supplies, commodities,
> >> infrastructure, and assets) for a particular type of product or service.
> >> The term monopoly is often used to describe an entity that has total or
> >> near-total control of a market.”
> >> https://www.investopedia.com/terms/m/monopoly.asp
> >>
> >> Even with 58% of the US smartphone market Apple does not actually have a
> >> monopoly.
> >> Now there may be plenty of good reasons to object to Apple’s app store
> >> policies but let’s not misuse the term monopoly.
> >>
> >> Jim Lambert
> >> ___
> >> 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
> >>
> >
> >
> > --
> > https://www.andregarzia.com <http://www.andregarzia.com>
> > Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> > ___
> > 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: ProtonMail vs Apple

2020-08-07 Thread Stephen Barncard via use-livecode
And Apple knows it.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Aug 7, 2020 at 9:08 AM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> My primary reason is that my clients always want their mobile app released
> for both platforms.
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On August 7, 2020 6:34:45 AM Andre Garzia via use-livecode
>  wrote:
>
> > Antti,
> >
> > Android has 85% of the world market, it all depends on which country
> you're
> > selling and which metrics you're using. In the U.S. iOS has 58% of the
> > smartphone market and 63% of the tablet market. Another important factor
> is
> > that iOS users spend more money on apps than their Android peers. So for
> > those selling mobile apps whose primary market is the U.S. it makes sense
> > to ship to iOS.
> >
> > On Fri, 7 Aug 2020 at 08:50, Antti Ilola via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> If Apple is so horrible, why do you do software to them and I think that
> >> Apple has no monopoly, since Android shares 85% of the phone market.
> >>
> >> Antti
> >>
> >> to 6. elok. 2020 klo 22.23 JeeJeeStudio via use-livecode (
> >> use-livecode@lists.runrev.com) kirjoitti:
> >>
> >> > Wow, that's heavy Jacque.
> >> > I'm not at all against Apple products, although it may seem like it
> >> > sometimes. I'm against how they work, making it more and more
> difficult.
> >> > I'm for a safe store too. But this is grabbing money from wherever
> they
> >> > can.
> >> >
> >> > Op do 6 aug. 2020 om 20:53 schreef J. Landman Gay via use-livecode <
> >> > use-livecode@lists.runrev.com>:
> >> >
> >> > > I've been working on mobile apps for a non-profit publishing house.
> >> Their
> >> > > customers are large
> >> > > organizations that buy products in bulk and then resell to their own
> >> > > customers. Thus, the app
> >> > > does not sell to users at all, nor does our client.
> >> > >
> >> > > I made a minor mistake in one of my progress spinners; the
> >> > > briefly-displayed prompt (less than
> >> > > 1 second) said "Checking your purchases..." and Apple glommed onto
> that
> >> > > and wouldn't let go. My
> >> > > client and I spent 3 weeks and innumerable emails to Apple to
> convince
> >> > > them that users were not
> >> > > purchasing any products from the company who sponsored the software,
> >> nor
> >> > > could they buy
> >> > > products from any web site related to the company. We had to answer
> two
> >> > > different
> >> > > purchasing-related questionaires in great detail. They finally
> relented
> >> > > when we convinced them;
> >> > > I changed the prompt to "Checking your library..." and it didn't
> hurt
> >> > that
> >> > > we got a different
> >> > > reviewer.
> >> > >
> >> > > Google, who has some similar but less-stringent rules in the Play
> >> Store,
> >> > > accepted the app the
> >> > > first time without any objections.
> >> > >
> >> > > Word to the wise: if your app doesn't deal with sales, even
> indirectly,
> >> > > don't use money-related
> >> > > words anywhere. I hope the EU nails them; I consider App Store
> policies
> >> > > equivalent to
> >> > > extortion. Apple holds the majority of mobile users in the U.S. and
> the
> >> > > App Store is the only
> >> > > available outlet for apps. That sounds like a monopoly to me.
> >> > >
> >> > >
> >> > > On 8/6/20 11:46 AM, JeeJeeStudio via use-livecode wrote:
> >> > > > Hmpff i just read in the news that even Microsoft can't bring out
> an
> >> > > xcloud
> >> > > > application due to the apple store rules. What a mess. Only
> Android
> >> > users
> >> > > > will be able to stream games as mentioned on dutch tweakers.net
> >> > > website. I
> >> > > > think it's going to cost MS to much money to pay Apple ifvthey
> would
> >> > > bring
> >> > > > out the app on Apple

Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Stephen Barncard via use-livecode
I am  off topic and off center.

On Sat, Jul 18, 2020 at 09:28 Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Stephen Barncard wrote:
>
>  > If in 1975 I hadn't gotten pissed off at the Grateful Dead and
>  > taken off to LA...
>
> Probably too off-topic for this list, but that sounds like a story worth
> hearing.  Perhaps over a beer after the madness ends and travel resumes...
>
> --
>   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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Tab Buttons Mac vs. Win

2020-07-18 Thread Stephen Barncard via use-livecode
I had become aware of and long appreciated Tog, even in 1983 when I had a
job at Datamost, and the first mac on my desktop. The single floppy and the
horrible printer got in the way and I didn't again consider the machine for
my hardware control development work over the Apple ][ until 1987 when I
got A Studios connected to the developer program (thanks to fellow
Datamost employee Craig Keithley).  It was in that first box that the Mac
SE (with a 20mb hard drive) that I went looking for the included "card".
What card? Where is it?
Oh, it's *Hypercard*!

 It changed my life of course and that of A Studios too.
After that I could fully understand and utilize Tog's vision and its Xerox
roots embedded in this wonderful tool as I built a dedicated control system
for A tape copy <http://amstudios.net/htdoc/Pages/welcome_PP.html>.

I think Tognazzini was written about in that first Mac User issue that
featured members of the original design team.  Keithley was a friend of
Steve Jobs and Woz in the Apple ][ garage days, could have been employee #4
but he was very young and he and his parents moved to LA.  He was
"slightly" unhappy about that. He eventually got a job at 1 Infinite Loop.
I'm sure Mike Markkula (Johnny Appleseed) knew of him too.

If in 1975 I hadn't gotten pissed off at the Grateful Dead and taken off to
LA, I very likely would have ended up at that Homebrew Computer Club
because I was seeking information about these microprocessor thingies.
In life, there are many forks in the road.
Brushes with greatness. I am truly fortunate.

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Jul 17, 2020 at 10:50 PM Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Bob Sneidar wrote:
>
>  > I would LOVE to find out how Livecode for Mac draws those beautiful
>  > tab buttons so I can duplicate it on Windows, because DAYAM are the
>  > Windows ones ugly!
>
> Around the turn of the century I wrote to Bruce Tognazzini, back when he
> was still taking email questions.
>
> I asked him about the proper placement of confirmation and dismissal
> buttons (often "OK" and "Cancel") in cross-platform apps.  I was
> familiar with his early research on how the Mac layout (confirmation on
> the right) matched eye tracking studies on scanning order, and thus was
> a better solution.  On Windows reading order is used (confirmation on
> the left), which might seem better but not in UIs; dialog boxes just
> aren't read as much as skimmed, so rather than taking in each line
> individually as we do when we read, most folks more or less just scan
> from upper-left to lower-right, where on Mac the action button awaits.
>
> So I asked Tog:
>
> "Given that the Mac way is borne out by research, wouldn't it be better
> to use to Mac way in my Windows apps as well?"
>
> He was kind enough in his reply, acknowledging that at least my heart
> was in the right place with wanting to "do the right thing" by the user.
> But he was also blunt: I had missed something even more important than
> research.  I had overlooked the significance of user habits.
>
> When a user spends years with an OS design, they build up a cognitive
> and muscle memory, so strong that even when research shows an advantage
> to a different means, the consistency winds up outweighing it.
>
> In short, he suggested I do Windows things on Windows, and leave Mac
> things on Mac.
>
> Who am I to argue with Tog?
>
> --
>   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
>
___
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: Congrats to everyone on success of the Covid-19 -- LiveCode Impact Fund Campaign.

2020-07-17 Thread Stephen Barncard via use-livecode
*Esnipe* is an independently developed web app that is using the ebay api,
and the interesting part is that *it's allegedly using livecode and/or
livecode server!   * I use it all the time! I'm usually able to get almost
anything I want from ebay.
I don't ever worry before the timer runs out. If it's above my own
"reserve" then it's ok.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Jul 17, 2020 at 2:29 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 7/17/20 2:40 PM, Martin Koob via use-livecode wrote:
> > I hadn’t heard of ‘campaign snipers’ but it sounded like a thing
>
> I suspect it was a pun or a reference to eBay sniping. That's when bidders
> wait until the very
> last second of an auction and then swoop in with a higher price in order
> to get the item
> without allowing the bidding to go up any higher. There are third-party
> eBay apps that will
> snipe for you automatically in order to submit the highest price at the
> last nanosecond.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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: fixed textheight affects scrolling?

2020-07-11 Thread Stephen Barncard via use-livecode
ded. Or if you lay off the harassment, then as a natural result (math,
> time) everything will happen a little faster, including FT. The choice is
> yours.
>
> > Best wishes,
> >
> > Curry Kenworthy
>
> I find your response rather "Mimimi" and highly exaggerated in many parts
> and I really start to feel sorry for you.
> But don't worry, I will not bother you again.
>
>
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: [off-topic-ish] do you prefer LC-related content as books or video courses?

2020-07-08 Thread Stephen Barncard via use-livecode
I prefer video, but I feel demonstrations should have some production value
other that just a screen share.
Indicators, motion graphics, etc and not just a guy and his desktop.  And
EDITING!!!
I'm a Final Cut Pro video guy these days and have ALL the groovy plugins
so I'm not being fair I guess.

iMovie is far better these days that it used to be, but strangely very
difficult to upgrade an iMovie package to Final Cut, once one is there.
Roadblocks everywhere. Typical Apple %$#%#%#$%#$.

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Wed, Jul 8, 2020 at 10:36 AM Jim Lambert via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi André,
>
> I previously always favored printed books.
>
> But now I prefer digital materials that are a combination of text (with
> copiable code!), interactive elements, and supplementary video.
> As Richard pointed out LC itself provides "the many learning benefits of
> direct engagement with interactive media.”
>
> IMO, Video is most appropriate when used to convey visual, spatial and
> temporal examples. It’s can also provide a bit of a human touch to the
> instruction, even though it’s utterly mechanical.
>
> So, yeah, I like a combo.
>
> Hope this helps!
>
> Jim Lambert
>
>
> ___
> 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: LiveCode Zoom

2020-07-03 Thread Stephen Barncard via use-livecode
Hi David,

I'm not sure there's a good reason to integrate Livecode into the  Zoom API
just for the sake of using Livecode to do it.I do like the idea of
using Zoom for discussions and demonstrations of Livecode technology. All
anyone needs to do is for the leader to have the lowest level subscription
to Zoom ($15US) which allows that person to host up to 100 participants.  I
noticed that our last (first?) Zoom online meeting with the mother ship
there weren't that many participants.  It also appears that access to their
API might not be for ordinary mortals (i.e. $$$).   What could we add to
Zoom that they don't already offer?

Easy to find the API info though 

https://marketplace.zoom.us/docs/api-reference/zoom-api
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Jul 3, 2020 at 10:27 AM David Bovill via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I’d like to host / take part in a weekly Zoom with other Livecoders. I
> started the Livecode TV thing ages ago now, and this time I think we can do
> something more interesting - but what?
>
> I take part in a couple of regular Zoom gatherings around open source
> projects for a few years now, and It seems a pity not to do it with
> LiveCode.
>
> I’m thinking of it as a regular drop in, and to integrate LiveCode into
> how the event works. Just not quite sure how. Thing out loud here :)
> On 3 Jul 2020, 16:48 +0100, Heriberto Torrado via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > Hi Dan,
> >
> > The customer cares about the backend, because he wants to be sure he
> > will find a livecode hosting company in the future. We will host the web
> > page into our own servers.
> > We currently offer PHP, Python  and LiveCode hosting.
> > I'm honest with my customers and I told him about Livecode backend
> > hosting pros & cons.
> >
> > There are other companies offering LiveCode hosting, but in Spain it is
> > not very popular.
> >
> > It will not be the typical Wordpress webpage, it will be a small Human
> > Resources website for their employees.
> > It would be easier to do it with Python-Flask or Django, but I'm very
> > excited to do it using livecode.
> >
> > Thank you very much for those links.
> >
> > Hery
> >
> > On 7/3/20 8:51 AM, Dan Brown via use-livecode wrote:
> > > I'd be surprised if the client cares at all about the websites
> backend, you
> > > might be better off picking a modern frontend framework
> (bulma,react,vue
> > > etc) and showing examples of websites using it.
> > >
> > > As for the backend, there are some great flat file CMS's that could be
> > > managed with livecode scripts ( creating directories, template files,
> html
> > > templates )
> > >
> > > https://getgrav.org/
> > >
> > > https://getkirby.com/
> > >
> > >
> > > On Fri, Jul 3, 2020 at 12:43 PM Torsten Holmer via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > > > Do you know revIgniter, the Livecode Framework for Websites?
> > > > https://revigniter.com/
> > > >
> > > > "Many websites have been successfully built with revIgniter
> including the
> > > > presumably largest Hindu website <https://www.himalayanacademy.com/>
> in
> > > > existence."
> > > > https://www.himalayanacademy.com/ <https://www.himalayanacademy.com/
> >
> > > >
> > > > Best regards,
> > > > Torsten
> > > >
> > > >
> > > > > Am 02.07.2020 um 21:39 schrieb Heriberto Torrado via use-livecode <
> > > > use-livecode@lists.runrev.com>:
> > > > > Dear LiveCode experts:
> > > > >
> > > > > I am trying to convince a customer to create their next website
> with
> > > > LiveCode Server instead PHP. The client asks me what other popular
> sites
> > > > are created with LiveCode server.
> > > > > I have seen this in the Livecode forums , but it seems to be very
> old:
> > > > >
> > > > > https://forums.livecode.com/viewtopic.php?t=15689
> > > > >
> > > > > Do you know modern websites created with LiveCode?
> > > > >
> > > > > I have seen that the current LiveCode site runs Wordpress + PHP.
> > > > > Do you know why?
> > > > > --
> > > > >
> > > > > Best regards/ Saludos cordiales/ Cordialement
> > > > >
> > > > > Heriberto Torrado
&g

Re: No Replies (or anything)

2020-06-30 Thread Stephen Barncard via use-livecode
TESTING FOR BOB 1234


On Tue, Jun 30, 2020 at 08:25 Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi all.
>
> I’m not getting anything on the use list.
>
> Bob S
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Platform Divergence

2020-06-23 Thread Stephen Barncard via use-livecode
Got really depressed watching the presentation.

On Tue, Jun 23, 2020 at 12:22 Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:

> We make and sell a desktop application (Windows and macOS) for a niche
> research market. I expect when Apple does their migration to a common
> processor and OS, Apple Developer's will have to go through all of Apple
> hoops for all their platforms.Most of our customer don't care about UI
> widget animations. They want the app to do certain functions and do them
> well and quickly to work with their data. As long as the UI is
> effective, whether it conforms precisely to Microsoft or Apple UI
> guidelines is secondary. So, even if you only care about desktops, your
> app will have to be sold through Apple's single App Store, conform to
> all screen sizes on all their devices, and follow all their UI
> guidelines, etc.
>
> At that point, given that Windows is 2/3rd of our market and macOS
> 1/3rd, we'll drop support for macOS sadly. I say sadly because our
> application originated way back in the late 1980 as a HyperCard App for
> MacOS.
>
> But, to your point, your concern IS valid for those people wanting Apps
> from you that they insist MUST conform to all of Apple's esoteric
> requirements. It is likely it will become increasingly harder for the
> LiveCode ideal of develop once and deploy everywhere.
>
>
> On 6/23/2020 2:56 PM, Jim Lambert via use-livecode wrote:
> > This year’s WWDC shows Apple is moving to a unified ‘system' for all
> their products: Mac, iPhone, iPad, Apple Watch, AppleTV.
> > The Apple development environment promises to produce a single app
> capable of running on all, or almost all, of Apple devices. This
> unification promises to be quite convenient for Apple developers.
> >
> > In contrast, over the last decade or so there has been an ever
> increasing divergence in UX between major operating systems: Apple,
> Windows, Linux, Android. The days when systems were so similar that you
> could rely on the commonality of a handful of UI elements across platforms
> seems over to me. That’s troubling because such commonality is fundamental
> to LiveCode’s approach - write once, run everywhere.
> >
> > In watching WWDC sessions it’s pretty clear that even simple UI elements
> have become more like UX elements having intrinsic and complex properties,
> such as certain visual and behavioral animations. Users readily learn to
> expect these behaviors. Yet such things are increasing difficult to fake
> with LiveCode’s basic palette of objects.
> >
> > Enter LiveCode Builder and LC Widgets. They offer the promise of
> platform-specific UI elements - a promise fulfilled with some simple
> elements like iOS Native Button or Android Native Field. But I’m concerned
> that as platforms diverge in the interface experiences they present to
> users, that LC and LC developers will have difficulty satisfying users'
> divergent expectations.
> >
> > Is my concern valid?
> >
> > Jim Lambert
> >
> >
> > ___
> > 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Its very quiet

2020-03-30 Thread Stephen Barncard via use-livecode
Plug in headblocks for 24, 16, and 8 tracks.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Mar 29, 2020 at 7:24 PM Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 3/29/20 7:00 PM, Stephen Barncard via use-livecode wrote:
> > I'm rebuilding a 1980s era Ampex MM1200 Recording Device. 24/16/8 track.
> > For archiving.
> > No Livecode content though, although I will eventually make a remote
> > control using LiveCode Community ...
>
> !!! I thought the MM1200s were only 16 track. Those things are huge.
> Great sounding though.
>
> --
>   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: Its very quiet

2020-03-29 Thread Stephen Barncard via use-livecode
I'm rebuilding a 1980s era Ampex MM1200 Recording Device. 24/16/8 track.
For archiving.
No Livecode content though, although I will eventually make a remote
control using LiveCode Community ...
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Mar 29, 2020 at 4:36 PM Pi Digital via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Sorry to hear that, Curry. Rest up. Glad it hasn’t been too serious for
> you. We’ll try and keep the noise down for you.
>
> Sean Cole
> Pi
>
>
> > On 29 Mar 2020, at 21:40, Curry Kenworthy via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Like many who have been sick between all the flu and corona going
> around, just working on getting well again. Managed to stay out of
> hospital, but not much energy. Quiet is good
> ___
> 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: Sorry - test

2020-02-15 Thread Stephen Barncard via use-livecode
No problem
Got it

On Sat, Feb 15, 2020 at 13:01 Drs Mark Schonewille via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Problems with my IP and this list again. Testing.
>
> --
> Mark Schonewille
> Economy-x-Talk
> https://ecxtalk.nl
> https://www.nt2.nu
>
> Programming LiveCode for the Real Beginner
>
> http://www3.economy-x-talk.com/file.php?node=programming-livecode-for-the-real-beginner
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: No support for 24bit/96kHz audio file?

2020-01-23 Thread Stephen Barncard via use-livecode
Mark,
My experience with the built in player in the past has been difficult and
it never served files greater than 16 bit up to 48k. In 2006 I reverse
engineered (hacked) the player object to EXPORT audio files and required a
lot of convoluted code to reassemble as a wav or aiff file, building the
binary jump table was a trip.  I gave up after that.

Has it ever really been improved? Player vs "Player control"  ?
It used to depend on Quicktime which is now doornail.

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Thu, Jan 23, 2020 at 12:45 AM Håkan Liljegren via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I kind of never use the built-in sound player other than small short sound
> effects and often not even at then, as the build in player is so limited. I
> instead use the player control. It can play kind of every file. (96kHz/
> 24bit Flac among them). On top of that you can play several sounds at once,
> you can control the volume individually, you can keep the files external,
> etc.
>
> Would it be nice to have an overhaul of the built-in player? Yes, of
> course! Is it a big problem? For me it isn’t!
>
> :-Håkan
> On 23 Jan 2020, 03:00 +0100, Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > No and my biggest gripe about live code right now.
> >
> > On Wed, Jan 22, 2020 at 16:43 Sannyasin Brahmanathaswami via
> use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > aiff or wav?
> > >
> > > Hi,
> > >
> > > i imprted some short audiofiles 24bit/96kHz but it seems LC does some
> > > kind of downsampling or changes the frequency.
> > >
> > > As it plays now very looow.
> > >
> > > Is the max 16bit/44.1kHz ?
> > >
> > > Any idea?
> > >
> > >
> > > Thanks,
> > >
> > > Jerry
> > >
> > >
> > > _______
> > > 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
> > >
> > --
> > --
> > Stephen Barncard - Sebastopol Ca. USA -
> > mixstream.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
> ___
> 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: No support for 24bit/96kHz audio file?

2020-01-22 Thread Stephen Barncard via use-livecode
No and my biggest gripe about live code right now.

On Wed, Jan 22, 2020 at 16:43 Sannyasin Brahmanathaswami via use-livecode <
use-livecode@lists.runrev.com> wrote:

> aiff or wav?
>
> Hi,
>
> i imprted some short audiofiles 24bit/96kHz but it seems LC does some
> kind of downsampling or changes the frequency.
>
> As it plays now very looow.
>
> Is the max 16bit/44.1kHz ?
>
> Any idea?
>
>
> Thanks,
>
> Jerry
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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


that stupid notch

2019-11-16 Thread Stephen Barncard via use-livecode
My apologies to my LC friends here, as I am posting a platform-specific
issue that is not related to Livecode, but for some reason the 'notch' has
appeared in my menubar (High Sierra).

I have a two screen system but the 'notch' only appears on one screen.
This is the dumbest thing I've seen from Apple.
First of all it's useless
Second it's taking up space in my menu-bar

I can't find a thing about it on the interwebs - and I'm a pretty good
researcher.

So with heavy heart and bruised ego, I ask

have any of you see this?
does anyone know how to remove it?

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Is there a command to display number of seconds as hrs:min:seconds?

2019-10-18 Thread Stephen Barncard via use-livecode
(Ice cream cone hits forehead)
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Oct 18, 2019 at 2:24 PM JB via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Here is a terminal example;
>
> on mouseUp
>   put shell( "date" ) into tData
>   answer question tData
> end mouseUp
>
> JB
>
> > On Oct 18, 2019, at 11:12 AM, Tom Glod via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Let me throw my hat into the ring here...lolI wrote this function to
> > display time in a specific format
> >
> > function TimeDisplay HowManySeconds
> >   local final_output = " days ::"
> >
> >   local running_second_count
> >   local next_calculation
> >
> >   set itemdelimiter to "."  -- we are looking at boths sides of the
> > decimal place
> >
> >   // 86,400 seconds in an day
> >   // 3600 in an hour
> >   // 60 seonds in a minute
> >   // replace counts as you go
> >
> >   -- days
> >
> >   put HowManySeconds / 86400 into next_calculation
> >
> >   if next_calculation < 1 then
> >  put HowManySeconds into running_second_count
> >  replace "" with "0" in final_output
> >   else
> >  // how many days?
> >  replace "" with  item 1 of next_calculation in final_output
> >  put (HowManySeconds) - (item 1 of next_calculation * 86400) into
> > running_second_count
> >   end if
> >
> >   -- hours
> >
> >   put running_second_count / 3600 into next_calculation
> >
> >   if next_calculation < 1 then
> >  replace "" with "00" in final_output
> >   else
> >  // how many hours?
> >  if the number of characters in item 1 of next_calculation = 1 then
> > replace "" with "0" & item 1 of next_calculation in
> > final_output
> >  else
> > replace "" with item 1 of next_calculation in final_output
> >  end if
> >
> >  put (running_second_count) - (item 1 of next_calculation * 3600)
> into
> > running_second_count
> >   end if
> >
> >
> >   -- minutes
> >
> >   put running_second_count / 60 into next_calculation
> >
> >   if next_calculation < 1 then
> >  replace "" with "00" in final_output
> >   else
> >  // how many minutes?
> >  if the number of characters in item 1 of next_calculation = 1 then
> > replace "" with "0" & item 1 of next_calculation in
> > final_output
> >  else
> > replace "" with item 1 of next_calculation in final_output
> >  end if
> >
> >  put (running_second_count) - (item 1 of next_calculation * 60) into
> > running_second_count
> >
> >   end if
> >
> >   -- seconds
> >
> >   put running_second_count into next_calculation
> >
> >  if next_calculation < 1 then
> >  replace "" with "00" in final_output
> >   else
> >  // how many minutes?
> >  if the number of characters in item 1 of next_calculation = 1 then
> > replace "" with "0" & next_calculation in final_output
> >  else
> > replace "" with next_calculation in final_output
> >  end if
> >   end if
> >
> >   return final_output
> > end TimeDisplay
> >
> > On Fri, Oct 18, 2019 at 11:55 AM Dar Scott Consulting via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> I would +1 a deltaTime format, but we might not agree on hours over 24
> and
> >> fractions of a second.
> >>
> >>> On Oct 17, 2019, at 10:25 PM, Bill Vlahos via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>>
> >>> All great suggestions.
> >>>
> >>> I mostly wanted to see if there already was such a function - which
> >> there obviously isn’t.
> >>>
> >>> But it is great to see several easy ways to built your own.
> >>>
> >>> Thanks all.
> >>>
> >>> Bill Vlahos
> >>>
> >>>
> >>>> On Oct 17, 2019, at 8:51 AM, Bob Sneidar via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>>>
> >>>> The problem with one-liners is that the genius is implicit, not
> >> explicit. ;-)
> >

Re: set the textColor

2019-08-19 Thread Stephen Barncard via use-livecode
We missed you, Richmond

On Mon, Aug 19, 2019 at 09:12 Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Neither with "floozy programming languages, nor with plain, simple
> floozies. ;-)
>
> Let's just say I was a bit sleepy after 3 weeks holiday away from
> LiveCode: just
> about as cheap as excuses go, but cannot right now think of a better one.
>
> Richmond.
>
> On 19.08.19 17:45, Dar Scott Consulting via use-livecode wrote:
> > Have you had a dalliance with a floozy programming language that allows
> you to do such things?
> >
> >> On Aug 17, 2019, at 3:51 PM, Richmond via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> A long time since I studied Logic. :-[
> >>
> >> Richmond.
> >>
> >> On 17.08.19 23:00, Dar Scott Consulting via use-livecode wrote:
> >>> And what would you expect the value of the parenthetical expression to
> be?
> >>>
> >>>> On Aug 17, 2019, at 1:42 PM, Richmond via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>>>
> >>>> setthetextColorof(line XOUNT offld "fPROC") to"red"
> >>>>
> >>>> Disnae wark . . .
> >>>>
> >>>> Erm?
> >>>>
> >>>> Richmond.
> >>>>
> >>>> ___
> >>>> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: [OT] Weighted distribution of Numbers

2019-08-06 Thread Stephen Barncard via use-livecode
By ear

On Tue, Aug 6, 2019 at 07:51 Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> You mean to say relative math is easy?
>
> Bob S
>
>
> > On Aug 5, 2019, at 14:57 , Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > This is the kind of math I use every day, without knowing what I’m doing.
> >
> > On Mon, Aug 5, 2019 at 09:21 Mark Wieder via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> On 8/5/19 9:00 AM, Mark Wieder via use-livecode wrote:
> >>> have to weight the measured values to determine the maximum (and the Q
> >>> as desired).
> >>
> >> Urk. Now it's my turn to have misspoken.
> >> The maximum is easy to measure.
> >> But looking at the clustering of values to determine the Q of the
> >> bandpass filter requires a different calculation.
> >>
> >> --
> >>  Mark Wieder
>
> ___
> 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

-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: [OT] Weighted distribution of Numbers

2019-08-05 Thread Stephen Barncard via use-livecode
This is the kind of math I use every day, without knowing what I’m doing.

On Mon, Aug 5, 2019 at 09:21 Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 8/5/19 9:00 AM, Mark Wieder via use-livecode wrote:
> > have to weight the measured values to determine the maximum (and the Q
> > as desired).
>
> Urk. Now it's my turn to have misspoken.
> The maximum is easy to measure.
> But looking at the clustering of values to determine the Q of the
> bandpass filter requires a different calculation.
>
> --
>   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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Rocky islands

2019-07-21 Thread Stephen Barncard via use-livecode
CRAP. Be Afraid. Be very very Afraid.

I just went through hours of hell trying to get my desktop and documents
back together after trying to NOT use iCloud. Good thing I backed up
everything, but still had to reinstall the system.

And I haven't had the courage to go beyond High Sierra.

My 2010 power probably can't run  ... what's the name again? Catalina.

at least it's a cat.

har har.

Now on to try and find a replacement for Siri.
she only gets way in the way these days.. It's all or nothing at all and
I'm tired of yelling at my phone.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Jul 21, 2019 at 2:31 PM Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:

> "macOS Catalina gives you more of everything you love about
> Mac. Experience music, TV, and podcasts in three all-new Mac apps. Enjoy
> your favorite iPad apps now on your Mac. Extend your workspace and
> expand your creativity with iPad and Apple Pencil. And discover smart
> new features in the apps you use every day. Now you can take everything
> you do above and beyond."
>
> Wow: I can translate that into far, far easier language:
>
> macOS Catalina gives you more of a plastic bathtoy; an extended
> gramophone player, TV, fancy telephone and pornogram, and less of what I
> was brought up to believe a computer really should be.
>
> Mind you, the "mene, mene, tekel, up-yours!" was there for all to see
> when Steve Jobs killed off Hypercard.
>
> "Enjoy" . . . Cor! John Calvin was right.
>
> Love, Richmond.
>
> ___
> 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: Best Temp Pass Autoresponder?

2019-07-16 Thread Stephen Barncard via use-livecode
One has to look in ALL MAIL... this has messed with me every time I try to
do something 'abnormal' with email.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Tue, Jul 16, 2019 at 6:41 PM Rick Harrison via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Alex,
>
> Everything is fine now.  It turned out that
> my google email account was filtering out
> the emails I was sending to myself.
> To test the theory, I sent emails to my
> yahoo account, and the email showed
> up just fine.  Thanks a lot Google! (NOT!)
>
> Thank you Alex for your patience and
> for helping me test.  Once I saw that
> everything was working at your end
> it got me to thinking about other
> possibilities.
>
> Rick
>
> ___
> 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: Best Temp Pass Autoresponder?

2019-07-14 Thread Stephen Barncard via use-livecode
Yes!

On Sun, Jul 14, 2019 at 17:08 Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 7/14/19 3:24 PM, Alex Tweedly via use-livecode wrote:
>
> > In case it helps, here's the code I use to send email from my LC server
> > account. I should know where this came from (and I suspect I should be
> > able to thank the original author), but that's lost info right now.
>
> wrapQ()? shellEscape()?
> Are these just the way they sound?
> wrapQ(x) = quote & x & quote
> shellEscape(x) = escape what needs escaping in x
>
>
> --
>   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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: math on widths doesn't add up

2019-07-07 Thread Stephen Barncard via use-livecode
What my cat looks for.

On Sun, Jul 7, 2019 at 15:08 Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I've just been teaching my youngest about the 4th - nth dimensions. Time is
> not the 4th but the 1st temporal dimension. If the 3 spatial dimensions are
> Length, height and width then the 4th is depth, ie, going inwards and
> outwards as the easiest way to picture it (but not truly representative).
> That being the case, how would you describe the 5th spacial dimension.
> That'll twist your noggin if it's not something you've thought of before :)
>
> Sean
>
>
> On Mon, 17 Jun 2019 at 21:55, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Heh! That reminds me, I knew a British professor once who used the
> > illustration that a two dimensional being, confronted with a line would
> > perceive it as impassible. He then went on to explain how it might be
> that
> > a 3 dimensional being, when needing to see into the future might perceive
> > it as impossible, whereas to a 4th dimensional being, that is not bound
> by
> > time, would not.
> >
> > Bob S
> >
> >
> > > On Jun 17, 2019, at 13:24 , Dar Scott Consulting via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > Sure. I do it all the time and everybody knows how 1D I am.
> > >
> > > Some random thoughts:
> > >
> > > A Turing machine might be considered 1D. It can draw x,y.
> > >
> > > This past month, I was working in very high dimensions. I was not able
> > to visualize that very well and used dimension reduction techniques such
> as
> > PCA, UMAP and t-SNE to help. I would guess the 1D being might have to do
> > something similar for "visualization". Maybe.
> > >
> > > Lewis and Clark went on a path or route, 1D, and took measurements that
> > allowed them to create a 2D map. That is, the space of the 1D path was
> > assumed to bend in a 2D space.
> > >
> > > The floor of my lab looks 2D to me, but I have latitude and longitude
> > marked for the center. That labelling assumes a curving into 3D.
> >
> >
> > ___
> > 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: CTD meaning?

2019-06-28 Thread Stephen Barncard via use-livecode
Code To Die

On Fri, Jun 28, 2019 at 07:52 Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I thought ALL developers knew what that meant! :-)
>
> Bob S
>
>
> > On Jun 28, 2019, at 02:02 , Lagi Pittas via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Just in Case  i'm the only one who doesn't have an official meaning of
> CTD.
> >
> > Can I ask, does it Mean Crash To Desktop?
> >
> > I searched the uselist and lo and behold the earliest use of it is by
> Bob,
> > answered by Peter Brett - and Peter seemed to know what it means.
> >
> > So by a process of induction (guessing?)
> >
> > and assuming its like a BSoD (Blue Screen of Death for people who still
> use
> > MSDOS) I have Crash To Desktop  in my mind when I see that.
> >
> > I would use Script Editor FUBAR myself - the Military do say it how it is
> > ;-)
> >
> > Lagi
> > ___
> > 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: My sticky fingers

2019-06-12 Thread Stephen Barncard via use-livecode
maybe you could tell us if it works...
perhaps

flush   AND
exit to top
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Wed, Jun 12, 2019 at 1:01 PM Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Possibly; but in the event of no hay showing up . . .
>
> On 12.06.19 13:41, FlexibleLearning.com via use-livecode wrote:
> > Straw grasping here...
> >
> > on keyDown
> >do something
> >send "flush" to me in 0
> >pass keyDown
> > end keyDown
> >
> > on flush
> >   get flushEvents("all")
> > end flush
> >
> > Hugh Senior
> >
> > On Mon, Jun 10, 2019 at 01:43 Richmond via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Everyyytime I try to type someting
> >> m figerrs get stuuuck on the keys to
> >> long . . .
> >>
> >> Especially in LiveCode (!)
> >>
> >> So?
> >>
> >> on keyDown
> >> do something
> >> get me the hell out of this so it doesn't happen more than once end
> >> keyDown
> >>
> >> ?
> >>
> >> Richmond.
> >
> > ___
> > 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: My sticky fingers

2019-06-10 Thread Stephen Barncard via use-livecode
Exit to top

On Mon, Jun 10, 2019 at 01:43 Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Everyyytime I try to type
> someting m figerrs
> get stuuuck on the keys to
> long . . .
>
> Especially in LiveCode (!)
>
> So?
>
> on keyDown
>do something
>get me the hell out of this so it doesn't happen more than once
> end keyDown
>
> ?
>
> Richmond.
>
> ___
> 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

-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Realtime sound generation in LC

2019-06-07 Thread Stephen Barncard via use-livecode
a few years ago I got into trying to export audio files imbedded inside
Livecode to wave and aif and I got it to work, but just dealing with the
pointers and grokking how Livecode stored audio was a challenge.  I didn't
try any processing.

The late Mark Smith was way ahead of me and even had a waveform display and
a traveling cursor line on playback it was brilliant. I think his
stacks are still online somewhere. We were going to collaborate before he
died. this way back about 2007 when I was still working for Mike Markkula
and Jerry Jensen.  I have my stacks around somewhere but it stopped working
at some version I can't remember. My notes aren't human readable.

I started that because I had uncompressed audio files trapped inside rev
stacks but there was no way to export audio built in. I always thought that
was odd.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Thu, Jun 6, 2019 at 10:43 PM jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi list,
>
> I was wondering if it could be possible to generate sound
> in real time with LC. I don't mean to play a sound file,
> but to put together samples at a certain sample rate
> (like 44.1 or 45 KHz) and output them, while changing
> some parameters like signal frequency or amplitude.
>
> I am currently exploring the generation of wav files
> with LC for play back, but am much more interested in
> real time generation & manipulation.
> I'm sure other environments could be more suitable for
> such a project, but the fact that LC is great for building
> sophisticated interfaces makes me feel like trying...
> Probably an external is the way to go...
>
> Any ideas ?
> Thanks in advance.
> jbv
>
> ___
> 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: After the conference

2019-05-17 Thread Stephen Barncard via use-livecode
wow
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, May 17, 2019 at 7:58 PM Quentin Long via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Quentin Long here. As luck would have it, I'm going to be singing in a
> concert on the Friday after the LiveCode Conference. I have no idea how
> many LCC attendees will still be in the Bay Area on Friday, but for the
> benefit of those who are:
> The program: Ein deutsches Requiem, by Brahms
> The time: 8 PM on Friday, 24 MayThe ticket price: FreeThe location:
> Stanford Memorial Church, in the campus of Stanford UniversityThe
> googlemap: https://goo.gl/maps/hpmagnkmUVfcEgTX6
> ___
> 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: How big is a nanosecond?

2019-05-05 Thread Stephen Barncard via use-livecode
I always wondered about that. This is a revelation for me. I still remember
SASI and SCSI drives, And the switch to serial methods puzzled me. Of
course it’s more convenient.

On Sun, May 5, 2019 at 10:37 Ralph DiMola via use-livecode <
use-livecode@lists.runrev.com> wrote:

> This not a limit without real world consequences...
>
> I was hamstrung with the 1 foot per nanosecond limitation back in 1979. We
> had a CGI rack with a 6 foot backplane clocked at 25 MHz Of course 1
> foot/ns
> is a theoretical limit. Although we had 40 ns we ran into not only the time
> it took to get from the bottom(CPU) to the top (MPU) of the 6 foot
> backplane
> but keeping 32 parallel bits in sync. We had so many errors that we had to
> design a repeater in the center of the backplane to re-sync the bits. The
> challenges of keeping parallel data in sync in a copper medium is why
> parallel SCSI and IDE hard drives were jettisoned for high speed serial.
> With present technology it's easier, cheaper and more reliable to use ultra
> fast serial rather than slower 32 or 64 bit wide parallel busses to achieve
> the same effective data rate. This is another one of those real world
> things
> that the casual bystander finds hard or refuses to believe. The fact that
> serial is better that parallel is not intuitive but true.
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of Mark Wieder via use-livecode
> Sent: Friday, May 03, 2019 9:47 PM
> To: use-livecode@lists.runrev.com
> Cc: Mark Wieder
> Subject: How big is a nanosecond?
>
> https://www.youtube.com/watch?v=JEpsKnWZrJ8
>
> --
>   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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: How big is a nanosecond?

2019-05-03 Thread Stephen Barncard via use-livecode
I love this woman.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, May 3, 2019 at 6:47 PM Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> https://www.youtube.com/watch?v=JEpsKnWZrJ8
>
> --
>   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: Lesson on Accelerated Rendering

2019-04-28 Thread Stephen Barncard via use-livecode
It is frightening how much mumbo jumbo goes down every time we 'touch' a
field.
I had no idea.
No wonder loops could get glacial quickly if one is not careful with using
fields as a destination.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Apr 28, 2019 at 2:31 PM Sannyasin Brahmanathaswami via use-livecode
 wrote:

> Wow that's great, I need to use the MailArchive to search, . (duh, of
> course) my own inbox archive doesn't go that far
>
> I will see you I can get my head around it before the conference so I'll
> know what Mark is talking about.
>
> I'm getting black, blank screens, on Android(in the wordpuzzle)
> related to lock screen and AcceleratedRendering
>
> Thanks to some change they made in 9.0.4.RC2
>
> BR
>
> J. Landman Gay wrote:
>
> Here is my layman's guess at how it works:
> <
> https://www.mail-archive.com/use-livecode@lists.runrev.com/msg84396.html>
>
> And here is Mark Waddingham's more technical explanation:
> <
> https://www.mail-archive.com/use-livecode@lists.runrev.com/msg84428.html>
>
> ___
> 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: Livecloud Bundle Offer

2019-04-27 Thread Stephen Barncard via use-livecode
Rick,
I don't think Heather is going to give you a cheaper simulcast.
One deal supports the other. It's really good marketing, actually. A great
value...
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Apr 27, 2019 at 7:35 PM Rick Harrison via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Mark,
>
> I have a Lifetime Indy LiveCode license.  So I don’t need that.
> I have a Lifetime On-Rev license.
> I run my own servers with Postgresql as my database.
> (I really don’t need LiveCloud yet.)
> I do not want to attend the conference in person.
>
> So yes, in my case, the deal isn’t good enough for me.
> I might only have interest in just the simulcast and recordings.
>
> Thanks for asking.
>
> Rick
>
>
> > On Apr 27, 2019, at 10:13 PM, Mark Wieder via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > On 4/27/19 6:45 PM, Rick Harrison via use-livecode wrote:
> >
> >> Is there a way to just get full access to the 2019 Simulcast streaming
> and recordings?
> >
> > Because $149 for that PLUS a LiveCloud subscription AND a permanent 9.0
> license isn't a good enough deal for you?
> >
> > If you buy a $199 ticket to attend the conference and want to add just
> the simulcast and recordings, that alone will add $149.
> >
> > --
> > 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
___
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: Livecloud Bundle Offer

2019-04-27 Thread Stephen Barncard via use-livecode
Geesh Rick,
the Simulcast was offered alone at $150 last week. the rest is bonus.
this is an amazing deal. I signed up right away.
sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Apr 27, 2019 at 6:46 PM Rick Harrison via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Matthias,
>
> Oh, I see now.  This is only for version 9.0.3 that is permanent.
> It doesn’t apply to LiveCode 10 or beyond whenever they
> come out.
>
> "Everything you need to get your data driven apps off the ground. One year
> of LiveCloud Rain tier, a permanent 9.0.3 LiveCode Indy license, and full
> access to the 2019 Simulcast streaming and recordings with training on
> using your bundle. Save $479 or 77% on the full price for each component.”
>
> Farther down it also says:
>
> "Bundle includes a permanent Indy license to LiveCode 9.0.x, it does not
> include any updates beyond maintenance releases for 9.0. Prices quoted
> ex-VAT where applicable.”
>
> Is there a way to just get full access to the 2019 Simulcast streaming and
> recordings?
>
> Thanks,
>
> Rick
>
>
> > On Apr 27, 2019, at 7:38 PM, Matthias Rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > To be more precise its a permanent 9.0.3 Indy license.
>
> ___
> 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: button ICON

2019-04-22 Thread Stephen Barncard via use-livecode
.. or is that what is new in V9x?
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Apr 22, 2019 at 11:11 AM Stephen Barncard 
wrote:

> and there can't be a 'name' of a graphic?  That would solve the problems!
> I thought I tried this once and it worked.
> sqb
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
>
>
> On Mon, Apr 22, 2019 at 9:59 AM Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> As an added technique, if you have a single folder containing all your
>> images, and your buttons already point to the image file for reference, you
>> can "skin" your applications by simply swapping out the image folder with a
>> different set of images with the same names, then reloading your stack.
>>
>> Bob S
>>
>>
>> > On Apr 22, 2019, at 09:32 , Phil Davis via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >
>> > Thanks hh - I concur. Your approach seems cleaner.
>> > Phil
>> >
>> >
>> > On 4/22/19 9:20 AM, hh via use-livecode wrote:
>> >> As Phil said, but don't set the text of the (empty) image
>> >> used as icon  of the button but set the filename of the image.
>> >>
>> >> The icon will change accordingly.
>>
>>
>> ___
>> 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: button ICON

2019-04-22 Thread Stephen Barncard via use-livecode
and there can't be a 'name' of a graphic?  That would solve the problems!
I thought I tried this once and it worked.
sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Apr 22, 2019 at 9:59 AM Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> As an added technique, if you have a single folder containing all your
> images, and your buttons already point to the image file for reference, you
> can "skin" your applications by simply swapping out the image folder with a
> different set of images with the same names, then reloading your stack.
>
> Bob S
>
>
> > On Apr 22, 2019, at 09:32 , Phil Davis via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Thanks hh - I concur. Your approach seems cleaner.
> > Phil
> >
> >
> > On 4/22/19 9:20 AM, hh via use-livecode wrote:
> >> As Phil said, but don't set the text of the (empty) image
> >> used as icon  of the button but set the filename of the image.
> >>
> >> The icon will change accordingly.
>
>
> ___
> 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: setting file created date in livecode from script

2019-04-15 Thread Stephen Barncard via use-livecode
Thank you James, Richard, Alex, and Bob for your replies.

As it turns out, James' suggestion was a good one and version 6 of "A
Better Finder Rename" does indeed to appear to do what I want.
In connection with Public Space's <http://www.publicspace.net> companion
folder utility, I can do it all without writing a line of code.

It would have been a nice exercise in Livecode programming but  I need to
use my time towards the other things I need to do...
Comparing what I charge for my time VS the hours the Public Space person
put into his code the fees are miniscule..

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Apr 15, 2019 at 3:14 AM James At The Hale via use-livecode <
use-livecode@lists.runrev.com> wrote:

> If you are looking for an existing app the folks at publicspace have what
> I think you need
> http://www.publicspace.net/ABetterFinderAttributes/index.html
>
> Although I haven’t had a need for this particular app I have used a
> companion app (A BetterFinder Renamer) for years and it has worked
> flawlessly saving me hours of time.
>
> James
>
> ___
> 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: setting file created date in livecode from script

2019-04-15 Thread Stephen Barncard via use-livecode
Thank you James - I have licensed  all the 'Better' Apps for over 10 years
but I didn't think they were capable of
1. Reading the EXIF date
2. AND setting the Created Date and time of the file with formatted
information gained from the EXIF info
3. AND renaming the filename of that file with formatted information gained
from the EXIF info
*in one operation*

please tell me if I'm wrong - perhaps this could be done in multiple steps
with BETTERs...

I'm trying to set up my photo archive in a way that keeps all the images in
hierarchal folders of Year and month
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Apr 15, 2019 at 3:14 AM James At The Hale via use-livecode <
use-livecode@lists.runrev.com> wrote:

> If you are looking for an existing app the folks at publicspace have what
> I think you need
> http://www.publicspace.net/ABetterFinderAttributes/index.html
>
> Although I haven’t had a need for this particular app I have used a
> companion app (A BetterFinder Renamer) for years and it has worked
> flawlessly saving me hours of time.
>
> James
>
> ___
> 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: setting file created date in livecode from script

2019-04-14 Thread Stephen Barncard via use-livecode
Thanks Richard, I'll check out your suggestion.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Apr 14, 2019 at 10:18 PM Stephen Barncard 
wrote:

> the altering was the filename change - some kind of unique number,  and
> the created dates were changed as well - for no reason.
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
>
>
> On Sun, Apr 14, 2019 at 10:15 PM Stephen Barncard 
> wrote:
>
>> "1. How does changing the date affect their space quota?"
>> The unwanted photo file uploads affected MY space quota on the free
>> account, they fill it up, and then they tell you you are near the  'limit'
>> and must buy more space.
>> When I got my files back, they were altered.  It's just dishonest and
>> disingenuous.
>>
>> of course I'm looking for something else but I'd rather not be doing time
>> consuming configuring. I have better things to do.
>> --
>> Stephen Barncard - Sebastopol Ca. USA -
>> mixstream.org
>>
>>
>> On Sun, Apr 14, 2019 at 10:02 PM Richard Gaskin via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>
>>> Stephen Barncard wrote:
>>>
>>>  > Why? because several years ago $@$#$@#$@'ing  dropbox, without my
>>>  > permission, started changing not only filenames but DATES in a huge
>>>  > swath of precious photos in  a particularly dishonest way -- they
>>>  > wanted my free account to fill up quickly so I'd have to "upgrade".
>>>  > I know the EXIF tags still exist inside each file, but all the file
>>>  > dates had been changed to the date of copying.
>>>  > Dropbox has been increasingly piggish lately - not allowing more than
>>>  > 3 machines on the free account.
>>>  > It's a mess.  This does not endear me to these greedy people.
>>>
>>>
>>> 1. How does changing the date affect their space quota?
>>>
>>>
>>> 2. Dropbox policies have become too FUBAR for me to spend time with
>>> anymore.  For example, I have no files in my account, and recently got a
>>> notice saying I was out of disk space and needed to pay them for an
>>> upgrade.  That shouldn't be possible.  But it turns out they count files
>>> shared with you against both the account where the file originates and
>>> yours tool - even though the file exists in only one location. #doubledip
>>>
>>>
>>> 3. This means a really hack to annoy people: just put a really big file
>>> in your account and share it with anyone you don't like.  Since it'll
>>> count against their quota, you've just prevented them from being able to
>>> add anything else to their account.  #insane
>>>
>>>
>>> 4. You can liberate yourself:  https://nextcloud.com/
>>>
>>> I met the project founder, Frank Karlitschek, when we had him speak at
>>> UbuCon in Pasadena a few years ago.  Great guy, great team, all super
>>> passionate about free and open source software, and leaving the user in
>>> control of their cloud services.
>>>
>>> More than just file sharing with one of the best sync mechanisms I've
>>> ever seen, it also includes many dozens of add-on apps for everything
>>> from team management to music streaming to video chat and more.
>>>
>>> I have a dedicated Nextcloud server in my office for myself, and another
>>> on a VPS I use with clients and vendors.  With native sync clients for
>>> Mac, Windows, and Linux (and iOS, and Android too), my LiveCode Plugins
>>> folder is kept current no matter which machine I happen to be working
>>> at.  And with its convenient versioning, if I mess up and want to revert
>>> one of my plugins to yesterday's it's a breeze.
>>>
>>> Runs on any standard LAMP/WAMP/MAMP server.  And if you're using it on
>>> Ubuntu 18.04 you can install it one line using the new Snap packager.
>>>
>>> And you remain in control of everything.
>>>
>>> Nope, not in any way affiliate with Nextcloud.  Just a very happy user.
>>>
>>> --
>>>   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
>>>
>>
___
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: setting file created date in livecode from script

2019-04-14 Thread Stephen Barncard via use-livecode
the altering was the filename change - some kind of unique number,  and the
created dates were changed as well - for no reason.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Apr 14, 2019 at 10:15 PM Stephen Barncard 
wrote:

> "1. How does changing the date affect their space quota?"
> The unwanted photo file uploads affected MY space quota on the free
> account, they fill it up, and then they tell you you are near the  'limit'
> and must buy more space.
> When I got my files back, they were altered.  It's just dishonest and
> disingenuous.
>
> of course I'm looking for something else but I'd rather not be doing time
> consuming configuring. I have better things to do.
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
>
>
> On Sun, Apr 14, 2019 at 10:02 PM Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Stephen Barncard wrote:
>>
>>  > Why? because several years ago $@$#$@#$@'ing  dropbox, without my
>>  > permission, started changing not only filenames but DATES in a huge
>>  > swath of precious photos in  a particularly dishonest way -- they
>>  > wanted my free account to fill up quickly so I'd have to "upgrade".
>>  > I know the EXIF tags still exist inside each file, but all the file
>>  > dates had been changed to the date of copying.
>>  > Dropbox has been increasingly piggish lately - not allowing more than
>>  > 3 machines on the free account.
>>  > It's a mess.  This does not endear me to these greedy people.
>>
>>
>> 1. How does changing the date affect their space quota?
>>
>>
>> 2. Dropbox policies have become too FUBAR for me to spend time with
>> anymore.  For example, I have no files in my account, and recently got a
>> notice saying I was out of disk space and needed to pay them for an
>> upgrade.  That shouldn't be possible.  But it turns out they count files
>> shared with you against both the account where the file originates and
>> yours tool - even though the file exists in only one location. #doubledip
>>
>>
>> 3. This means a really hack to annoy people: just put a really big file
>> in your account and share it with anyone you don't like.  Since it'll
>> count against their quota, you've just prevented them from being able to
>> add anything else to their account.  #insane
>>
>>
>> 4. You can liberate yourself:  https://nextcloud.com/
>>
>> I met the project founder, Frank Karlitschek, when we had him speak at
>> UbuCon in Pasadena a few years ago.  Great guy, great team, all super
>> passionate about free and open source software, and leaving the user in
>> control of their cloud services.
>>
>> More than just file sharing with one of the best sync mechanisms I've
>> ever seen, it also includes many dozens of add-on apps for everything
>> from team management to music streaming to video chat and more.
>>
>> I have a dedicated Nextcloud server in my office for myself, and another
>> on a VPS I use with clients and vendors.  With native sync clients for
>> Mac, Windows, and Linux (and iOS, and Android too), my LiveCode Plugins
>> folder is kept current no matter which machine I happen to be working
>> at.  And with its convenient versioning, if I mess up and want to revert
>> one of my plugins to yesterday's it's a breeze.
>>
>> Runs on any standard LAMP/WAMP/MAMP server.  And if you're using it on
>> Ubuntu 18.04 you can install it one line using the new Snap packager.
>>
>> And you remain in control of everything.
>>
>> Nope, not in any way affiliate with Nextcloud.  Just a very happy user.
>>
>> --
>>   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
>>
>
___
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: setting file created date in livecode from script

2019-04-14 Thread Stephen Barncard via use-livecode
"1. How does changing the date affect their space quota?"
The unwanted photo file uploads affected MY space quota on the free
account, they fill it up, and then they tell you you are near the  'limit'
and must buy more space.
When I got my files back, they were altered.  It's just dishonest and
disingenuous.

of course I'm looking for something else but I'd rather not be doing time
consuming configuring. I have better things to do.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Apr 14, 2019 at 10:02 PM Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Stephen Barncard wrote:
>
>  > Why? because several years ago $@$#$@#$@'ing  dropbox, without my
>  > permission, started changing not only filenames but DATES in a huge
>  > swath of precious photos in  a particularly dishonest way -- they
>  > wanted my free account to fill up quickly so I'd have to "upgrade".
>  > I know the EXIF tags still exist inside each file, but all the file
>  > dates had been changed to the date of copying.
>  > Dropbox has been increasingly piggish lately - not allowing more than
>  > 3 machines on the free account.
>  > It's a mess.  This does not endear me to these greedy people.
>
>
> 1. How does changing the date affect their space quota?
>
>
> 2. Dropbox policies have become too FUBAR for me to spend time with
> anymore.  For example, I have no files in my account, and recently got a
> notice saying I was out of disk space and needed to pay them for an
> upgrade.  That shouldn't be possible.  But it turns out they count files
> shared with you against both the account where the file originates and
> yours tool - even though the file exists in only one location. #doubledip
>
>
> 3. This means a really hack to annoy people: just put a really big file
> in your account and share it with anyone you don't like.  Since it'll
> count against their quota, you've just prevented them from being able to
> add anything else to their account.  #insane
>
>
> 4. You can liberate yourself:  https://nextcloud.com/
>
> I met the project founder, Frank Karlitschek, when we had him speak at
> UbuCon in Pasadena a few years ago.  Great guy, great team, all super
> passionate about free and open source software, and leaving the user in
> control of their cloud services.
>
> More than just file sharing with one of the best sync mechanisms I've
> ever seen, it also includes many dozens of add-on apps for everything
> from team management to music streaming to video chat and more.
>
> I have a dedicated Nextcloud server in my office for myself, and another
> on a VPS I use with clients and vendors.  With native sync clients for
> Mac, Windows, and Linux (and iOS, and Android too), my LiveCode Plugins
> folder is kept current no matter which machine I happen to be working
> at.  And with its convenient versioning, if I mess up and want to revert
> one of my plugins to yesterday's it's a breeze.
>
> Runs on any standard LAMP/WAMP/MAMP server.  And if you're using it on
> Ubuntu 18.04 you can install it one line using the new Snap packager.
>
> And you remain in control of everything.
>
> Nope, not in any way affiliate with Nextcloud.  Just a very happy user.
>
> --
>   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
>
___
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: setting file created date in livecode from script

2019-04-14 Thread Stephen Barncard via use-livecode
answering my own question: TOUCH
looks like what I want... gotta love BSD Unix...

NAME

 touch -- change file access and modification times


SYNOPSIS

 touch [-A [-][[hh]mm]SS] [-acfhm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]]

   file ...


DESCRIPTION

 The touch utility sets the modification and access times of files.  If

 any file does not exist, it is created with default permissions.


 By default, touch changes both modification and access times.  The -a
and

 -m flags may be used to select the access time or the modification time

 individually.  Selecting both is equivalent to the default.  By
default,

 the timestamps are set to the current time.  The -t flag explicitly
spec-

 ifies a different time, and the -r flag specifies to set the times
those

 of the specified file.  The -A flag adjusts the values by a specified

 amount.
.

full definition can be had by typing MAN TOUCH




I hope others can use this knowledge..sorry to raise the alarm.


I'm off to write a handler, which I'll post later if anyone is interested


Now I've got to find those EXIF routines, they're around somewhere


thanks , self


this is the kind of stuff that LC is so good for...
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Apr 14, 2019 at 2:36 PM Stephen Barncard 
wrote:

> Hi Gang,
>
> I thought file date change had been a part of livecode for years, but I
> can't find anything in the docs about setting the created or modified dates
> in files.
> I need to do this on the Mac desktop.
>
> Why? because several years ago $@$#$@#$@'ing  dropbox, without my
> permission, started changing not only filenames but DATES in a huge swath
> of precious photos in  a particularly dishonest way -- they wanted my free
> account to fill up quickly so I'd have to "upgrade".
> I know the EXIF tags still exist inside each file, but all the file dates
> had been changed to the date of copying.
> Dropbox has been increasingly piggish lately - not allowing more than 3
> machines on the free account.
> It's a mess.  This does not endear me to these greedy people.
>
> I have to write a custom handler to deal with this - there's no app that
> can do this - I don't think.
>
> perhaps there's something I can call from the shell - I'd be good with
> that.
>
> Anyone have an idea? Thanks in advance.
>
> sqb
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.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


setting file created date in livecode from script

2019-04-14 Thread Stephen Barncard via use-livecode
Hi Gang,

I thought file date change had been a part of livecode for years, but I
can't find anything in the docs about setting the created or modified dates
in files.
I need to do this on the Mac desktop.

Why? because several years ago $@$#$@#$@'ing  dropbox, without my
permission, started changing not only filenames but DATES in a huge swath
of precious photos in  a particularly dishonest way -- they wanted my free
account to fill up quickly so I'd have to "upgrade".
I know the EXIF tags still exist inside each file, but all the file dates
had been changed to the date of copying.
Dropbox has been increasingly piggish lately - not allowing more than 3
machines on the free account.
It's a mess.  This does not endear me to these greedy people.

I have to write a custom handler to deal with this - there's no app that
can do this - I don't think.

perhaps there's something I can call from the shell - I'd be good with that.

Anyone have an idea? Thanks in advance.

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Panel/Form Widget

2019-04-12 Thread Stephen Barncard via use-livecode
Good lord, Dalton - you could use gmail which also provides all the other
Google free goodies including online photo services
If you are a programmer this should be the easiest part!

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Apr 12, 2019 at 10:01 AM Dalton Calford 
wrote:

> Yea, unfortunately, setting up a site that I can upload to, arrange the
> links etc., is more hassle than it is worth.
> The responses I got on my other thread (about documentation on adding
> another native database client) tells me that I am not able to continue
> with Livecode.
> ODBC is not going to cut it, there is no native jdbc control and the
> system does not seem to have any standardization in regards to database
> access(from a low level standpoint).
>
> I hope I am wrong, but I won't know until I dig further into the git
> sources.
>
>
>
> On Fri, 12 Apr 2019 at 12:45, Stephen Barncard 
> wrote:
>
>> This is an old fashioned list, which allows no attachments.
>> Always use links.
>>
>> On Fri, Apr 12, 2019 at 09:40 Dalton Calford via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>
>>> > Well, it appears this list is not the best place to use for such a
>>> discussion.
>>> I shared some notes and a screen shot and voila, I get this
>>>
>>> "Your message to use-livecode awaits moderator approval"
>>> >
>>>
>>> I don't know if Richard got the message or not, nor do I know if my post
>>> got approved, but with such a small size (32k) this is really  tight if
>>> any
>>> diagrams/mockups are to be included.
>>> ___
>>> 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
>>>
>> --
>> --
>> Stephen Barncard - Sebastopol Ca. USA -
>> mixstream.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: Panel/Form Widget

2019-04-12 Thread Stephen Barncard via use-livecode
This is an old fashioned list, which allows no attachments.
Always use links.

On Fri, Apr 12, 2019 at 09:40 Dalton Calford via use-livecode <
use-livecode@lists.runrev.com> wrote:

> > Well, it appears this list is not the best place to use for such a
> discussion.
> I shared some notes and a screen shot and voila, I get this
>
> "Your message to use-livecode awaits moderator approval"
> >
>
> I don't know if Richard got the message or not, nor do I know if my post
> got approved, but with such a small size (32k) this is really  tight if any
> diagrams/mockups are to be included.
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: Notarizing applications for macOS

2019-04-09 Thread Stephen Barncard via use-livecode
And if you are not connected to the krell None of your stuff will work.
All is hopeless.

What a nightmare.

On Tue, Apr 9, 2019 at 04:05 Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hey friends,
>
> This info just passed through my inbox:
>
> https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution?language=objc
>
> Do we have a solution for this already? Can we notarize LC standalones?
>
> Cheers
>
> andre
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: goofy question about "repeat for each"

2019-03-25 Thread Stephen Barncard via use-livecode
bad vision. sorry
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Mar 25, 2019 at 1:42 PM Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Stephen,
>
> > Am 25.03.2019 um 21:31 schrieb Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > what is the 'item-delimiter" in this case?  I don't see commas
>
> the COMMA is the default itemdelimiter, so not neccessary to set it in
> this example.
>
> > --
> > Stephen Barncard - Sebastopol Ca. USA -
> > mixstream.org
> >
> > On Mon, Mar 25, 2019 at 12:31 PM jbv via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Hi list,
> >>
> >> I have a list of values such as :
> >>   540,20
> >>   542,22...
> >> one per line in a variable named cc...
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://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: goofy question about "repeat for each"

2019-03-25 Thread Stephen Barncard via use-livecode
what is the 'item-delimiter" in this case?  I don't see commas
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Mar 25, 2019 at 12:31 PM jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi list,
>
> I have a list of values such as :
>540,20
>542,22...
> one per line in a variable named cc.
>
> Now I'm running the following loop :
> repeat for each line j in cc
>   add 1 to item 1 of j
>   put return & j after var2
> end repeat
>
> goofy question : does each iteration of the loop
> change the values of each line of cc, or does it
> only change the value of j ?
>
> I'm asking because it seems that I am facing some
> weird and unexpected modifications in the variable
> with a huge number of lines...
>
> Thanks in advance.
> jbv
>
> ___
> 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: Browser widget and downloading of files

2019-03-20 Thread Stephen Barncard via use-livecode
I think one has to specifically capture the link-click and deal with it in
one's own code.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Wed, Mar 20, 2019 at 10:13 AM Tore Nilsen via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Are there any ways to start a download of a file via a link in the browser
> widget? It works fine in any other browser, but not when the page is
> displayed in a browser widget.
>
> Best regards
> Tore Nilsen
> ___
> 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: Apple Wants Application Specific Password

2019-03-19 Thread Stephen Barncard via use-livecode
RFIDs!

On Tue, Mar 19, 2019 at 16:19 Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Next thing you know, Apple is going to require a mark on your right hand
> or your forehead... ;-P
>
> Bob S
>
>
> > On Mar 19, 2019, at 15:40 , J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Things changed on Feb. 27, if I remember right. Developer accounts now
> require two-factor authentication. The old two-step authentication is
> deprecated. If you don't set up 2FA you can be locked out.
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: BACKUPS !!!

2019-03-19 Thread Stephen Barncard via use-livecode
Offsite backup of large media files is just not practical in a working
environment with normal consumer Internet connections and multiple
projects.

I’m talking about final cut pro and ProTools multi track.

On Tue, Mar 19, 2019 at 12:03 Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Thanks for the reminder, Ralph, and glad you indeed had backups.
>
> On which subject... my top tip to friends, family, and even casual
> acquaintances is *Backblaze* network backup.
>
> It's not a substitute for local and off-site direct backups. I'm sure that
> as
> professionals in an IT-related field we all have all those in hand. And
> for
> those with just a laptop rather than a big raid array etc all the
> operating
> systems now make it trivially easy (and cheap) to plug in a little USB
> drive
> and be backed up. But our less technical friends and family may just not
> have
> got round to it yet; and if they have - especially with a laptop - they
> may
> not remember to plug the backup drive in very often.
>
> There are lots of network backup options of course - I could never get
> round
> to setting it up for my family's machines because there were too many
> options
> to choose between, and surely I should go one of the free setups between
> computers... etc. Too many options, result inertia.
>
> What makes Backblaze fantastic, in my opinion, is that they've cut through
> all
> of that, reducing to the absolute minimum the effort and choices required.
> Go
> to https://backblaze.com, click "try it for free", enter your email
> address
> and make up a password. It downloads a little installer - you run that and
> you're essentially done.
>
> They bake your email/password into the installer so you don't have to do
> anything else. After a while they'll email you to tell you how it's going;
> eventually they'll email to invite you to give them your credit card if
> you
> want to keep going. There is a control panel, there are options, there are
> other groovy features - but if you never know about or touch them you'll
> still
> be getting backed up.
>
> There are also no plans to choose between: it's $60/computer/year,
> regardless
> of how big (or how many) the drive(s) attached to that computer.
>
> Backblaze are very clear that this shouldn't be your first- or second-line
> backup. They're right. But if I ask my spouse or child when they last
> plugged
> the backup drive into their laptop, I know the answer will make me cry.
> The
> fact that Backblaze will have kept running to the last minute they closed
> the
> lid is my sanity clause. When bad things inevitably happen - and of course
> it
> will fall to me to deal with it - I will be able to rescue their
> undeserving
> asses!
>
> I don't want to give you an affiliate link because I'd rather you got
> backed
> up than doubted the purity of my evangelism! If you're all covered, good
> for
> you. But if you're not, or if your cousin, colleague, or chiropractor look
> like they need a clue - I think this is a very small amount of money to
> increase peace of mind.
>
> Ben
>
>
> On 19/03/2019 16:59, Ralph DiMola via use-livecode wrote:
> > Just a reminder... On Win 10 my 2 TB Raid 1 array using 1.3 TBs
> containing
> > all my data, 3 dev VMs and all my source code was corrupted. It took a
> very
> > annoying day to replace HW(controller) and recover data/VMs from my
> backups.
> > All is back with NO data loss.
> >
> > As it has been said here before "Raid is not a substitute for backups". I
> > have multiple copies with at least 1 off-line(crypto locker/power surge)
> and
> > 1 off-site(fire/theft). I don't use any cloud backups. Why? MySpace lost
> 12
> > years of user data last year. Although cloud backup reliability is high
> it's
> > not high enough for me to bet my business on not to mention how long it
> > would take to download 1.3 TBs. Although all my Mac data is an SMB to the
> > Win Raid I still use Time Machine on the Mac so I don't need to
> re-install
> > components needed development.
> >
> > Stay vigilant my friends.
> >
> > Ralph DiMola
> > IT Director
> > Evergreen Information Services
> > rdim...@evergreeninfo.net
> >
> >
> > ___
> > 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 lis

Re: password protected stack and passkey

2019-03-19 Thread Stephen Barncard via use-livecode
Perhaps you are using the community server?

On Tue, Mar 19, 2019 at 12:01 JJS via use-livecode <
use-livecode@lists.runrev.com> wrote:

> HI,
>
>
> i don't fully understand the password protection on how it functions in
> Indy.
>
> If i add a password and save the stack, unload it from memory. Then
> reload it again, nothing happens and i can see all scripts.
>
>
> If i put the password protected stack on a server, then load it with a
> splash program.
>
> Then If i set the passkey or not in the splash program, it just loads it
> and runs it.
>
>
> So how should work? The dictionary does not make it clearer for me.
>
>
> Should the IDE not ask me for a password? after reload i can see the
> password in the standalone settings.
>
> Should the splah program not run it if no passkey has been set?
>
>
> Thanks!
>
> Jerry
>
>
> ___
> 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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: TabStops and Tab Spacings

2019-03-04 Thread Stephen Barncard via use-livecode
Hi,
In the past I've set up a special format for field listing with column
names on the first line
and tab stops (as comma separated integers( on the very last line)

human readable

sqb
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Mar 4, 2019 at 12:25 PM Roger Guay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> This is driving me crazy:
>
> I have a styled text field in the IDE called myFld for which I set the
> TabStops to 15,250,320
> Is there any way to export myFld to URL and retain the Tab spacings
> 15,250,320 ?
>
> Thanks for your help,
>
> Roger
>
>
>
> ___
> 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: Weird LiveCode Plugins Prefs writing problems

2019-02-10 Thread Stephen Barncard via use-livecode
"I’m a bit afraid to leave off a virus protection program though. Anybody
have recommendations?"

most likely you don't need one.  I have never used one on a mac since 1983.
Just practice safe computing.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sun, Feb 10, 2019 at 3:05 PM William Prothero via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Problem solved, but first:
> I found that BitDefender kept deleting the “Safe Application” setting for
> “Livecode Business 9.0.2”, so it blocked writing to the Devo Prefs file.
> The OS wouldn’t let me delete the library files associated with
> BitDefender. I also found that there were un-fixable errors in my boot
> drive, which is an SSD drive. I wanted to delete all anti-virus files and
> CleanMyMac, which contained both version 3 and X. I also needed to deal
> with the boot drive disc errors, which DiskUtility couldn’t fix. I was
> going to have to completely erase and reformat the boot drive. Fortunately,
> my boot drive was still functioning mostly normally.
>
> First I booted my computer from an external drive that I had created a
> couple of weeks ago using SuperDuper. Then I deleted all Library files
> related to BitDefender and CleanMyMac. I think I got all of them, but may
> have missed something.
>
> Next I created a disc image big enough to hold all of my boot drive
> content (on an external drive), so I could restore it after reformatting. I
> used SuperDuper to copy my boot drive content to the disc image. Then I
> reformatted my original boot drive and after that, used SuperDuper to copy
> the disc image contents back to my original boot drive.
>
> I checked that the Devo prefs were being updated correctly, and yes, they
> were. Problem solved.
>
> I’m a bit afraid to leave off a virus protection program though. Anybody
> have recommendations?
>
> Best,
> Bill
>
>
> > On Feb 10, 2019, at 6:55 AM, Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Guess I waited until the right time to go from 10.12 to 10.14 :grin:
> > I’ll be doing that upgrade in the next couple weeks.
> >
> > Thanks,
> > Brian
> > On Feb 10, 2019, 7:49 AM -0500, Sannyasin Brahmanathaswami via
> use-livecode , wrote:
> >> Little story: Yesterday, early the morning, I was on 10.4.2. "Sadly" I
> thought Navigator would not save preferences. Went back to work, thinking
> the IDE has lost some globals, or messages, it crashes for me all the time
> now, at least once a day. No point sending in reports, Panos says "cannot
> reproduce..."
> >>
> >> Besides, two other programs unrelated, will suddenly "wink out" I say
> that, because, you may be doing something else, the application is not
> experiencing any "user operations". Suddenly it crashes and you get a crash
> report. It's as if a gremlin in the background is issuing a "Kill process."
> Although it also happens in the IDE, especially when dragging a control
> from the tool bar onto a stack. I always save, hold my breath now when
> create a button, drag it the tools pallet "Oh no! the IDE crashed,
> again...sigh" Now, that seems unrelated... but
> >>
> >> Not paying much attention update notices. Busy getting work done. I
> hard to reboot. Ha! big update got installed. OS X 10.4.3
> >>
> >> Now, this morning Navigator prefs are saved Yay! Having done
> nothing else, one is tempted to say, it was a "mysterious OS thing"
> >>
> >> I never had time to investigate... Rick: I'll try Avast
> >>
> >> BR
> >>
> >> Bill wrote: So I used diskutility to repair the system drive, then
> updated the os to 10.14.3.
> >>
> >> ___
> >> 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: Strip XMP Packet from the end of binary image data

2019-02-01 Thread Stephen Barncard via use-livecode
And replaced with?

On Fri, Feb 1, 2019 at 12:19 Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Bob Sneidar wrote:
>
>  > Copy text from an OCR'd PDF sometime and paste it into a Livecode
>  > field. You may find the number of characters is more than are visible.
>
> Reason #233 why PDF must die. ;)
>
> --
>   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
>
-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: file: vs bibfile: usage?

2019-01-07 Thread Stephen Barncard via use-livecode
yeah I re-discovered (and paid second license for) BBEdit. They were the
first programmer's editor on mac, although I was partial to TEX-edit, which
had some cool text features nobody else had... like ways of identifying
mystery invisible characters.  I haven't tried it in years, I wonder about
it's handling of Unicode.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Jan 7, 2019 at 10:17 AM Jerry Jensen via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On a mac, BBEdit or its older cousin TextWrangler will preserve line
> endings. It just works. You can also easily change endings with a pull-down
> menu. That stoppedl me from whining about the price. They also have good
> tech support.
> .Jerry
>
> > On Jan 7, 2019, at 8:28 AM, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > This is a perennial problem. My personal opinion is that unless a user
> explicitly wants to alter the line endings in a file, no assumptions should
> be made by the developer in this regard. A classic example (at least for
> me) is working with files exported from copiers. Let's say I want to export
> the email addresses from a Toshiba copier, edit them in a spreadsheet, then
> re-import them back into the copier. Simply OPENING the text file, in
> TextEdit or Word on a Mac OS will convert the line endings to the Mac
> defaults, EVEN IF I DO NOT SAVE THE FILE!!! Now the Toshiba copier will
> reject the file because it is expecting line feeds and it has CRLFs
> instead. So I have to edit these files in a Windows VM or I break them.
> >
> > Bob S
>
> ___
> 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: LiveCoders from London, lets meet!

2018-11-09 Thread Stephen Barncard via use-livecode
Andre - If I were ANYWHERE in the EU I would love the opportunity to meet
up with you anytime!
but I'm stuck in (a nice part of) Trumpland
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Nov 9, 2018 at 10:20 AM JJS via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I have to go with a boat then few hours
>
> So i'll stay home and get a beer from my fridge
>
>
> Op 9-11-2018 om 18:44 schreef Keith Clarke via use-livecode:
> > Andre, I’m based near London and would be happy to meet in Town & buy
> you a beer. :-)
> > Best,
> > Keith
> >
> >> On 9 Nov 2018, at 17:04, Andre Alves Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> Hey Friends,
> >>
> >> Who here is from London or nearby and would be interested in regular
> meetups? We could meet once a month or so in a pub or quieter setting. I am
> thinking of informal meet & drink, chatting.
> >>
> >> Cheers
> >>
> >> andre
> >>
> >>
> >> ___
> >> 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: Reading PDF Form Data in LiveCode?

2018-10-10 Thread Stephen Barncard via use-livecode
before wheel invention it might be prudent to see how the existing apps do
this.
especially if this is a one shot.

https://pdf.wondershare.com/top-pdf-software/free-pdf-to-csv-converter.html
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Wed, Oct 10, 2018 at 7:45 AM Peter Reid via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Does anyone have any code or suggestions for reading the data from PDF
> forms? I have several hundred form fields in 5 different design forms in
> PDF format that I need to extract. The data is mainly text fields but may
> include a few checkboxes and radio buttons. Any thoughts please?
>
> Thanks
>
> Peter
> --
> Peter Reid
> Loughborough, UK
>
>
> ___
> 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: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-10-01 Thread Stephen Barncard via use-livecode
VMWare is about $70 I think.

there's a free trial
<https://store.vmware.com/store?Action=html=BASE=en_US=vmware=Fusion-FusionPro-LandingPage=7013401YWs5=ps_5ba283a1931cc=vmware%20for%20mac=e_source=google_medium=ppc_campaign=GS_eBiz_Lead_AMS_US_EN_BR_E_Fusion_clickid=25b2255b-0a99-49e4-8991-913e41bdcb07=Cj0KCQjwi8fdBRCVARIsAEkDvnKZb-Ni4sT_8QFKPjVn48uFf5h7QXP42HLydgQviD18SpuRq0znejgaArl6EALw_wcB>



--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Mon, Oct 1, 2018 at 1:14 PM Howard Bornstein via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I'm only using Parallels, so I don't know the answer to that.
>
> On Sat, Sep 29, 2018 at 8:47 PM Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Does the same thing happen with VMware?
> >
> > not that I have any plans to develop anything in Windows.
> > --
> > Stephen Barncard - Sebastopol Ca. USA -
> > mixstream.org
> >
> >
> > On Sat, Sep 29, 2018 at 8:16 PM Howard Bornstein via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > I just wanted to mention that the problem detecting the shift-key being
> > > down seems to be entirely an issue with Parallels. My test, running
> under
> > > Windows 10 on a real PC had no trouble with my code that was looking
> for
> > > the shift-key being down. I'm glad to see this problem wasn't within
> > > LiveCode. There are so many layers where something can go wrong, it can
> > be
> > > a challenge identifying exactly where the problem is happening. It must
> > be
> > > a pretty specific issue with Parallels that only manifests by ignoring
> > the
> > > shift key.
> > >
> > > On Tue, Sep 25, 2018 at 10:02 PM Howard Bornstein <
> > bornst...@designeq.com>
> > > wrote:
> > >
> > > >
> > > >
> > > > On Sun, Sep 23, 2018 at 10:50 PM Curry Kenworthy via use-livecode <
> > > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > >>
> > > >> Howard:
> > > >>
> > > >>  > All my test show that for the Shift key and the Option key, when
> > > >>  > called within a mousemove handler, it doesn't register that the
> > > >>  > keys are down unless the mouse button is clicked first.
> > > >>
> > > >> Hi Howard, I tested your code verbatim in the card script of a new
> > stack
> > > >> in LC 901 on native Windows 10 with a real PC laptop, Dell Intel i5.
> > > >>
> > > >> It works fine here.
> > > >
> > > >
> > > > Thanks for testing this out.
> > > >
> > > >
> > > >> I also noticed that since "shiftkey" only has two
> > > >> states, you don't really need to test it twice; you could cut out
> the
> > > >> second "if" statement. In fact, this yields similar results:
> > > >>
> > > >> on mousemove x,y
> > > >>   put x,y && the shiftkey
> > > >> end mousemove
> > > >>
> > > >
> > > > Lol. Yeah, I wasn't trying for elegance. I was making sure the code
> and
> > > > results were absolutely clear.
> > > >
> > > >
> > > >> So, despite the very significant issues that LC 9 has on real
> Windows,
> > > >> including a barely-usable script editor, it seems likely that this
> is
> > > >> not one of them. That's good news! But obviously you do have a
> > problem.
> > > >>
> > > >> Have you tested your code in a brand new empty stack in a fresh and
> > > >> unmodded instance of LC, no extra plugins or scripts running? If so,
> > if
> > > >> it's just Parallels, I have to say that virtual Windows isn't quite
> > the
> > > >> same. Well, I guess an Intel Mac sporting a GUI that contradicts
> much
> > of
> > > >> Apple's original research isn't quite the same either; I'm a big
> > > >> original Mac guy! :) But some details are different. That's why I
> > always
> > > >> use real Mac and real Windows.
> > > >>
> > > >
> > > > I have friend with a real Windows machine that will test the code of
> > the
> > > > app where I applied this technique so, hopefully I'll be able to see
> if
> > > it
> > > > works on a real PC and if the problem is Paral

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-29 Thread Stephen Barncard via use-livecode
Does the same thing happen with VMware?

not that I have any plans to develop anything in Windows.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Sep 29, 2018 at 8:16 PM Howard Bornstein via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I just wanted to mention that the problem detecting the shift-key being
> down seems to be entirely an issue with Parallels. My test, running under
> Windows 10 on a real PC had no trouble with my code that was looking for
> the shift-key being down. I'm glad to see this problem wasn't within
> LiveCode. There are so many layers where something can go wrong, it can be
> a challenge identifying exactly where the problem is happening. It must be
> a pretty specific issue with Parallels that only manifests by ignoring the
> shift key.
>
> On Tue, Sep 25, 2018 at 10:02 PM Howard Bornstein 
> wrote:
>
> >
> >
> > On Sun, Sep 23, 2018 at 10:50 PM Curry Kenworthy via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >>
> >> Howard:
> >>
> >>  > All my test show that for the Shift key and the Option key, when
> >>  > called within a mousemove handler, it doesn't register that the
> >>  > keys are down unless the mouse button is clicked first.
> >>
> >> Hi Howard, I tested your code verbatim in the card script of a new stack
> >> in LC 901 on native Windows 10 with a real PC laptop, Dell Intel i5.
> >>
> >> It works fine here.
> >
> >
> > Thanks for testing this out.
> >
> >
> >> I also noticed that since "shiftkey" only has two
> >> states, you don't really need to test it twice; you could cut out the
> >> second "if" statement. In fact, this yields similar results:
> >>
> >> on mousemove x,y
> >>   put x,y && the shiftkey
> >> end mousemove
> >>
> >
> > Lol. Yeah, I wasn't trying for elegance. I was making sure the code and
> > results were absolutely clear.
> >
> >
> >> So, despite the very significant issues that LC 9 has on real Windows,
> >> including a barely-usable script editor, it seems likely that this is
> >> not one of them. That's good news! But obviously you do have a problem.
> >>
> >> Have you tested your code in a brand new empty stack in a fresh and
> >> unmodded instance of LC, no extra plugins or scripts running? If so, if
> >> it's just Parallels, I have to say that virtual Windows isn't quite the
> >> same. Well, I guess an Intel Mac sporting a GUI that contradicts much of
> >> Apple's original research isn't quite the same either; I'm a big
> >> original Mac guy! :) But some details are different. That's why I always
> >> use real Mac and real Windows.
> >>
> >
> > I have friend with a real Windows machine that will test the code of the
> > app where I applied this technique so, hopefully I'll be able to see if
> it
> > works on a real PC and if the problem is Parallels. I'm a Mac guy too and
> > only use Windows to test apps built for both platforms.
> >
> >
> >> But if you get different results with a fresh stack and LC, if there is
> >> something else going on and you would like me to test your actual stack
> >> (on native Windows) or help solve your problem, feel free to contact me
> >> off-list. Interesting.
> >>
> >
> > Thanks. I'll let you know what my friend turns up.
> >
> >
> >> (Meanwhile, hope we can get improvements for some of the real Windows
> >> problems that LC has. It's difficult to type in the LC 901 script editor
> >> on Windows - that is a pretty huge issue. I have a WordLib update coming
> >> out in a few days, pending final tests, and it never hurts to have a
> >> fully usable version of the latest LC IDE on both platforms!)
> >>
> >
> > I did work a little bit in the script editor under Windows and didn't
> > notice the awful problems you've been reporting, but again, it was just
> > some tweaks and code changes. I don't do most of my scripting under
> > Windows. I hope this gets fixed.
> >
> >
> >>
> >> Best wishes,
> >>
> >> Curry Kenworthy
> >>
> >> Custom Software Development
> >> "Better Methods, Better Results"
> >> LiveCode Training and Consulting
> >> http://livecodeconsulting.com/
> >>
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runre

Re: [off] Do me a solid

2018-09-29 Thread Stephen Barncard via use-livecode
still they are depending on AWS?  Amazon is "the man" now...
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Sep 29, 2018 at 3:57 PM Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 4 wordsIPFS. :D
>
> thats the future of a decentralized web :) IPFS is going to take off in the
> next 2 years like a bat out of hell, as more and more decentralized
> applications are developed on top of it and proven to work at scale.
> TBLee's tech will have to at least match IPFS or be way behind from day 1.
>
> On Sat, Sep 29, 2018 at 6:37 PM John McKenzie via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> >
> >  Mike, thanks for the link to the Berners-Lee article. Could somebody
> > please explain to me what he is doing as described by the article
> > though?
> >
> >  It says he is taking something decentralized like the world wide web
> > and is making it decentralized. I can do that. There I just did it.
> > Anyone can host a web server now. They talk about data and storage
> > control and we have all those things now. People choose to use Faceook,
> > not Diaspora, etc, they choose to use Google Drive not a local hard
> > drive, etc. We already have the technology and finished applications to
> > do everything mentioned in the article.
> >
> >  I do not meant to sound critical or mean I just honestly do not
> > understand the point of the article and would like to know. Or am I just
> > overthinking it and the only point is Berners-Lee has a better way to
> > program these things?
> >
> >
> > ___
> > 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: [ANN] animationEngine is free now

2018-09-29 Thread Stephen Barncard via use-livecode
yes, please stay on the list...we need your wisdom and humor.  I'm kind of
a lurker but still use LC for my quirky hybrid (but totally not shrink
wrapped) programming.  I love this culture of Rev.
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Sat, Sep 29, 2018 at 3:25 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 9/28/18 2:15 PM, Malte Pfaff-Brill via use-livecode wrote:
> > Today I am not doing much development work anymore. There will be one
> last try through a Kickstarter campaign in a couple of days, but if that
> fails, I’ve basically had my days in dev.
>
> I'm sorry to hear that, Malte. I'm sure your reasons are for the best
> but I wouldn't want you to disappear. Please keep in touch.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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: Internet Date Service test

2018-09-14 Thread Stephen Barncard via use-livecode
I'd rather use a time server that a lot of people use and is maintained. A
private web server's clock depends on ...x for reference?

"Google Public NTP serves leap-smeared time
<https://developers.google.com/time/smear>. We use this technology to
smoothly handle leap seconds with no disruptive events.

We implemented Google Public NTP with our load balancers
<https://cloud.google.com/load-balancing/> and our fleet of atomic clocks
in data centers around the world.

   - Configure your network settings to use time.google.com as your NTP
   server."


--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Fri, Sep 14, 2018 at 7:55 PM, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> You could put a little one line CGI on your server that just returns the
> time and date.
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> On September 14, 2018 8:47:51 PM Peter Bogdanoff via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> Yes, that’s right.
>>
>> We had a report of a user setting back his OS date to extend his demo.
>> This caused us much consternation, thus the desire for an independent date
>> source.
>>
>> Peter
>>
>> On Sep 14, 2018, at 5:56 PM, Brian Milby via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>>
>>> I think the goal is an independent time (date) source to ensure that the
>>> value is correct. I’m curious about the best solution. Probably would
>>> involve your own server though.
>>>
>>> Thanks,
>>> Brian
>>> On Sep 14, 2018, 7:36 PM -0500, Richard Gaskin via use-livecode <
>>> use-livecode@lists.runrev.com>, wrote:
>>>
>>>> Peter Bogdanoff wrote:
>>>>
>>>> And… if anyone has a method that doesn’t rely on the user’s local
>>>>> date/time I’d like to hear that…
>>>>>
>>>>
>>>> Using "the seconds" returns a value that accounts for local GMT offset.
>>>> with the value returned being for GMT.
>>>>
>>>> So if you get the seconds and then display them on a machine set to a
>>>> different time zone, the time zone will be taken into account when using
>>>> the convert command to display them in any human-readable format.
>>>>
>>>> FWIW "the internet date" is similarly useful for converting to other
>>>> formats in ways that take local time zone into account.
>>>>
>>>> AFAIK those are the only two built-in date formats that account for GMT
>>>> offset, but I've used both for network services where users trade data
>>>> across many time zones and they work quite well.
>>>>
>>>> --
>>>> Richard Gaskin
>>>> Fourth World Systems
>>>> Software Design and Development for the Desktop, Mobile, and the Web
>>>> 
>>>> ambassa...@fourthworld.com http://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
>>>>
>>> ___
>>> 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: Internet Date Service test

2018-09-14 Thread Stephen Barncard via use-livecode
how about google time?

https://developers.google.com/time/

--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Fri, Sep 14, 2018 at 6:45 PM, Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Yes, that’s right.
>
> We had a report of a user setting back his OS date to extend his demo.
> This caused us much consternation, thus the desire for an independent date
> source.
>
> Peter
>
> > On Sep 14, 2018, at 5:56 PM, Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > I think the goal is an independent time (date) source to ensure that the
> value is correct. I’m curious about the best solution. Probably would
> involve your own server though.
> >
> > Thanks,
> > Brian
> > On Sep 14, 2018, 7:36 PM -0500, Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> >> Peter Bogdanoff wrote:
> >>
> >>> And… if anyone has a method that doesn’t rely on the user’s local
> >>> date/time I’d like to hear that…
> >>
> >> Using "the seconds" returns a value that accounts for local GMT offset.
> >> with the value returned being for GMT.
> >>
> >> So if you get the seconds and then display them on a machine set to a
> >> different time zone, the time zone will be taken into account when using
> >> the convert command to display them in any human-readable format.
> >>
> >> FWIW "the internet date" is similarly useful for converting to other
> >> formats in ways that take local time zone into account.
> >>
> >> AFAIK those are the only two built-in date formats that account for GMT
> >> offset, but I've used both for network services where users trade data
> >> across many time zones and they work quite well.
> >>
> >> --
> >> Richard Gaskin
> >> Fourth World Systems
> >> Software Design and Development for the Desktop, Mobile, and the Web
> >> 
> >> ambassa...@fourthworld.com http://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
> > ___
> > 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: Internet Date Service test

2018-09-14 Thread Stephen Barncard via use-livecode
Hi Peter,

why don't you consider a VPN for such testing? It can place you in any
country you need, and you get immediate confirmation.   VPN's are plentiful
and free to cheap.

sqb

--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Fri, Sep 14, 2018 at 3:33 PM, Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi,
>
> For trial version expiration of my program, I’ve been attempting to use
> the US Naval Observatory time service which has an API that returns info as
> JSON data:
>
> http://aa.usno.navy.mil/data/docs/api.php#jdconv <
> http://aa.usno.navy.mil/data/docs/api.php#jdconv>
>
> My request:
> put URL "http://api.usno.navy.mil/jdconverter?date=today=
> 22:15:23.5=ArtsInteractive" into sJulianDateJSON
>
> I have a handler that checks for the local variable sJulianDateJSON to
> contain the returned data, then I use the current Julian date returned (the
> number of days since January 1, 4713 BC) to write and check on the current
> date and expiration dates.
>
> It seems to work well in on my computer and others in the USA, but a
> Windows tester in Costa Rica can’t seem to get a response. I haven’t
> figured out if this is a programming or Internet issue, and it’s difficult
> to determine since it works well for me on Mac and Windows.
>
>
>
> Would any of you test this small LC stack — in the USA or elsewhere? And
> send me results directly to my email address?
>
> https://artsinteractive-products.s3.amazonaws.com/
> MITA/Get_Julian_Date.livecode.zip <https://artsinteractive-
> products.s3.amazonaws.com/MITA/Get_Julian_Date.livecode.zip>
>
> 1. Click “Get Julian Date”. If it works, it should show a number in the
> “Julian Date” field after a few seconds.
> 2. “Clear” resets the result fields
> 3. The top field “Try x times” can be set to a larger number if necessary.
> 4. If it works the “Send Email” will attempt to use your email client to
> email me the results.
>
>
> And… if anyone has a method that doesn’t rely on the user’s local
> date/time I’d like to hear that…
>
> Thanks!
>
> Peter Bogdanoff
> ArtsInteractive
> ___
> 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: Best way to store videos

2018-08-23 Thread Stephen Barncard via use-livecode
um... Peter.. streaming video is not just about having the storage space...
It's what the servers do to match up the devices calling with the
appropriate size and type file. Typically many versions of the same video
are created for each upload. The Vimeo and YouTube web apps handle all of
that.

Believe me I resisted for years and insisted on hosting my own video
content, but when the quality got to be HD for everyone, they dumped Flash®
and I figured out how one could turn off the ads, I was sold.

--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Thu, Aug 23, 2018 at 1:43 PM, Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Bill,
>
> You could also look at Amazon AWS S3 storage.
>
> It’s pretty much free for the first year. Then, depending on usage, could
> be only a few dollars a month.
>
> https://aws.amazon.com/s3/pricing/
>
> Videos could then be played directly in a Livecode player control, as well
> as on your website. One of the benefits of the LC player is that you can
> program events to happen in response to particular timings set in the
> video—callbacks. This is great for pedagogy—synchronized subtitles,
> comments, animations as a video (or audio) plays.
>
> Peter
>
> > On Aug 23, 2018, at 12:47 PM, Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > YouTube is great these days. If you take the time to become a verified
> > subscriber all the world will be revealed to you. They have many tools
> and
> > they re-written the whole thing, and it’s pretty good. It’s also free.
> You
> > can make playlists and decide what happens at the end, and add links and
> > other text.
> >
> > After you earn your stars and are good for a while they will give you
> these
> > privileges.
> >
> > And as far as video streaming, they actually appear to be the best. They
> > are so equipped with their mirror servers all over the world.
> >
> > I used to shun YouTube for several years because of their lower quality
> at
> > the time but now they’ve come up to do not only great serving but live
> > streaming as well.
> >
> > You can create extra users. And it has a better social features.
> >
> >  Vimeo streaming is still excellent but I like the extended distribution
> > that YouTube has.  And I have to pay over $100 a year to be able to
> upload
> > the quality I want quickly.
> >
> > On Thu, Aug 23, 2018 at 12:20 Tom Glod via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> just fyi..you can disable to recommened videos in the embedd
> code..
> >> you can also detect via java script when the video ends. so you really
> have
> >> more control than you think.  just got to send script to the browser
> .
> >> "do in widget".
> >>
> >> I haven't done anything crazy ...but i know that there is more control
> than
> >> what is obvious at first.
> >>
> >> On Thu, Aug 23, 2018 at 3:12 PM William Prothero via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> Folks:
> >>> I have numerous videos that I would like to play on a wordpress web
> site,
> >>> and in livecode. I don’t want to host these on my own server for
> obvious
> >>> reasons of bandwidth, support for different browsers, etc.
> >>>
> >>> This is not a commercial project, but an educational software project
> >>> where I give it away for free. So, I would rather not pay, but I have
> >>> looked into Vimeo and the lowest rate of $7/mo could work. I’ve tried
> >>> YouTube and it has so many privacy issues. Also,  when the video ends
> it
> >>> displays unrelated material that would be distracting to students.
> >>>
> >>> I understand that any free service will probably want to grab users’
> info
> >>> for marketing. That’s the world we are in.
> >>>
> >>> Buuut.. do you have a strategy that you could recommend?
> >>>
> >>> Best,
> >>> Bill
> >>>
> >>> William A. Prothero
> >>> 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
> >> __

Re: Best way to store videos

2018-08-23 Thread Stephen Barncard via use-livecode
 YouTube is great these days. If you take the time to become a verified
subscriber all the world will be revealed to you. They have many tools and
they re-written the whole thing, and it’s pretty good. It’s also free. You
can make playlists and decide what happens at the end, and add links and
other text.

After you earn your stars and are good for a while they will give you these
privileges.

And as far as video streaming, they actually appear to be the best. They
are so equipped with their mirror servers all over the world.

I used to shun YouTube for several years because of their lower quality at
the time but now they’ve come up to do not only great serving but live
streaming as well.

You can create extra users. And it has a better social features.

  Vimeo streaming is still excellent but I like the extended distribution
that YouTube has.  And I have to pay over $100 a year to be able to upload
the quality I want quickly.

On Thu, Aug 23, 2018 at 12:20 Tom Glod via use-livecode <
use-livecode@lists.runrev.com> wrote:

> just fyi..you can disable to recommened videos in the embedd code..
> you can also detect via java script when the video ends. so you really have
> more control than you think.  just got to send script to the browser .
> "do in widget".
>
> I haven't done anything crazy ...but i know that there is more control than
> what is obvious at first.
>
> On Thu, Aug 23, 2018 at 3:12 PM William Prothero via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Folks:
> > I have numerous videos that I would like to play on a wordpress web site,
> > and in livecode. I don’t want to host these on my own server for obvious
> > reasons of bandwidth, support for different browsers, etc.
> >
> > This is not a commercial project, but an educational software project
> > where I give it away for free. So, I would rather not pay, but I have
> > looked into Vimeo and the lowest rate of $7/mo could work. I’ve tried
> > YouTube and it has so many privacy issues. Also,  when the video ends it
> > displays unrelated material that would be distracting to students.
> >
> > I understand that any free service will probably want to grab users’ info
> > for marketing. That’s the world we are in.
> >
> > Buuut.. do you have a strategy that you could recommend?
> >
> > Best,
> > Bill
> >
> > William A. Prothero
> > 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
> ___
> 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

-- 
--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.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: editing & combining sound files?

2018-08-23 Thread Stephen Barncard via use-livecode
if you have a lot of files to convert, I'd go for using Livecode for "glue"
while making calls to SOX.
SOX can convert and move in one operation;

forget doing anything in Livecode with sound - the internals are not
equipped to be easy to manipulate.
I actually made an editor that could draw out an imbedded sound in a stack
and export to AIFF by moving binary blocks around and reconstructing the
headers and jump tables. There are several ambiguities in audio file
standards to make things messy, although the audio blocks of WAV and AIFF
files are almost identical. Look out for little and big endian variations,
etc.

SOX did everything I needed, including conversion to MP3.


sqb

--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Wed, Aug 22, 2018 at 10:52 PM, Nicolas Cueto via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Well, maybe some day I'll put the time in to study Geoff's and Tom's
> solutions. But, for future reference, below is my easier-for-me solution.
>
> First, use a sound-editor (Goldwave) to convert all AU files to RAW (i.e.,
> snd).
>
> Second, run this LC script to merge those converted files (interleaved with
> silence) into a new .snd file:
>
>  put URL "binfile:C:/the_path/faster/{file ID}.snd" into tNewSnd
>  put URL "binfile:C:/the_path/1_sec_silence.snd" after tNewSnd
>  put URL "binfile:C:/the_path/slow/{file ID}.snd" after tNewSnd
>  put tNewSnd into URL  "binfile:C:/the_path/CD/{file ID}.snd"
>
> Third, use the sound-editor again, this time to convert those new .snd
> files into .mp3.
>
> That's it. But if someone wants to post exact details of how to LC script
> what Geoff suggests, i.e., stripping headers from an .au (or any!) sound
> file type, I'm still all ears.
>
> Cheers.
>
> --
> Nicolas Cueto
>
> On 23 August 2018 at 13:40, Tom Glod via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > sox is good for this kind of stuff, you can automate the command-lines
> > using livecodebut you can skip some of the bs you would probably
> > encounter with LC and audio "processing".
> >
> > http://sox.sourceforge.net/
> >
> > On Wed, Aug 22, 2018 at 10:30 PM Geoff Canyon via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > I did something very much like this way, way, way long ago (in the
> > MetaCard
> > > days...). I don't remember the sound format, and it was mono, not
> stereo,
> > > but it turned out that the format for the sound file was *really*
> > simple: a
> > > few bytes of easily-managed header, a bunch of binary data that
> > represented
> > > the sound file data, and a few bytes of footer.
> > >
> > > So the steps above would be roughly:
> > >
> > > 1. Read in the binary data from the sound file, strip the
> header/footer.
> > > 2. Figure out what the "silence" value is for that sound format,
> append a
> > > certain number of that value to the data.
> > > 3,4. Read in the binary data from the second file, strip the
> > header/footer
> > > and append to the data.
> > > 5. ??? Not sure how to do this. Instead, might add the appropriate
> > > header/footer and write out the data in the same format as the input
> > files.
> > > 6. Close the access to the original files.
> > >
> > > If MP3 isn't comprehensible, then you could bulk convert the resulting
> > > files from AU to MP3 using any number of tools.
> > >
> > > gc
> > >
> > >
> > > On Wed, Aug 22, 2018 at 5:14 PM Nicolas Cueto via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > > > Hello List,
> > > >
> > > > I wish to automate a repetitive (and tedious!) process that's now
> being
> > > > done manually using a sound-file editor (Goldwave).
> > > >
> > > > The process is:
> > > >
> > > > 1. Open an AU sound file.
> > > > 2. Append 1 second of silence to that file.
> > > > 3. Open a 2nd AU sound file.
> > > > 4. Copy and append that 2nd file to the 1st file.
> > > > 5. Save as MP3 with a new title that now-modified 1st file.
> > > > 6. Close that 1st file unmodified.
> > > > 7. [Repeat 1-6.]
> > > >
> > > > If this is possible (easily possible!) with LC, what LC commands
> ought
> > I
> > > be
> > > > studying/using?
> > > >
> > > > Many thanks.
> > > >
> > > > --
> > >

  1   2   3   4   5   6   7   8   9   10   >