nabble babble

2017-03-23 Thread James Hale via use-livecode
With the change in how nabble reports posts to the list I have now gone across 
to google's archive.
https://www.mail-archive.com/use-livecode@lists.runrev.com/
Seems just as functional and clearly shows who posted what.
To submit to the list I still prefer to use my mail client.
To search the lists I prefer to do so locally. I download the monthly archives 
and import them into Eaglefiler (I am on a Mac). 
It provides very good searching functionality and a clear listing of hits etc.

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


Re: D3 LiveCode Chart Examples

2017-03-23 Thread Matt Maier via use-livecode
I get a "this repository is empty" message.

On Thu, Mar 23, 2017 at 10:06 PM, Todd Fabacher via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Facebook people had expressed a desire to work with D3 and LiveCode. So,
> here is the D3 LiveCode Chart Examples on github:
> https://github.com/digitalpomegranate/D3-Livecode-Charts
>
> --Todd Fabacher & Digital Pomegranate Tame
> ___
> 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


D3 LiveCode Chart Examples

2017-03-23 Thread Todd Fabacher via use-livecode
On Facebook people had expressed a desire to work with D3 and LiveCode. So,
here is the D3 LiveCode Chart Examples on github:
https://github.com/digitalpomegranate/D3-Livecode-Charts

--Todd Fabacher & Digital Pomegranate Tame
___
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


Fwd: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
It's pretty easy, actually.  You can check out my repo, if you like,
because that's where I'd put the routines if I do it.  I've already got
some community routines in there, but I haven't gone nuts with it, yet.
https://github.com/macMikey

The biggest thing to discuss is what routines should be grouped together
into the same script file and which script files should be part of the same
repo.  More repos means more flexibility, but it also means that people are
having to pull more code, if something ever changes.


On Thu, Mar 23, 2017 at 9:55 PM, Mike Doub via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Guys,  I would love to get the contents of the Master Library into
> github,  but that is beyond my technical ability.
>
> I created the library so I had 1) an index/table of contents and 2) the
> ability to only pull into my projects what I needed.   I also wanted to
> give back to the people on this list that had helped me for so long.
>
> If you can figure our how to do it,  I'm game,  but you will have teach
> this old dog some new tricks.
>
> -= Mike
>
>
>
>
>   Original Message
> From: use-livecode@lists.runrev.com
> Sent: March 23, 2017 9:38 PM
> To: use-livecode@lists.runrev.com
> Reply-to: use-livecode@lists.runrev.com
> Cc: ambassa...@fourthworld.com
> Subject: Re: Libraries To Contribute
>
> Mike Kerner wrote:
>
> > The code was relatively easy.  What I was more interested in was
> > either building or finding a central repo for a library of routines.
>
> Right now the most comprehensive collection I know of is Michael Doub's
> Master Library:
> https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0
>
> It might be nice if that was extended to pull from Github resources - a
> good community project perhaps?
>
> In lieu of that, posting it on Github is very useful:  easy to search,
> and the more LC repos we see the more likely we'll see LiveCode on the
> TIOBE index more often.
>
> In fact, any and all LiveCode resources clearly marked as being about
> "LiveCode" will help LC get the attention it deserves on the TIOBE Index:
> https://www.tiobe.com/tiobe-index/programming-languages-definition/
>
> --
>   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
>



-- 
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


Re: Libraries To Contribute

2017-03-23 Thread Mike Doub via use-livecode
Guys,  I would love to get the contents of the Master Library into github,  but 
that is beyond my technical ability.  

I created the library so I had 1) an index/table of contents and 2) the ability 
to only pull into my projects what I needed.   I also wanted to give back to 
the people on this list that had helped me for so long.  

If you can figure our how to do it,  I'm game,  but you will have teach this 
old dog some new tricks.  

-= Mike




  Original Message  
From: use-livecode@lists.runrev.com
Sent: March 23, 2017 9:38 PM
To: use-livecode@lists.runrev.com
Reply-to: use-livecode@lists.runrev.com
Cc: ambassa...@fourthworld.com
Subject: Re: Libraries To Contribute

Mike Kerner wrote:

> The code was relatively easy.  What I was more interested in was
> either building or finding a central repo for a library of routines.

Right now the most comprehensive collection I know of is Michael Doub's 
Master Library:
https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0

It might be nice if that was extended to pull from Github resources - a 
good community project perhaps?

In lieu of that, posting it on Github is very useful:  easy to search, 
and the more LC repos we see the more likely we'll see LiveCode on the 
TIOBE index more often.

In fact, any and all LiveCode resources clearly marked as being about 
"LiveCode" will help LC get the attention it deserves on the TIOBE Index:
https://www.tiobe.com/tiobe-index/programming-languages-definition/

--
  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

Re: Libraries To Contribute

2017-03-23 Thread Richard Gaskin via use-livecode

Mike Kerner wrote:

> The code was relatively easy.  What I was more interested in was
> either building or finding a central repo for a library of routines.

Right now the most comprehensive collection I know of is Michael Doub's 
Master Library:

https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0

It might be nice if that was extended to pull from Github resources - a 
good community project perhaps?


In lieu of that, posting it on Github is very useful:  easy to search, 
and the more LC repos we see the more likely we'll see LiveCode on the 
TIOBE index more often.


In fact, any and all LiveCode resources clearly marked as being about 
"LiveCode" will help LC get the attention it deserves on the TIOBE Index:

https://www.tiobe.com/tiobe-index/programming-languages-definition/

--
 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


Re: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
Anyway, Richard, to answer your other question, the problem is that
revCopyFolder copies not just the contents of the source folder but the
source folder as well, and I didn't figure out a way to copy just the
contents, so I wrote something to do it.

On Thu, Mar 23, 2017 at 9:00 PM, Mike Kerner 
wrote:

> The code was relatively easy.  What I was more interested in was either
> building or finding a central repo for a library of routines.  Trevor built
> a stack that has a bunch of routines in it, but in the age of git, I'd like
> to have something that we put in there for everyone to point to.  I've put
> a few things in git, already.  I just want it to be a lot bigger.
>
> On Thu, Mar 23, 2017 at 7:50 PM, Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Mike Kerner wrote:
>>
>> > I went looking, today, for a routine to recursively copy folders and
>> > files from one place to another.  I have several LC libraries, but
>> > none of them seemed to have such a routine.  All of those libraries
>> > are in stacks.
>>
>> Will the built-in revCopyFolder command do what you need?
>>
>> If you need to handler copying over networks try rsync.
>>
>> --
>>  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
>>
>
>
>
> --
> 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."
>



-- 
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


Re: [ANN] tinyDictionary

2017-03-23 Thread Mike Kerner via use-livecode
Oh, yes, and one more thing:  We need to bring back user additions and
owner addendums/notes.

On Thu, Mar 23, 2017 at 7:45 PM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Mike Kerner wrote:
>
> > I want this to be my official dictionary.
>
> With my free Devolution toolkit you can chose between LC's default tools
> or any plugin you want for essentials like that:
>
> http://fourthworld.com/products/devolution/
>
> --
>  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
>



-- 
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


Re: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
The code was relatively easy.  What I was more interested in was either
building or finding a central repo for a library of routines.  Trevor built
a stack that has a bunch of routines in it, but in the age of git, I'd like
to have something that we put in there for everyone to point to.  I've put
a few things in git, already.  I just want it to be a lot bigger.

On Thu, Mar 23, 2017 at 7:50 PM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Mike Kerner wrote:
>
> > I went looking, today, for a routine to recursively copy folders and
> > files from one place to another.  I have several LC libraries, but
> > none of them seemed to have such a routine.  All of those libraries
> > are in stacks.
>
> Will the built-in revCopyFolder command do what you need?
>
> If you need to handler copying over networks try rsync.
>
> --
>  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
>



-- 
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


Re: iOS SDK Question

2017-03-23 Thread Glen Bojsza via use-livecode
Hi Paul,
It looks like you are correct and so I have started the massive download.

I assume that once installed I would then do an "add entry" in 
Livecode-->Preferences-->Mobile and select the /Applications/Xcode

This should then find the SDK in the contents of Xcode...

Please let me know if I missed anything.

thanks,

Glen

> On Mar 23, 2017, at 8:10 PM, Paul Hibbert via use-livecode 
>  wrote:
> 
> AFAIK the iOS SDK comes with the particular flavour of Xcode and you need to 
> have the correct version of Xcode to match the version of LC on your choice 
> of OS, if you go to Help > Release Notes the version you need is listed under 
> the iOS Platform Support section, about page 4 I think, or bookmark this link 
> for future ref:
> 
> https://livecode.com/support/ask-a-question/what-iosxcode-version-matches-which-version-of-livecode/
>  
> 
> 
> According to this list, it appears that you need to use Xcode 7.3
> 
> Almost every time Xcode or LiveCode updates the connection breaks, so once 
> you have a working combination it’s worth making sure you have a good 
> back-up, especially considering Xcode is over 4.5GB. It also helps to turn 
> off auto software updates and manage them manually.
> 
> Paul
> 
>> On 23 Mar 2017, at 13:20, Glen Bojsza via use-livecode 
>>  wrote:
>> 
>> Hello,
>> 
>> I currently have Livecode Indy 8.0.1 and am running on OS X 10.11.5 (El
>> Capitan) with Xcode Version 8.0 (8A218a).
>> 
>> When I go to generate a standalone I get the following error message:
>> 
>> *In order to perform device builds you need to have iOS 9.3 SDK configured.*
>> *- iOS  9.3 comes with Xcode 7.3*
>> 
>> 
>> How do I find what version of SDK I have and in Livecode Preferences what
>> is the location I can add the entry for the SDK?
>> 
>> Years ago in Livecode 5 it seemed that Livecode knew all the SDK Versions
>> available and the preferences reflected this?
>> 
>> regards,
>> 
>> Glen
>> ___
>> 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: Customer database stack for FastSpring, etc?

2017-03-23 Thread tbodine via use-livecode
Thanks, Richard. What you described will certainly work for future customer
records. But my main challenge is to take many years of past data stored in
tab-delimited spreadsheet files from various ecommerce vendors and bring all
that data together in one place where it will be easily searched and sorted.
I thought someone might have created a customer contact tool in Livecode
that would be suitable.

Thanks,
Tom B.



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Customer-database-stack-for-FastSpring-etc-tp4713278p4713291.html
Sent from the Revolution - User mailing list archive at Nabble.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


Re: iOS SDK Question

2017-03-23 Thread Paul Hibbert via use-livecode
AFAIK the iOS SDK comes with the particular flavour of Xcode and you need to 
have the correct version of Xcode to match the version of LC on your choice of 
OS, if you go to Help > Release Notes the version you need is listed under the 
iOS Platform Support section, about page 4 I think, or bookmark this link for 
future ref:

https://livecode.com/support/ask-a-question/what-iosxcode-version-matches-which-version-of-livecode/
 


According to this list, it appears that you need to use Xcode 7.3

Almost every time Xcode or LiveCode updates the connection breaks, so once you 
have a working combination it’s worth making sure you have a good back-up, 
especially considering Xcode is over 4.5GB. It also helps to turn off auto 
software updates and manage them manually.

Paul

> On 23 Mar 2017, at 13:20, Glen Bojsza via use-livecode 
>  wrote:
> 
> Hello,
> 
> I currently have Livecode Indy 8.0.1 and am running on OS X 10.11.5 (El
> Capitan) with Xcode Version 8.0 (8A218a).
> 
> When I go to generate a standalone I get the following error message:
> 
> *In order to perform device builds you need to have iOS 9.3 SDK configured.*
> *- iOS  9.3 comes with Xcode 7.3*
> 
> 
> How do I find what version of SDK I have and in Livecode Preferences what
> is the location I can add the entry for the SDK?
> 
> Years ago in Livecode 5 it seemed that Livecode knew all the SDK Versions
> available and the preferences reflected this?
> 
> regards,
> 
> Glen
> ___
> 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: Libraries To Contribute

2017-03-23 Thread Richard Gaskin via use-livecode

Mike Kerner wrote:

> I went looking, today, for a routine to recursively copy folders and
> files from one place to another.  I have several LC libraries, but
> none of them seemed to have such a routine.  All of those libraries
> are in stacks.

Will the built-in revCopyFolder command do what you need?

If you need to handler copying over networks try rsync.

--
 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


Re: [ANN] tinyDictionary

2017-03-23 Thread Richard Gaskin via use-livecode

Mike Kerner wrote:

> I want this to be my official dictionary.

With my free Devolution toolkit you can chose between LC's default tools 
or any plugin you want for essentials like that:


http://fourthworld.com/products/devolution/

--
 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


Re: [ANN] tinyDictionary

2017-03-23 Thread BNig via use-livecode
Sorry Bob,

I fell foul of Nabble, it is unfortunately broken since the bouncing issue
was resolved.

Since I am on digest for the use-list I use Nabble to post and see current
activity. 

Too bad it is broken since the only other repository that lets you post I
know is gmane that is rebuilding and has not added Livecode yet.

Kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/ANN-tinyDictionary-tp4713256p4713287.html
Sent from the Revolution - User mailing list archive at Nabble.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


Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
I went looking, today, for a routine to recursively copy folders and files
from one place to another.  I have several LC libraries, but none of them
seemed to have such a routine.  All of those libraries are in stacks.

So...
a) Does anyone have a git repo with LC libraries/routines in it
b) If not, I'd like to start one, and I'd be looking for contributions to
it, please.

-- 
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


Re: [ANN] tinyDictionary

2017-03-23 Thread Devin Asay via use-livecode

On Mar 23, 2017, at 2:33 PM, BNig via use-livecode 
> wrote:

Bob Sneidar via use-livecode wrote
Then please also make sure to submit this to Edinburgh.  I want this to be
my official dictionary.

Thanks Bob,

I think the LiveCode people did a pretty good job reorganizing the
dictionary. The new dictionary, once getting used to it, offers the
different dictionaries in a structured way.

It takes just a lot of screen estate if you don't use a 28 inch monitor.

The scope of tinyDictionary is different: a bare bone dictionary for
developers who know what they are looking for.

So I will not submit this to Edinburgh.

I wrote tinyDictionary also because we had quite some suggestions for
community projects that did not materialize. I wanted to give it a try and
see how far I would get. There was helpful input from the community, not all
of it made it into tinyDict.

The Livecode Dictionary has other problems: more than 3000 files that need
some attention/correction/reformatting. Luckily not all of them but there
are enough. If you find some funny stuff in tinyDictionary please check
against the LiveCode dictionary whether it also looks funny there. Then you
have a good chance to look at an entry that needs care.

Devin Asay is doing a tremendous job at correcting the dictionary.
This could really be something where other native speakers of the community
could help. It is tedious, you have to learn the format and you have to get
familiar with GitHub. But even GitHub is doable :)

Bernd, thanks for your work on this, and for your kind words. If anyone finds 
anything in the Dictionary that doesn’t look right, or read right, or just 
seems inaccurate, please do submit a bug report. They are usually simple and 
quick to fix. I’d also welcome anyone who wants to try their hand at joining 
the open source effort by submitting dictionary fixes. I have created some 
step-by-step guides to help you and would be happy to get you started.

Plus if you get a dictionary change accepted you get to see your name in This 
Week in LiveCode! :)

Devin Asay
Director
Office of Digital Humanities
Brigham Young University

___
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] tinyDictionary

2017-03-23 Thread Bob Sneidar via use-livecode
Just one problem. I didn't write that. 

Bob S


> On Mar 23, 2017, at 13:33 , BNig via use-livecode 
>  wrote:
> 
> Bob Sneidar via use-livecode wrote
>> Then please also make sure to submit this to Edinburgh.  I want this to be
>> my official dictionary.
> 
> Thanks Bob,


___
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] tinyDictionary

2017-03-23 Thread Mike Kerner via use-livecode
The other issues with the existing official dictionary involve the
bootstrap framework, and those are not easy to address without ripping out
bootstrap.  While we are on the topic of a large monitor, that does not fix
the issues.  Indeed, on a larger monitor, the dictionary will get worse,
due to bootstrap's 7-column setup.  The bezels get to be gigantic except
within very narrow ranges.  You can do what you want, Bernd, but this is a
far better dictionary than what is packaged with LC, and certainly better
than I could have built if I had continued on what started as my quest to
submit a pull request to replace the existing dictionary, so I hope you
change your mind.

On Thu, Mar 23, 2017 at 4:33 PM, BNig via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Bob Sneidar via use-livecode wrote
> > Then please also make sure to submit this to Edinburgh.  I want this to
> be
> > my official dictionary.
>
> Thanks Bob,
>
> I think the LiveCode people did a pretty good job reorganizing the
> dictionary. The new dictionary, once getting used to it, offers the
> different dictionaries in a structured way.
>
> It takes just a lot of screen estate if you don't use a 28 inch monitor.
>
> The scope of tinyDictionary is different: a bare bone dictionary for
> developers who know what they are looking for.
>
> So I will not submit this to Edinburgh.
>
> I wrote tinyDictionary also because we had quite some suggestions for
> community projects that did not materialize. I wanted to give it a try and
> see how far I would get. There was helpful input from the community, not
> all
> of it made it into tinyDict.
>
> The Livecode Dictionary has other problems: more than 3000 files that need
> some attention/correction/reformatting. Luckily not all of them but there
> are enough. If you find some funny stuff in tinyDictionary please check
> against the LiveCode dictionary whether it also looks funny there. Then you
> have a good chance to look at an entry that needs care.
>
> Devin Asay is doing a tremendous job at correcting the dictionary.
> This could really be something where other native speakers of the community
> could help. It is tedious, you have to learn the format and you have to get
> familiar with GitHub. But even GitHub is doable :)
>
>
> >> I want this to be my official dictionary.
>
> That is very easy, just rename the stack to myTinyOfficialDictionary :)
>
>
> I will upload new versions to Livecodeshare as needed. This should get you
> there
> http://livecodeshare.runrev.com/stack/825/
>
>
> Kind regards
> Bernd
>
>
>
> --
> View this message in context: http://runtime-revolution.
> 278305.n4.nabble.com/ANN-tinyDictionary-tp4713256p4713282.html
> Sent from the Revolution - User mailing list archive at Nabble.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
>



-- 
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


Re: [ANN] tinyDictionary

2017-03-23 Thread BNig via use-livecode
Bob Sneidar via use-livecode wrote
> Then please also make sure to submit this to Edinburgh.  I want this to be
> my official dictionary.

Thanks Bob,

I think the LiveCode people did a pretty good job reorganizing the
dictionary. The new dictionary, once getting used to it, offers the
different dictionaries in a structured way.

It takes just a lot of screen estate if you don't use a 28 inch monitor.

The scope of tinyDictionary is different: a bare bone dictionary for
developers who know what they are looking for.

So I will not submit this to Edinburgh.

I wrote tinyDictionary also because we had quite some suggestions for
community projects that did not materialize. I wanted to give it a try and
see how far I would get. There was helpful input from the community, not all
of it made it into tinyDict.

The Livecode Dictionary has other problems: more than 3000 files that need
some attention/correction/reformatting. Luckily not all of them but there
are enough. If you find some funny stuff in tinyDictionary please check
against the LiveCode dictionary whether it also looks funny there. Then you
have a good chance to look at an entry that needs care.

Devin Asay is doing a tremendous job at correcting the dictionary.
This could really be something where other native speakers of the community
could help. It is tedious, you have to learn the format and you have to get
familiar with GitHub. But even GitHub is doable :)


>> I want this to be my official dictionary.

That is very easy, just rename the stack to myTinyOfficialDictionary :)


I will upload new versions to Livecodeshare as needed. This should get you
there
http://livecodeshare.runrev.com/stack/825/


Kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/ANN-tinyDictionary-tp4713256p4713282.html
Sent from the Revolution - User mailing list archive at Nabble.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


iOS SDK Question

2017-03-23 Thread Glen Bojsza via use-livecode
Hello,

I currently have Livecode Indy 8.0.1 and am running on OS X 10.11.5 (El
Capitan) with Xcode Version 8.0 (8A218a).

When I go to generate a standalone I get the following error message:

*In order to perform device builds you need to have iOS 9.3 SDK configured.*
*- iOS  9.3 comes with Xcode 7.3*


How do I find what version of SDK I have and in Livecode Preferences what
is the location I can add the entry for the SDK?

Years ago in Livecode 5 it seemed that Livecode knew all the SDK Versions
available and the preferences reflected this?

regards,

Glen
___
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: Customer database stack for FastSpring, etc?

2017-03-23 Thread Richard Gaskin via use-livecode

tbodine wrote:

> Anyone know of a stack designed to import and manage customer data
> from ecommerce services such as FastSpring and Plimus?

I only quickly skimmed their dev sites, but it seems both offer REST 
APIs using Basic Auth with JSON payloads.


What issues have you run into working with those?

--
 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


Re: [ANN] tinyDictionary

2017-03-23 Thread Mike Kerner via use-livecode
Then please also make sure to submit this to Edinburgh.  I want this to be
my official dictionary.

On Wed, Mar 22, 2017 at 8:41 PM, BNig via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Skip Kimpel via use-livecode wrote
> > On 03/22/2017 12:46 PM, BNig via use-livecode wrote:
> >
> >> Hi Mark,
> >>
> >> tinyDictionary tries on preopenCard -> loadPreferences to find via
> >>  put specialFolderPath("support") into tFolderSupport
> >> an "application support" folder and there a "LcTinyDict" folder where it
> >> tries to create a txt file "tinyPrefs.txt"
> >>
> >> This is in the card script.
> >>
> >> If it can not create the folder then the alert appears. I don't know
> >> anything about Linux and where that folder might be. Or may be it is a
> >> permission thing?
> >
> > Ah.
> > The good folks at LC haven't found it neccesary to allow more than a
> > handful of folderIdentifiers for linux. And in spite of what the
> > documentation says, the result is *not* set to "folder not found" when a
> > non-supported or nonexistent folderIdentifier is specified - it's just
> > empty, which is somewhat less useful.
> >
> > I default saving preferences files to the directory where the saving
> > stack lives, and normally that's my user Plugins folder, and I use the
> > undocumented (http://quality.livecode.com/show_bug.cgi?id=16189)
> > revEnvironmentUserPluginsPath() function to get those.
> >
> > --
> >   Mark Wieder
> >
>
> > ahsoftware@
>
>
> Thanks Mark,
> I will try to implement revEnvironmentUserPluginsPath() function for Linux
> in the next version
>
> Kind regards
> Bernd
>
>
>
> --
> View this message in context: http://runtime-revolution.
> 278305.n4.nabble.com/ANN-tinyDictionary-tp4713256p4713274.html
> Sent from the Revolution - User mailing list archive at Nabble.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
>



-- 
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


Customer database stack for FastSpring, etc?

2017-03-23 Thread tbodine via use-livecode
Hi Livecoders.

Anyone know of a stack designed to import and manage customer data from
ecommerce services such as FastSpring and Plimus? 

Thanks,
Tom B.



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Customer-database-stack-for-FastSpring-etc-tp4713278.html
Sent from the Revolution - User mailing list archive at Nabble.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


Re: New Iteration of cleanASCII

2017-03-23 Thread Bob Sneidar via use-livecode
I had a condition there I didn't need (there) so I moved it but forgot to 
delete the break. 

Bob S


> On Mar 23, 2017, at 07:23 , Tiemo Hollmann TB via use-livecode 
>  wrote:
> 
> Hi Bob, nice function.
> Just for my interest, what is the function of the leading "break" in the
> switch control structure? It doesn't seem to bother, but any advantage?
> Tiemo


___
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: New Iteration of cleanASCII

2017-03-23 Thread Bob Sneidar via use-livecode
Probably a typo. 

Bob S


> On Mar 23, 2017, at 07:23 , Tiemo Hollmann TB via use-livecode 
>  wrote:
> 
> Hi Bob, nice function.
> Just for my interest, what is the function of the leading "break" in the
> switch control structure? It doesn't seem to bother, but any advantage?
> Tiemo


___
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


AW: New Iteration of cleanASCII

2017-03-23 Thread Tiemo Hollmann TB via use-livecode
Hi Bob, nice function.
Just for my interest, what is the function of the leading "break" in the
switch control structure? It doesn't seem to bother, but any advantage?
Tiemo


-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag
von Bob Sneidar via use-livecode
Gesendet: Mittwoch, 22. März 2017 23:21
An: How to use LiveCode 
Cc: Bob Sneidar 
Betreff: Re: New Iteration of cleanASCII

cleanASCII(pString, pModeList, pCustomChars)

Belay my last. I refactored the whole thing to be much more robust. Pass a
string, a modelist and a custom list. This will act as a simple regex
character filter for any string you pass it. (Great for filtering out
hidden/non-printing characters!) If you only pass it a string and no
arguements, it will return uppercase, lowercase, numbers and spaces. 

The modelist can be any items in
"tabs,newlines,returns,spaces,numbers,lowercase,uppercase,symbols,custom".
If the modelist contains "custom" then pass any other characters you want to
include in pCustomList. 

Modifications welcome, but remember this is just a character by character
filter and NOT a full blown regex replacement. That would put me in the
funny farm for sure. 

Bob S


function cleanASCII pString, pModeList, pCustomChars
   if pModeList is empty then
  put " 0-9a-zA-Z" into tAllowedChars
   end if
   
   repeat for each item pMode in pModeList
  switch
break
 case "tabs" is in pMode
put "\t" after tAllowedChars
break
 case "newlines" is in pMode
put "\n" after tAllowedChars
break
 case "returns" is in pMode
put "\r" after tAllowedChars
break
 case "spaces" is in pMode
put " " after tAllowedChars
break
 case "numbers" is in pMode
put "0-9" after tAllowedChars
break
 case "lowercase" is in pMode
put "a-z" after tAllowedChars
break
 case "uppercase" is in pMode
put "A-Z" after tAllowedChars
break
 case "symbols" is in pMode
put "!#$%&'()*+,./:;<=>?@[\\_`{|}~^-" after tAllowedChars
break
 case pMode is "custom"
put pCustomChars after tAllowedChars
break
  end switch
   end repeat
   
   put "[" & tAllowedChars & "]" into tMatchText
   
   repeat for each character theChar in pString
  if matchtext(theChar, tMatchText) is true then
 put theChar after cleanString
  end if
   end repeat
   
   return cleanString
end cleanASCII

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