Re: ANN MasterLibrary Version 45 now available.

2015-09-19 Thread Magicgate Software - Skip Kimpel
As always, thank you Michael! SKIP KIMPEL On Fri, Sep 18, 2015 at 10:49 AM, Michael Doub wrote: > I made some adjustments to take into account the new reserved words of 7.1 > and 8.0. You can find the current version here: > >

ANN MasterLibrary Version 45 now available.

2015-09-18 Thread Michael Doub
I made some adjustments to take into account the new reserved words of 7.1 and 8.0. You can find the current version here: https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 -= Mike Release 45 * Added ArrayEncodeVersion - This function will return the livecode

ANN: MasterLibrary

2014-11-06 Thread Mike Doub
Hello all. I assume that most of you have collected scripts over the years and have created many versions of libraries. Well, I finally got around to organizing the set that I had collected. What may be different, is that I did it in such a way as you can select the routines that you

Re: ANN: MasterLibrary

2014-11-06 Thread Peter Haworth
Hi Mike, That is an excellent concept, thank you! I haven't fully examined the scripts yet but did come across one runtime error at line 240 if card LibMgr. The error occurred because stack x is password protected. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser

Re: ANN: MasterLibrary

2014-11-06 Thread Mike Doub
Thanks Peter, Good Catch. I never even thought about password protected stacks. As soon as I figure out how to tell if a stack is protected, I will put out an update. Regards, Mike On 11/6/14 12:37 PM, Peter Haworth wrote: Hi Mike, That is an excellent concept, thank you! I

Re: ANN: MasterLibrary

2014-11-06 Thread Mike Doub
Version 5 is now available. It checks to see if a stack is password protected and if so, it ignore it. -= Mike On 11/6/14 1:54 PM, Mike Doub wrote: Thanks Peter, Good Catch. I never even thought about password protected stacks. As soon as I figure out how to tell if a stack is

Re: ANN: MasterLibrary

2014-11-06 Thread Devin Asay
On Nov 6, 2014, at 12:31 PM, Mike Doub miked...@gmail.com wrote: Version 5 is now available. It checks to see if a stack is password protected and if so, it ignore it. You beat me to it, I see. :) Devin Devin Asay Office of Digital Humanities Brigham Young University

Re: ANN: MasterLibrary

2014-11-06 Thread Devin Asay
On Nov 6, 2014, at 11:54 AM, Mike Doub miked...@gmail.com wrote: Thanks Peter, Good Catch. I never even thought about password protected stacks. As soon as I figure out how to tell if a stack is protected, I will put out an update. Mike, I ran into the same thing. I just added an

Re: ANN: MasterLibrary

2014-11-06 Thread Mike Doub
I am glad you all picked up on this. I suspect that a lot of folks might run into this, so I wanted to fix it quickly. I just don't have many password protected stacks, so I did not hit it myself. -= Mike On 11/6/14 2:36 PM, Devin Asay wrote: On Nov 6, 2014, at 12:31 PM, Mike Doub

Re: ANN: MasterLibrary

2014-11-06 Thread Peter Haworth
I'll see if I can dig up the handler I use to check it out and prompt for the password... then I can donate it! Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Thu, Nov 6, 2014 at

Re: ANN: MasterLibrary

2014-11-06 Thread FlexibleLearning.com
Here you go... Try Get the script of stack pStk Put false into isProtected Catch tErr Put true into isProtected End try Hugh Senior FLCo Peter Haworth wrote: I'll see if I can dig up the handler I use to check it out and prompt for the password... then I can donate it! Pete lcSQL