Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
I don't think SOS is the main future.  I think it gives us another option.
Long before someone learns that technique, they should have the traditional
method down, cold, and understand why they would use one or the other.  SOS
definitely make working on the IDE easier, and they make complicated
projects easier, but I wouldn't even think of teaching someone who isn't
already a LC expert about doing it this way.

The one thing to remember about the SOS technique is that Git isn't the
only option.  Git is hard core, and it is hard.  I still don't like it, but
I am trying to tolerate it.  If you're using any cloud syncing tool that
can keep track of versions (Office365, Gsuite, and Dropbox come to mind),
you have simple version control/rollbacks/archiving/etc.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


OT: javascript graphics fun

2017-02-25 Thread Mark Wieder via use-livecode


https://www.dwitter.net/top

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


Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Roger Eller via use-livecode
There seems to be more stack-based collaboration over in the forums, since
you can attach files.  GIT seems overkill for many of the smaller tasks,
and way more complicated too.  At least if you've never participated in
team-based coding.  Balls are rolling, but rolling in different
directions.  I believe one just rolled under the couch.  lol


On Sat, Feb 25, 2017 at 6:32 PM, Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> No, what I meant was that we as a group have been really slow to get the
> ball and start running.  We're just start to get moving, but I'm hoping
> that with a few of these little projects started we're picking it up...
>
> On Sat, Feb 25, 2017 at 3:50 PM, Roger Eller via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller <
> roger.e.el...@sealedair.com
> > >
> > wrote:
> >
> > > On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" <
> > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > > All I did was plant the thought, and Bernd went nuts with it.
> Welcome
> > to
> > > > management.  Where's my big paycheck and pin stripes?
> > > > Anyway, we have been raly slow as a
> > > > community picking up the ball and running with it since LC went OSS.
> > > Every
> > > > time we start going after ANYTHING in LC it's a plus, so I'm glad the
> > > > dictionary is getting attention.
> > >
> > > I supported LC OSS when it was in kickstarter with my personal $$$.
> And
> > > it was the largest sum that I personally have ever given toward any
> > cause.
> > > It was very difficult for me because I don't sell any apps.  My
> > investment
> > > was 1) because I believe in the potential of LC to empower
> > non-programmers
> > > to create, 2) to open the doors for OSS programmers to improve the
> > product
> > > for everyone,  3) to reap the reward of lifetime LC upgrades so I can
> > > continue to enjoy creating without having to learn C or java, or
> whatever
> > > else.  I have always loved the idea that our interface was created in
> its
> > > own language. I see the advantages for the "team" to remove some
> burdens,
> > > but at the same time it makes me feel like something special is being
> > > abandoned.  But I'm not selling apps, so disregard me.
> > >
> > > ~Roger
> > >
> > Just to clarify, I am thrilled that there are people in the community
> that
> > have both the time and the skills to contribute.  Others like myself have
> > also contributed in varying degrees monetarily, but may or may not do
> more
> > beyond that. That might be considered "reealy sloow at picking up
> > the ball", but both types of contributions make OSS work at the end of
> the
> > day.
> >
> > I love Bernd's dictionary stack, by the way.  Everything he touches is
> > outstanding!
> >
> > ~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
> >
>
>
>
> --
> 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


Sublime Text - Trevors LivecodeLint - some questions

2017-02-25 Thread Matthias Rebbe via use-livecode
I was wondering about how this code checking would work, so i installed 
SublimeText, installed the LiveCode Package, SublimeLinter and LC server 
community as described  at 
https://github.com/trevordevore/sublimelinter-contrib-livecodelint 


I then tried to install the plugin SublimeLinter-contrib-livecodelint via 
Package Control, but i do not see the plugin in the list. So i downloaded the 
plugin from github, rename the folder from 
SublimeLinter-contrib-livecodelint-master to SublimeLinter-contrib-livecodelint 
and moved it into the folder  ~/Library/Application Support/Sublime Text 
3/Packages/User

I added the described settings to the linters section and set the Lint Mode to 
Background. But i do not get an error when for example using a non declared 
variable. What am i missing.


Regards,
Matthias

___
use-livecode mailing list
use-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: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
No, what I meant was that we as a group have been really slow to get the
ball and start running.  We're just start to get moving, but I'm hoping
that with a few of these little projects started we're picking it up...

On Sat, Feb 25, 2017 at 3:50 PM, Roger Eller via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller  >
> wrote:
>
> > On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > All I did was plant the thought, and Bernd went nuts with it.  Welcome
> to
> > > management.  Where's my big paycheck and pin stripes?
> > > Anyway, we have been raly slow as a
> > > community picking up the ball and running with it since LC went OSS.
> > Every
> > > time we start going after ANYTHING in LC it's a plus, so I'm glad the
> > > dictionary is getting attention.
> >
> > I supported LC OSS when it was in kickstarter with my personal $$$.  And
> > it was the largest sum that I personally have ever given toward any
> cause.
> > It was very difficult for me because I don't sell any apps.  My
> investment
> > was 1) because I believe in the potential of LC to empower
> non-programmers
> > to create, 2) to open the doors for OSS programmers to improve the
> product
> > for everyone,  3) to reap the reward of lifetime LC upgrades so I can
> > continue to enjoy creating without having to learn C or java, or whatever
> > else.  I have always loved the idea that our interface was created in its
> > own language. I see the advantages for the "team" to remove some burdens,
> > but at the same time it makes me feel like something special is being
> > abandoned.  But I'm not selling apps, so disregard me.
> >
> > ~Roger
> >
> Just to clarify, I am thrilled that there are people in the community that
> have both the time and the skills to contribute.  Others like myself have
> also contributed in varying degrees monetarily, but may or may not do more
> beyond that. That might be considered "reealy sloow at picking up
> the ball", but both types of contributions make OSS work at the end of the
> day.
>
> I love Bernd's dictionary stack, by the way.  Everything he touches is
> outstanding!
>
> ~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
>



-- 
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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-25 Thread Mike Kerner via use-livecode
Yes, and that made the task a LOT easier.  Now to get the indenting fixed.
I've been working on that most of the afternoon...

On Sat, Feb 25, 2017 at 4:06 PM, Trevor DeVore via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Sat, Feb 25, 2017 at 2:19 PM Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > For anyone who is messing with this, sublimeText is a little different in
> > the way you add things to it and configure it.
> >
> > If you get tired of the color scheme that Trevor is using, here is one
> way
> > to load others.
>
>
> Thanks for pointing to those Mike. The LiveCode language module doesn't use
> any particular color scheme. It just tells Sublime Text how to classify
> each token in your script. Whichever scheme you are using handles the color
> choices.
>
> --
> Trevor DeVore
>
> >
> ___
> use-livecode mailing list
> use-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: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-25 Thread Trevor DeVore via use-livecode
On Sat, Feb 25, 2017 at 2:19 PM Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> For anyone who is messing with this, sublimeText is a little different in
> the way you add things to it and configure it.
>
> If you get tired of the color scheme that Trevor is using, here is one way
> to load others.


Thanks for pointing to those Mike. The LiveCode language module doesn't use
any particular color scheme. It just tells Sublime Text how to classify
each token in your script. Whichever scheme you are using handles the color
choices.

-- 
Trevor DeVore

>
___
use-livecode mailing list
use-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: SHA1 cracked .... What are the chances this will be addressed in LC?

2017-02-25 Thread Dan Brown via use-livecode
For those interested there is a SHA-1 collider here to have a play with
https://alf.nu/SHA1

On 25 Feb 2017 3:18 p.m., "Dr. Hawkins via use-livecode" <
use-livecode@lists.runrev.com> wrote:

> On Sat, Feb 25, 2017 at 5:15 AM, Keith Martin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > While Google may include a backdoor (something I consider unlikely but I
> > realise that's no less conjecture than '100% certainty'), the Natural
> News
> > issue isn't what the site owners paint it to be. This
> > https://www.google.co.uk/amp/s/www.seroundtable.com/amp/
> > google-natural-news-deindex-23463.html is a good place to start for
> > reference.
> >
>
> Just reading a couple of paragraphs of that site was enough to tell me that
> the connection with reality was, well, tenable.   Black helicopters, the
> trilateral commission, VWRC, and Yeti conversations would have fit in . . .
>
>
> --
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> ___
> use-livecode mailing list
> use-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: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Roger Eller via use-livecode
On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller 
wrote:

> On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" <
> use-livecode@lists.runrev.com> wrote:
> >
> > All I did was plant the thought, and Bernd went nuts with it.  Welcome to
> > management.  Where's my big paycheck and pin stripes?
> > Anyway, we have been raly slow as a
> > community picking up the ball and running with it since LC went OSS.
> Every
> > time we start going after ANYTHING in LC it's a plus, so I'm glad the
> > dictionary is getting attention.
>
> I supported LC OSS when it was in kickstarter with my personal $$$.  And
> it was the largest sum that I personally have ever given toward any cause.
> It was very difficult for me because I don't sell any apps.  My investment
> was 1) because I believe in the potential of LC to empower non-programmers
> to create, 2) to open the doors for OSS programmers to improve the product
> for everyone,  3) to reap the reward of lifetime LC upgrades so I can
> continue to enjoy creating without having to learn C or java, or whatever
> else.  I have always loved the idea that our interface was created in its
> own language. I see the advantages for the "team" to remove some burdens,
> but at the same time it makes me feel like something special is being
> abandoned.  But I'm not selling apps, so disregard me.
>
> ~Roger
>
Just to clarify, I am thrilled that there are people in the community that
have both the time and the skills to contribute.  Others like myself have
also contributed in varying degrees monetarily, but may or may not do more
beyond that. That might be considered "reealy sloow at picking up
the ball", but both types of contributions make OSS work at the end of the
day.

I love Bernd's dictionary stack, by the way.  Everything he touches is
outstanding!

~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


Squashed Turtles

2017-02-25 Thread Richmond Mathewson via use-livecode

Ouch: http://forums.livecode.com/viewtopic.php?f=8=28898

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


Re: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks

2017-02-25 Thread Mike Kerner via use-livecode
For anyone who is messing with this, sublimeText is a little different in
the way you add things to it and configure it.

If you get tired of the color scheme that Trevor is using, here is one way
to load others.  Some of these come with configuration "apps" that run
inside of ST.  You can also do some mixing and matching, but I'll let you
figure that out:
https://scotch.io/bar-talk/best-sublime-text-3-themes-of-2015-and-2016
My favorite of these, so far, is Boxy: Monokai

On Wed, Feb 22, 2017 at 10:43 AM, Trevor DeVore via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Wed, Feb 22, 2017 at 9:34 AM, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > If the debugger hilites errors in red, it's working!
> >
>
> Great. You will see the error message in the horizontal pane along the
> bottom of the window. You can use CMD + CONTROL + A  to navigate to the
> next error in the script.
>
> --
> Trevor DeVore
> Outcome & ScreenSteps
> www.outcomeapp.io - www.screensteps.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 Set Up

2017-02-25 Thread William Prothero via use-livecode
Tim:
I’ve often thought of asking the mothership to provide a bit more extebsuve 
diagnostics (in the IDE) for those of us making iOS apps. I suspect it’s hard, 
because Apple is regularly changing the requirements, but for me, several 
months can go by without making an iOS app, and then it takes me a bunch of 
time to work out which developer certificate, which provisioning profile, which 
version of XCode, etc. I don’t know how practical this, but at least your 
suggestion  of checking for the correct version of XCode would be helpful.

Best,
Bill

> On Feb 25, 2017, at 10:27 AM, Bobo Tim  wrote:
> 
> This is just some feedback for the live code team. You could really save us a 
> lot of trouble if you would do something VERY simple to the preferences 
> screen for mobile SDK stuff.
> 
> 1) List out which versions of Xcode have the accepted versions of the SDK 
> that Livecode recognizes and accepts. 
> 2) Then you could even link to the page on Apple’s developer website where 
> the downloads can be made.
> 
> There are a million versions of Xcode, and the apple website does NOT make it 
> clear always which version of the iOS SDK is included with which version of 
> Xcode.  I had to visit Wikipedia to finally track down the information we 
> need.
> 
> At the VERY least in your little dialog box that comes up you could say the 
> version of the SDK, like you do, but also include the version of Xcode. that 
> is needed for that.
> 
> If someone would spend 20 minutes making this update of providing the right 
> information at the right time, you could save all your users HOURS of 
> frustration trying to figure this out, if they don’t happen to have a version 
> of Xcode that has one of the specific limited SDKs that Livecode accepts.
> 
> Anyone else think this would be helpful?
> 
> 
> Tim Bobo
> Left Brain Media, Corporation
> http://www.leftbrainmedia.com 
> 972-345-3989 m
> 
> ___
> livecode-dev mailing list
> livecode-...@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/livecode-dev

___
use-livecode mailing list
use-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: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
What do you mean, Roger?

On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" <
> use-livecode@lists.runrev.com> wrote:
> >
> > All I did was plant the thought, and Bernd went nuts with it.  Welcome to
> > management.  Where's my big paycheck and pin stripes?
> > Anyway, we have been raly slow as a
> > community picking up the ball and running with it since LC went OSS.
> Every
> > time we start going after ANYTHING in LC it's a plus, so I'm glad the
> > dictionary is getting attention.
>
> I supported LC OSS when it was in kickstarter with my personal $$$.  And it
> was the largest sum that I personally have ever given toward any cause.  It
> was very difficult for me because I don't sell any apps.  My investment was
> 1) because I believe in the potential of LC to empower non-programmers to
> create, 2) to open the doors for OSS programmers to improve the product for
> everyone,  3) to reap the reward of lifetime LC upgrades so I can continue
> to enjoy creating without having to learn C or java, or whatever else.  I
> have always loved the idea that our interface was created in its own
> language. I see the advantages for the "team" to remove some burdens, but
> at the same time it makes me feel like something special is being
> abandoned.  But I'm not selling apps, so disregard me.
>
> ~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
>



-- 
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: Goofy Drawing question

2017-02-25 Thread J. Landman Gay via use-livecode

With a paint tool selected, use the "drag" command.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com



On February 25, 2017 6:18:16 AM Richmond Mathewson via use-livecode 
 wrote:



Aah: paint, as I don't really want lots of "artifacts" lying around
after the exercise.

Richmond.

On 2/25/17 12:07 pm, hh via use-livecode wrote:

Assuming you wish to draw, not to paint:

local gg="goofy", fc="255,0,0", ls=3

on mouseUp
   lock screen
   if there is no grc gg then create grc gg
   set style of grc gg to "polygon" -- or "line"
   set points of grc gg to (250,250),(375, 375)
   set lineSize of grc gg to ls
   set forecolor of grc gg to fc
   unlock screen
end mouseUp

___
use-livecode mailing list
use-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: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Roger Eller via use-livecode
On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" <
use-livecode@lists.runrev.com> wrote:
>
> All I did was plant the thought, and Bernd went nuts with it.  Welcome to
> management.  Where's my big paycheck and pin stripes?
> Anyway, we have been raly slow as a
> community picking up the ball and running with it since LC went OSS.
Every
> time we start going after ANYTHING in LC it's a plus, so I'm glad the
> dictionary is getting attention.

I supported LC OSS when it was in kickstarter with my personal $$$.  And it
was the largest sum that I personally have ever given toward any cause.  It
was very difficult for me because I don't sell any apps.  My investment was
1) because I believe in the potential of LC to empower non-programmers to
create, 2) to open the doors for OSS programmers to improve the product for
everyone,  3) to reap the reward of lifetime LC upgrades so I can continue
to enjoy creating without having to learn C or java, or whatever else.  I
have always loved the idea that our interface was created in its own
language. I see the advantages for the "team" to remove some burdens, but
at the same time it makes me feel like something special is being
abandoned.  But I'm not selling apps, so disregard me.

~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


Re: Goofy Drawing question

2017-02-25 Thread Dr. Hawkins via use-livecode
On Sat, Feb 25, 2017 at 2:07 AM, hh via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Assuming you wish to draw, not to paint:
>

I assumed he wanted to see it draw, so . . .

>
> local gg="goofy", fc="255,0,0", ls=3
>
> local x0=250, x1=375,y0=250, y1=275 --starting & ending coordinates
local x,y, xstep, ystep

local drwTm = 500 --time to take to draw it


on mouseUp
>   lock screen
>   if there is no grc gg then create grc gg
>
 set points of grc gg to (x0,y0)
 unlock screen

  set style of grc gg to "polygon" -- or "line"
>
 set lineSize of grc gg to ls
set forecolor of grc gg to fc

steps = max(x1-x0, y1-y0)

put (x1-x0)/steps into xstep

put (y1-y0)/steps into ystep

tinc = round(drwTm /steps)

repeat with i = 1 to steps

lock screen


  set points of grc gg to (x0,y0),(x0+i*xstep, y0+i*ystep)
>


wait tinc milliseconds with messages
unlock screen

 end repeat


>
>
> end mouseUp
>
> --
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-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: SHA1 cracked .... What are the chances this will be addressed in LC?

2017-02-25 Thread Dr. Hawkins via use-livecode
On Sat, Feb 25, 2017 at 5:15 AM, Keith Martin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> While Google may include a backdoor (something I consider unlikely but I
> realise that's no less conjecture than '100% certainty'), the Natural News
> issue isn't what the site owners paint it to be. This
> https://www.google.co.uk/amp/s/www.seroundtable.com/amp/
> google-natural-news-deindex-23463.html is a good place to start for
> reference.
>

Just reading a couple of paragraphs of that site was enough to tell me that
the connection with reality was, well, tenable.   Black helicopters, the
trilateral commission, VWRC, and Yeti conversations would have fit in . . .


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-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: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Mike Kerner via use-livecode
All I did was plant the thought, and Bernd went nuts with it.  Welcome to
management.  Where's my big paycheck and pin stripes?
Anyway, we have been raly slow as a
community picking up the ball and running with it since LC went OSS.  Every
time we start going after ANYTHING in LC it's a plus, so I'm glad the
dictionary is getting attention.  I have a list of other LC components that
I want to have fixed, but we will wait just a little longer, before getting
someone to do the next one.

On Sat, Feb 25, 2017 at 1:00 AM, Richard Gaskin via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Mike Kerner wrote:
>
> > On Fri, Feb 24, 2017 at 11:32 AM, Richard Gaskin wrote:
> >
> >> Mike Kerner wrote:
> >>
> >> > 4) Why is having an integrated editor important, if your edits made
> >> > via an external editor take effect immediately?  If we didn't need
> >> > the L server hack to get live edits, we could use any editor.
> >>
> >> What is "the L server hack", and what is the threshold of acceptable
> >> immediacy?
> >
> > Trevor, in his (L)evure framework (which is what brought the original
> > topic up that inspired this thread) developed a way to get the LC IDE
> > to act as a server/listener and ST to broadcast every time a
> > .livecodescript file is edited.  LC then unloads and reloads the .lcs
> > file (whether it is a front or backscript, library, behavior, etc.),
> > causing it to be updated live, as if it had been edited in the LC SE.
>
> Thanks. I has misread "hack" as "workaround".
>
> Sockets are of course are a very common method for processes to
> communicate, and are generally pretty fast, esp. on the local machine.
>
> If you've seen delays I'll bet they can be addressed.
>
> The MC IDE used to have built-in support for external editors since the
> olden days, and a more flexible socket-based method is even better.
>
> So far this thought experiment seems favorable to all who've responded.
> For those who prefer a LiveCode-based editor, I can envision are project
> very much like the one you started with the Dictionary, leaving scripted
> components in the hands of capable scripters in the community so the engine
> team could theoretically be freed up to do the things only they can do.
>
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for Desktop, Mobile, and 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: SHA1 cracked .... What are the chances this will be addressed in LC?

2017-02-25 Thread Keith Martin via use-livecode
An aside response...

> Read between the lines Google doesn't use it so obviously people will start
> using Google's which will with 100% certainty will  have a backdoor in it
> looking as to how they removed 140,000 indexed pages of www.naturalnews.com
> after the owner didn't give in to blackmail - "Don't be evil" my arse.

While Google may include a backdoor (something I consider unlikely but I 
realise that's no less conjecture than '100% certainty'), the Natural News 
issue isn't what the site owners paint it to be. This 
https://www.google.co.uk/amp/s/www.seroundtable.com/amp/google-natural-news-deindex-23463.html
 is a good place to start for reference.

k
___
use-livecode mailing list
use-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 Drawing question

2017-02-25 Thread Richmond Mathewson via use-livecode
Aah: paint, as I don't really want lots of "artifacts" lying around 
after the exercise.


Richmond.

On 2/25/17 12:07 pm, hh via use-livecode wrote:

Assuming you wish to draw, not to paint:

local gg="goofy", fc="255,0,0", ls=3

on mouseUp
   lock screen
   if there is no grc gg then create grc gg
   set style of grc gg to "polygon" -- or "line"
   set points of grc gg to (250,250),(375, 375)
   set lineSize of grc gg to ls
   set forecolor of grc gg to fc
   unlock screen
end mouseUp

___
use-livecode mailing list
use-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


Posting delay

2017-02-25 Thread hh via use-livecode
I have currently a "posting delay" (time between sending the mail
and the becoming visible in the list) of 40 up to 60 minutes.
Is this the consequence of a changed incoming spam filter?

___
use-livecode mailing list
use-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 Drawing question

2017-02-25 Thread hh via use-livecode
Assuming you wish to draw, not to paint:

local gg="goofy", fc="255,0,0", ls=3

on mouseUp
  lock screen
  if there is no grc gg then create grc gg
  set style of grc gg to "polygon" -- or "line"
  set points of grc gg to (250,250),(375, 375)
  set lineSize of grc gg to ls
  set forecolor of grc gg to fc
  unlock screen
end mouseUp

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Goofy Drawing question

2017-02-25 Thread Richmond Mathewson via use-livecode

Probably very goofy, but nevertheless stumping me, so here goes:

I should like to issue this sort of command (pseudocode):

draw from 250,250 to 375, 375

and a line of the thickness and colour I have cosen would appear on the 
card.


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


Re: Release 9.0.0 DP-5

2017-02-25 Thread Richmond Mathewson via use-livecode
For anyone other than myself who might possibly care about this sort of 
thing:


9.0.0 DP-4 runs on Mac OS 10.7.5

while

9.0.0 DP-5 does not

[which means that when I want to explore its features I shall use the 
Linux version]


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