Hey there

Stay Safe!


Met vriendelijke groeten / Best regards,
Ben J. Helder
Technisch Dir.
AddAll IT Services
rendementsweg 24-F, 
3641SL, Mijdrecht, The Netherlands
T. +31 85 273 69 06
T. +31 6 47912204
E. b...@addall.nl 
I.   www.addall.nl
DISCLAIMER
The information in this e-mail message is privileged and confidential and is 
only intended for the addressee. If you received this e-mail in error, you are 
hereby notified that any disclosure, reproduction, distribution or use of this 
message and any attachments is strictly prohibited. Please notify the sender 
immediately and delete the e-mail without copying or disclosing its contents to 
any other person. No legal consequences can be derived from the contents of 
this e-mail. Neither the sender nor AddAll IT Services (or any of its related 
companies) accept liability for any damage resulting from the use and/or 
acceptance of the content of this e-mail message.
Please consider the environment before printing this message.

-----Oorspronkelijk bericht-----
Van: use-livecode <use-livecode-boun...@lists.runrev.com> Namens 
use-livecode-requ...@lists.runrev.com
Verzonden: dinsdag 24 november 2020 18:00
Aan: use-livecode@lists.runrev.com
Onderwerp: use-livecode Digest, Vol 206, Issue 28

Send use-livecode mailing list submissions to
        use-livecode@lists.runrev.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.runrev.com/mailman/listinfo/use-livecode
or, via email, send a message with subject or body 'help' to
        use-livecode-requ...@lists.runrev.com

You can reach the person managing the list at
        use-livecode-ow...@lists.runrev.com

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of use-livecode digest..."


you can find the archives for this list at:

http://lists.runrev.com/pipermail/use-livecode/

and search them using this link:

http://www.google.com/advanced_search?q=site:lists.runrev.com


Today's Topics:

   1. Re: Getting a real number from scientific notation (Roger Guay)
   2. Re: Google and OpenSource apps (Mark Wieder)
   3. Re: Getting a real number from scientific notation (Bob Sneidar)
   4. LC PayPal Server Integration (Rick Harrison)
   5. Strange bug (Klaus major-k)
   6. Re: Strange bug (Klaus major-k)
   7. Re: Strange bug (Klaus major-k)
   8. LC9.6.2rc build issues? (Paul Dupuis)
   9. Re: LC9.6.2rc build issues? (Paul Dupuis)
  10. Re: LC9.6.2rc build issues? (Paul Dupuis)
  11. Mac standalone install in menu bar (Ben Rubinstein)
  12. MP3 ID3 tag writer (Skip Kimpel)
  13. Re: Strange bug (Richmond)
  14. Re: MP3 ID3 tag writer (matthias_livecode_150...@m-r-d.de)
  15. Re: Mac standalone install in menu bar
      (matthias_livecode_150...@m-r-d.de)
  16. Re: MP3 ID3 tag writer (matthias_livecode_150...@m-r-d.de)
  17. Re: Strange bug (Bob Sneidar)


----------------------------------------------------------------------

Message: 1
Date: Mon, 23 Nov 2020 16:43:28 -0800
From: Roger Guay <i...@mac.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Getting a real number from scientific notation
Message-ID: <a603a638-e707-4990-87e1-2b4b7eb78...@mac.com>
Content-Type: text/plain;       charset=utf-8

Unfortunately, there are not enough examples in the dictionary for an amateur 
like myself to understand it!

Roger

> On Nov 23, 2020, at 4:09 PM, Paul Dupuis via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> All this is why I prefer format() over numberFormat. The function is more 
> versatile and you get exactly what you specify with less guess work.
> 
> On 11/23/2020 6:52 PM, Roger Guay via use-livecode wrote:
>> Yaknow, this whole thing is confusing. Turns out you don?t even need to set 
>> the numberFormat.
>> put 4.21911e+11 + 0 results in 421910000000.
>> 
>> Roger
>> 
>>> On Nov 23, 2020, at 2:44 PM, Craig newman via use-livecode 
>>> <use-livecode@lists.runrev.com> wrote:
>>> 
>>> Nope.
>>> 
>>> The "numberFormat" property is perfectly happy with quotes around its 
>>> formatExpression. It is also perfectly happy without it. But I always use 
>>> quotes for things like this.
>>> 
>>> Craig
>>> 
>>> -----Original Message-----
>>> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On 
>>> Behalf Of Roger Guay via use-livecode
>>> Sent: Monday, November 23, 2020 5:25 PM
>>> To: How to use LiveCode <use-livecode@lists.runrev.com>
>>> Cc: Roger Guay <i...@mac.com>
>>> Subject: Re: Getting a real number from scientific notation
>>> 
>>> That works. Thanks, Klaus!
>>> 
>>> Roger
>>> 
>>> 
>>> 
>>>> On Nov 23, 2020, at 1:55 PM, Klaus major-k via use-livecode 
>>>> <use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> Hi Roger,
>>>> 
>>>> you forgot + 0 :-)
>>>> 
>>>> on MouseUp
>>>> set the numberformat to 0 # NO quotes around this 0 or LC gives an 
>>>> error  put 4.21911e+11 + 0 End mouseUp
>>>> 
>>>> -> 421911000000
>>>> 
>>>>> Am 23.11.2020 um 22:50 schrieb Roger Guay via use-livecode 
>>>>> <use-livecode@lists.runrev.com>:
>>>>>   on MouseUp
>>>>>           set the numberformat to  ?0"
>>>>>           put 4.21911e+11
>>>>>   End mouseUp
>>>>> puts 4.21911e+11 into msg box
>>>>> What am I missing?
>>>>> 
>>>>> Roger
>>>> Best
>>>> 
>>>> Klaus
>>>> 
>>>> --
>>>> Klaus Major
>>>> https://www.major-k.de
>>>> kl...@major-k.de
>>>> 
>>>> 
>>>> _______________________________________________
>>>> use-livecode mailing list
>>>> use-livecode@lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



------------------------------

Message: 2
Date: Mon, 23 Nov 2020 16:44:45 -0800
From: Mark Wieder <ahsoftw...@sonic.net>
To: Richard Gaskin via use-livecode <use-livecode@lists.runrev.com>
Subject: Re: Google and OpenSource apps
Message-ID: <f5717917-8095-fd80-ecb3-2bb20c483...@sonic.net>
Content-Type: text/plain; charset=utf-8; format=flowed

On 11/23/20 10:50 AM, Richard Gaskin via use-livecode wrote:

> The "free" described in the GPL and other open source licenses isn't 
> about money ("gratis") but freedom ("libre"). This ambiguity with "free"
> is among the many limitations of our language, but few speak Latin so 
> the license was written in English, with descriptions of how "free"
> applies. :)

Nadia Eghbal gave and interesting LongNow talk last week on opensource software 
maintenance, explaining along the way Jacob Thornton's distinction between

free as in beer
free as in speech
free as in puppy

https://www.youtube.com/watch?v=aX0pPg-gyX8

and if you've got a free hour, the whole talk is worth the listen 
https://www.youtube.com/watch?v=YnI1nz2CBnI

--
  Mark Wieder
  ahsoftw...@gmail.com



------------------------------

Message: 3
Date: Tue, 24 Nov 2020 00:55:45 +0000
From: Bob Sneidar <bobsnei...@iotecdigital.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Getting a real number from scientific notation
Message-ID: <5eeb52ff-216b-4dc8-a3c5-f5b666206...@iotecdigital.com>
Content-Type: text/plain; charset="utf-8"

It?s more than that. There is so much to RegEx, and the different iterations of 
it, that no dictionary could really cover it. If you want to familiarize 
yourself with Regex, you really need to visit a tutorial site. Heck, even when 
you google how to do something, you will likely get a discussion going as to 
why the first solution posted won?t work right for situation x or y, then 
someone will contradict that person and before you know it 5 or 6 of the people 
who actually KNOW Regex will jump into the fray. You may or may not get a 
really good answer. 

Bob S


> On Nov 23, 2020, at 4:43 PM, Roger Guay via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Unfortunately, there are not enough examples in the dictionary for an amateur 
> like myself to understand it!
> 
> Roger
> 
>> On Nov 23, 2020, at 4:09 PM, Paul Dupuis via use-livecode 
>> <use-livecode@lists.runrev.com> wrote:
>> 
>> All this is why I prefer format() over numberFormat. The function is more 
>> versatile and you get exactly what you specify with less guess work.
>> 
>> On 11/23/2020 6:52 PM, Roger Guay via use-livecode wrote:
>>> Yaknow, this whole thing is confusing. Turns out you don?t even need to set 
>>> the numberFormat.
>>> put 4.21911e+11 + 0 results in 421910000000.
>>> 
>>> Roger
>>> 
>>>> On Nov 23, 2020, at 2:44 PM, Craig newman via use-livecode 
>>>> <use-livecode@lists.runrev.com> wrote:
>>>> 
>>>> Nope.
>>>> 
>>>> The "numberFormat" property is perfectly happy with quotes around its 
>>>> formatExpression. It is also perfectly happy without it. But I always use 
>>>> quotes for things like this.
>>>> 
>>>> Craig
>>>> 
>>>> -----Original Message-----
>>>> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On 
>>>> Behalf Of Roger Guay via use-livecode
>>>> Sent: Monday, November 23, 2020 5:25 PM
>>>> To: How to use LiveCode <use-livecode@lists.runrev.com>
>>>> Cc: Roger Guay <i...@mac.com>
>>>> Subject: Re: Getting a real number from scientific notation
>>>> 
>>>> That works. Thanks, Klaus!
>>>> 
>>>> Roger
>>>> 
>>>> 
>>>> 
>>>>> On Nov 23, 2020, at 1:55 PM, Klaus major-k via use-livecode 
>>>>> <use-livecode@lists.runrev.com> wrote:
>>>>> 
>>>>> Hi Roger,
>>>>> 
>>>>> you forgot + 0 :-)
>>>>> 
>>>>> on MouseUp
>>>>> set the numberformat to 0 # NO quotes around this 0 or LC gives an
>>>>> error  put 4.21911e+11 + 0 End mouseUp
>>>>> 
>>>>> -> 421911000000
>>>>> 
>>>>>> Am 23.11.2020 um 22:50 schrieb Roger Guay via use-livecode 
>>>>>> <use-livecode@lists.runrev.com>:
>>>>>>  on MouseUp
>>>>>>          set the numberformat to  ?0"
>>>>>>          put 4.21911e+11
>>>>>>  End mouseUp
>>>>>> puts 4.21911e+11 into msg box
>>>>>> What am I missing?
>>>>>> 
>>>>>> Roger
>>>>> Best
>>>>> 
>>>>> Klaus
>>>>> 
>>>>> --
>>>>> Klaus Major
>>>>> https://www.major-k.de
>>>>> kl...@major-k.de
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> use-livecode mailing list
>>>>> use-livecode@lists.runrev.com
>>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>>> subscription preferences:
>>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>> _______________________________________________
>>>> use-livecode mailing list
>>>> use-livecode@lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>> 
>>>> 
>>>> _______________________________________________
>>>> use-livecode mailing list
>>>> use-livecode@lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


------------------------------

Message: 4
Date: Mon, 23 Nov 2020 20:25:27 -0500
From: Rick Harrison <harri...@all-auctions.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: LC PayPal Server Integration
Message-ID: <619ee37a-9f99-4740-8262-338c1865f...@all-auctions.com>
Content-Type: text/plain;       charset=us-ascii

Hi, I have noticed that PayPal has changed things rather dramatically since the
last time I used them for accepting payments for my website.

It used to be long ago that you could send your amount, and sales tax
information to PayPal with one button.  Now the easiest way I can
figure how to do this kind of thing involves my having to make
several PayPal buttons in advance, and then use my sales tax
table to determine which button to show to the user to get
PayPal to charge the correct amounts.

How are you integrating LiveCode Server with PayPal these days?
Do you have any good examples?  I find the PayPal website
to be a bit of a morass with all of their different ways of doing things.

Thanks in advance!

Rick





------------------------------

Message: 5
Date: Tue, 24 Nov 2020 13:32:59 +0100
From: Klaus major-k <kl...@major-k.de>
To: LiveCode Developer List <livecode-...@lists.runrev.com>
Cc: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Strange bug
Message-ID: <accdee59-1037-4cb1-a2ae-58182e3c6...@major-k.de>
Content-Type: text/plain;       charset=us-ascii

Hi friends,

FYI: I found a very strange and serious bug, if you have a minute, please take 
a look:
<https://quality.livecode.com/show_bug.cgi?id=22992>
A real showstopper in my opinion!

With an example stack (in my dropbox, my browser does not allow me to select 
a file as attachment!?). Shows the problem clearly on a Mac.
May probably work correctly on Windows, maybe not.


Best

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




------------------------------

Message: 6
Date: Tue, 24 Nov 2020 13:34:34 +0100
From: Klaus major-k <kl...@major-k.de>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Cc: LiveCode Developer List <livecode-...@lists.runrev.com>
Subject: Re: Strange bug
Message-ID: <165b2d81-1306-4b68-b64d-13fbc5258...@major-k.de>
Content-Type: text/plain;       charset=us-ascii



> Am 24.11.2020 um 13:32 schrieb Klaus major-k via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hi friends,
> 
> FYI: I found a very strange and serious bug, if you have a minute, please 
> take a look:
> <https://quality.livecode.com/show_bug.cgi?id=22992>
> A real showstopper in my opinion!
> 
> With an example stack (in my dropbox, my browser does not allow me to select 
> a file as attachment!?). Shows the problem clearly on a Mac.
> May probably work correctly on Windows, maybe not.
> 
> 
> Best
> 
> Klaus

just tested, this is also already happening in LC 5.02!?

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




------------------------------

Message: 7
Date: Tue, 24 Nov 2020 14:17:24 +0100
From: Klaus major-k <kl...@major-k.de>
To: LiveCode Developer List <livecode-...@lists.runrev.com>
Cc: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Strange bug
Message-ID: <bf911b93-742d-4e86-9403-50a21b453...@major-k.de>
Content-Type: text/plain;       charset=us-ascii

Hi Matthias,

> Am 24.11.2020 um 14:02 schrieb Klaus major-k <kl...@major-k.de>:
> 
> Hi Matthias,
> 
>> Am 24.11.2020 um 13:46 schrieb improve-revolution-010...@m-r-d.de:
>> 
>> May this is because the drapDrop message is still processed or how this is 
>> called in english.
> 
> yes, that is what I think, too.
> 
>> As a workaround couldn't you use something like this
>> send "importMe" && pURL&&",Rental M1" to me in 50 milliseconds 
>> in the DragDrop handler instead of calling importMe directly?
> 
> thank you, will try this.
> 
> I already tried this as first line in the importme handler:
> -> wait 1 secs with messages
> But that did not help.
> 
>> Matthias Rebbe

YES, that did the trick, thanks a lot! :-)
Will add this as a comment to the bug report.


Best

Klaus

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




------------------------------

Message: 8
Date: Tue, 24 Nov 2020 08:44:53 -0500
From: Paul Dupuis <p...@researchware.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: LC9.6.2rc build issues?
Message-ID: <fa021fe0-b399-f281-ca62-1bd7ce7b4...@researchware.com>
Content-Type: text/plain; charset=utf-8; format=flowed

So, I have a large applications. Under 9.6.1 STABLE I open the main 
stack and build the standalone (Windows and macOS) without issue.

I just tried it under 9.6.2rc1 and I get an infinite loop of "duplicate 
stacks" errors and it keeps trying to reload the app over and over?!?!? 
I had to force quit (on Windows 10).

Any one else have any problems?



------------------------------

Message: 9
Date: Tue, 24 Nov 2020 08:54:11 -0500
From: Paul Dupuis <p...@researchware.com>
To: use-livecode@lists.runrev.com
Subject: Re: LC9.6.2rc build issues?
Message-ID: <8640f5d3-5603-fd93-224b-a19309c87...@researchware.com>
Content-Type: text/plain; charset=utf-8; format=flowed

okay, this did not happen the next time I tried. The first time I have 
made a number of changes to two substacks in the mainstack (and saved) 
and then tried building the standalone and got the errors and loop.

The second time I made no changes. I just opened the mainstack (and let 
the app startup) and then build the standalones using 962rc1 and it worked.

I have to try making changes again and see if I can get the issue to 
repeat itself.


On 11/24/2020 8:44 AM, Paul Dupuis via use-livecode wrote:
> So, I have a large applications. Under 9.6.1 STABLE I open the main 
> stack and build the standalone (Windows and macOS) without issue.
>
> I just tried it under 9.6.2rc1 and I get an infinite loop of 
> "duplicate stacks" errors and it keeps trying to reload the app over 
> and over?!?!? I had to force quit (on Windows 10).
>
> Any one else have any problems?
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




------------------------------

Message: 10
Date: Tue, 24 Nov 2020 09:06:04 -0500
From: Paul Dupuis <p...@researchware.com>
To: use-livecode@lists.runrev.com
Subject: Re: LC9.6.2rc build issues?
Message-ID: <83921091-8427-4fba-1647-61abd889b...@researchware.com>
Content-Type: text/plain; charset=utf-8; format=flowed

On 11/24/2020 8:54 AM, Paul Dupuis via use-livecode wrote:
> I have to try making changes again and see if I can get the issue to 
> repeat itself. 

Now trying to repeat the build issue in LC962rc1, I made an edit to a 
button script. Applied the change, closed the substack window (getting 
prompted to save my changes), and the LC just exited.

Then trying a 3rd time, everything worked as expected.

Maybe it was a bad preferences file that fixed itself or .... gremlins!





------------------------------

Message: 11
Date: Tue, 24 Nov 2020 14:24:53 -0000
From: Ben Rubinstein <benr...@cogapp.com>
To: Use LiveCode <use-livecode@lists.runrev.com>
Subject: Mac standalone install in menu bar
Message-ID: <80eb9362-e21c-532b-81b4-a40039e0e...@cogapp.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Is it possible to create an using LC that once launched installs itself in the 
menu bar?

TIA,

Ben



------------------------------

Message: 12
Date: Tue, 24 Nov 2020 10:36:12 -0500
From: Skip Kimpel <skiplon...@gmail.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: MP3 ID3 tag writer
Message-ID:
        <CAO8Ty4OKJtEuFKM=itAOB-n-Oabyy04p1QCiOZ=ptz1-fha...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Has anybody written a library for this?  Looking to write ID3 tags for mp3
files including the addition to mp3 artwork.

Thoughts?

SKIP


------------------------------

Message: 13
Date: Tue, 24 Nov 2020 17:57:36 +0200
From: Richmond <richmondmathew...@gmail.com>
To: Klaus major-k via use-livecode <use-livecode@lists.runrev.com>
Subject: Re: Strange bug
Message-ID: <e7f5f0c2-cdb4-9685-68c2-bbd9a1b18...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Yes, as described (LC 9.6.1, macOS 11.1 Beta).

On 24.11.20 14:32, Klaus major-k via use-livecode wrote:
> Hi friends,
>
> FYI: I found a very strange and serious bug, if you have a minute, please 
> take a look:
> <https://quality.livecode.com/show_bug.cgi?id=22992>
> A real showstopper in my opinion!
>
> With an example stack (in my dropbox, my browser does not allow me to select
> a file as attachment!?). Shows the problem clearly on a Mac.
> May probably work correctly on Windows, maybe not.
>
>
> Best
>
> Klaus
> --
> Klaus Major
> https://www.major-k.de
> kl...@major-k.de
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




------------------------------

Message: 14
Date: Tue, 24 Nov 2020 16:59:08 +0100
From: matthias_livecode_150...@m-r-d.de
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: MP3 ID3 tag writer
Message-ID: <83695b80-8cd5-47df-97f5-14625b0d2...@m-r-d.de>
Content-Type: text/plain;       charset=us-ascii

The late Mark Smith (the Bass Player) had written a library.

http://marksmith.on-rev.com/revstuff/files/libID3.zip

Here's an overview of his rev stacks:

http://marksmith.on-rev.com/revstuff/

-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 24.11.2020 um 16:36 schrieb Skip Kimpel via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Has anybody written a library for this?  Looking to write ID3 tags for mp3
> files including the addition to mp3 artwork.
> 
> Thoughts?
> 
> SKIP
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




------------------------------

Message: 15
Date: Tue, 24 Nov 2020 17:01:16 +0100
From: matthias_livecode_150...@m-r-d.de
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Mac standalone install in menu bar
Message-ID: <802b12e4-ebf5-4da6-859d-b0f656628...@m-r-d.de>
Content-Type: text/plain;       charset=us-ascii

On Mac there is the Mac Status Menu library available in  LC9.6 and lower.


Regards,
Matthias


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 24.11.2020 um 15:24 schrieb Ben Rubinstein via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Is it possible to create an using LC that once launched installs itself in 
> the menu bar?
> 
> 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




------------------------------

Message: 16
Date: Tue, 24 Nov 2020 17:09:03 +0100
From: matthias_livecode_150...@m-r-d.de
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: MP3 ID3 tag writer
Message-ID: <14159c24-3124-4cdf-838e-25de88024...@m-r-d.de>
Content-Type: text/plain;       charset=us-ascii

I just noticed, that the files are not available anymore.

I've uploaded a zip archive of those files here

https://dl.qck.nu/?dl=MarkSmith.zip


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 24.11.2020 um 16:59 schrieb matthias rebbe via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> The late Mark Smith (the Bass Player) had written a library.
> 
> http://marksmith.on-rev.com/revstuff/files/libID3.zip
> 
> Here's an overview of his rev stacks:
> 
> http://marksmith.on-rev.com/revstuff/
> 
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
> 
>> Am 24.11.2020 um 16:36 schrieb Skip Kimpel via use-livecode 
>> <use-livecode@lists.runrev.com>:
>> 
>> Has anybody written a library for this?  Looking to write ID3 tags for mp3
>> files including the addition to mp3 artwork.
>> 
>> Thoughts?
>> 
>> SKIP
>> _______________________________________________
>> use-livecode mailing list
>> use-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




------------------------------

Message: 17
Date: Tue, 24 Nov 2020 16:54:11 +0000
From: Bob Sneidar <bobsnei...@iotecdigital.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Subject: Re: Strange bug
Message-ID: <a917706d-7b43-4f4d-814a-f032bac4a...@iotecdigital.com>
Content-Type: text/plain; charset="utf-8"

I will attest to the fact that strange things happen with drag drop and not 
just with Livecode. For instance if I drag a PDF to a mounted share, often, but 
not every time, Mail becomes unresponsive and I have to quit it and relaunch 
it. Also when drag dropping files from the Finder onto a Livecode object I get 
the ?snap back? visual, and then the next drag drop operation will not work 
until I click the title bar of the LC window I am dragging to, or else move the 
window in some way. 

Bob S


> On Nov 24, 2020, at 4:32 AM, Klaus major-k via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Hi friends,
> 
> FYI: I found a very strange and serious bug, if you have a minute, please 
> take a look:
> <https://quality.livecode.com/show_bug.cgi?id=22992>
> A real showstopper in my opinion!
> 
> With an example stack (in my dropbox, my browser does not allow me to select 
> a file as attachment!?). Shows the problem clearly on a Mac.
> May probably work correctly on Windows, maybe not.
> 
> 
> Best
> 
> Klaus
> --
> Klaus Major
> https://www.major-k.de
> kl...@major-k.de
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


------------------------------

Subject: Digest Footer

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-livecode


------------------------------

End of use-livecode Digest, Vol 206, Issue 28
*********************************************

_______________________________________________
use-livecode mailing list
use-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: use-livecode Digest, Vol 206, Issue 28 Ben Helder via use-livecode

Reply via email to