Re: [ANN] SVGL 2015 rev02

2015-11-23 Thread Alejandro Tejada
I forgot to include this really important information: You could download Original SVGL from http://livecodeshare.runrev.com/stack/112/SVGL This stack SVGL 2015 rev02 is just an updated version of Ian McPhail's stack SVGL. As explained by Mark Waddingham: "Actually, the first task I set Ian (one

Re: [ANN] SVGL 2015 rev02

2015-11-23 Thread Richmond
On 24/11/15 08:02, Alejandro Tejada wrote: Hi All, Attached to this forum message Board indexhttp://forums.livecode.com/viewtopic.php?f=10&t=25612&p=134878#p134878 you could find a very small update of SVGL (Not SVGL + Gradients). Please test this new updated version of SVGL 2015 rev 02, first

[ANN] SVGL 2015 rev02

2015-11-23 Thread Alejandro Tejada
Hi All, Attached to this forum message Board indexhttp://forums.livecode.com/viewtopic.php?f=10&t=25612&p=134878#p134878 you could find a very small update of SVGL (Not SVGL + Gradients). Please test this new updated version of SVGL 2015 rev 02, first importing all 4 svg files included inside

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
On 24/11/15 04:55, dunb...@aol.com wrote: Richmond. Why is this not just: set the T of yourObject to "red" ? Craig Because my "mouth" ran on before I had done a spot of web-searching :) Richmond. ___ use-livecode mailing list use-livecode

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread dunbarx
Richmond. Why is this not just: set the T of yourObject to "red" ? Craig -Original Message- From: Richmond To: How to use LiveCode Sent: Mon, Nov 23, 2015 5:59 pm Subject: Goofy Q #99: set a customProperty Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to d

Re: Handy LiveCode Keyboard Shortcut Cards

2015-11-23 Thread Mark Wieder
On 11/23/2015 05:11 PM, Richard Gaskin wrote: Mark Wieder wrote: > On 11/22/2015 07:48 PM, Howard Bornstein wrote: >> Very nice. >> >> You might want to add the following shortcuts to the debugger section: >> >> Step Into: Cmd-I >> Step Over: Cmd-O >> Step Out: Cmd-T >> Stop: Cmd-Y >>

[OT] Ronald Swartz

2015-11-23 Thread Mark Schonewille
Dear Ronald Swartz, I have been trying to contact you, but without any result. Would you please be so kind to send an e-mail to supp...@economy-x-talk.com as soon as possible? If you don't receive a reply from us, please send an e-mail from a different e-mail address (different domain name and

Re: Handy LiveCode Keyboard Shortcut Cards

2015-11-23 Thread Richard Gaskin
Mark Wieder wrote: > On 11/22/2015 07:48 PM, Howard Bornstein wrote: >> Very nice. >> >> You might want to add the following shortcuts to the debugger section: >> >> Step Into: Cmd-I >> Step Over: Cmd-O >> Step Out: Cmd-T >> Stop: Cmd-Y >> Run: Cmd-> >> Toggle Breakpoint: Cmd-\ > > Well, I can'

Re: Handy LiveCode Keyboard Shortcut Cards

2015-11-23 Thread Mark Wieder
On 11/22/2015 07:48 PM, Howard Bornstein wrote: Very nice. You might want to add the following shortcuts to the debugger section: Step Into: Cmd-I Step Over: Cmd-O Step Out: Cmd-T Stop: Cmd-Y Run: Cmd-> Toggle Breakpoint: Cmd-\ Well, I can't say I'm much of a fan of hijacking the operating

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
On 24/11/15 01:08, Richmond wrote: On 24/11/15 00:58, Richmond wrote: Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to drive a car when I was 32. Now, I have an object to which I have assigned 4 customProperties: T,R,L,B and I would like to do something of this sort (pseu

Re: Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
On 24/11/15 00:58, Richmond wrote: Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to drive a car when I was 32. Now, I have an object to which I have assigned 4 customProperties: T,R,L,B and I would like to do something of this sort (pseudo code follows): set customPropert

Re: angled groupies

2015-11-23 Thread Scott Rossi
There are a lot of things that can't rotate. Really, the only controls that can are images and graphics (and even then, they don't rotate "well"). If your group is composed of graphics and images, you can determine the offsets of all the controls from a centerpoint and simulate rotation of the

Goofy Q #99: set a customProperty

2015-11-23 Thread Richmond
Well, talk about "late to the feeding frenzy"; but, Hey, I learnt to drive a car when I was 32. Now, I have an object to which I have assigned 4 customProperties: T,R,L,B and I would like to do something of this sort (pseudo code follows): set customProperty "T" of object "myThing" to "red"

Carcassonne

2015-11-23 Thread Richmond
I am playing around with tiling games, mainly as I use Carcassonne extensively as a teaching aid in my ESL school. I have got to the, admittedly fairly primitive stage, of making a set of tiles, each capable of being dragged and dropped onto a grid consisting of drop-targets made up of rectang

angled groupies

2015-11-23 Thread Richmond
I wonder why one cannot do this sort of thing: on mouseUp set the angle of group "cong" to ((the angle of group "cong") + 90) end mouseUp it is a bit inconvenient that one cannot rotate groups. Richmond. ___ use-livecode mailing list use-livecode@

Re: Error code parser?

2015-11-23 Thread J. Landman Gay
On 11/23/2015 3:34 PM, Mark Wieder wrote: On 11/23/2015 12:00 PM, Paul Hibbert wrote: Jacque’s stack may help too… http://livecodeshare.runrev.com/stack/712/LiveCode-Error-Lookup Thanks, Paul. I remember Jaque had a stack but couldn't remember where. Just to give credit where it's due, Ric

Re: Handy LiveCode Keyboard Shortcut Cards

2015-11-23 Thread Howard Bornstein
Lol, me neither. However, they do appear in the Debug menu within LC. On Mon, Nov 23, 2015 at 1:32 PM, AndyP wrote: > H Howard, thanks for these. > > Where did you find them documented.. I haven't seen them in LiveCode docs > before? > > > > > > - > Andy Piddock > > > My software never has b

Re: Handy LiveCode Keyboard Shortcut Cards

2015-11-23 Thread Devin Asay
> On Nov 23, 2015, at 2:32 PM, AndyP wrote: > > H Howard, thanks for these. > > Where did you find them documented.. I haven't seen them in LiveCode docs > before? Andy, They’re sort of scattered around in the User Guide, but others you only find in the menus and in tool tips. A few years a

Re: Handy LiveCode Keyboard Shortcut Cards

2015-11-23 Thread AndyP
H Howard, thanks for these. Where did you find them documented.. I haven't seen them in LiveCode docs before? - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get your free 15GB space now: Get Copy Script editor Themer for LC

Re: Error code parser?

2015-11-23 Thread Mark Wieder
On 11/23/2015 12:00 PM, Paul Hibbert wrote: Jacque’s stack may help too… http://livecodeshare.runrev.com/stack/712/LiveCode-Error-Lookup Thanks, Paul. I remember Jaque had a stack but couldn't remember where. And I think Mark S. also has something similar. -- Mark Wieder ahsoftw...@gmail.

Re: Error code parser?

2015-11-23 Thread Magicgate Software - Skip Kimpel
Thanks Paul! On Mon, Nov 23, 2015 at 3:00 PM, Paul Hibbert wrote: > Jacque’s stack may help too… > > http://livecodeshare.runrev.com/stack/712/LiveCode-Error-Lookup > > Paul > > > On Nov 23, 2015, at 11:19 AM, Mark Wieder > wrote: > > > > On 11/23/2015 10:36 AM, Magicgate Software - Skip Kimpel

Re: Error code parser?

2015-11-23 Thread Paul Hibbert
Jacque’s stack may help too… http://livecodeshare.runrev.com/stack/712/LiveCode-Error-Lookup Paul > On Nov 23, 2015, at 11:19 AM, Mark Wieder wrote: > > On 11/23/2015 10:36 AM, Magicgate Software - Skip Kimpel wrote: >> Good afternoon, >> >> I posted a questions about a week ago about a Windo

Re: Error code parser?

2015-11-23 Thread Mark Wieder
On 11/23/2015 10:36 AM, Magicgate Software - Skip Kimpel wrote: Good afternoon, I posted a questions about a week ago about a Windows standalone that was producing errors when trying to compile it in LC 7.1. Doing more research online I saw that there used to be a website that would explain som

Error code parser?

2015-11-23 Thread Magicgate Software - Skip Kimpel
Good afternoon, I posted a questions about a week ago about a Windows standalone that was producing errors when trying to compile it in LC 7.1. Doing more research online I saw that there used to be a website that would explain some of the data that is returned from the error message box. It see

Re: [OT] For you Arduino fans

2015-11-23 Thread Bob Sneidar
I thot it was "Believe Like Elvis" Bob S > On Nov 21, 2015, at 17:31 , J. Landman Gay wrote: > > On 11/21/2015 6:30 PM, Dr. Hawkins wrote: >> On Fri, Nov 20, 2015 at 12:27 PM, Monte Goulding wrote: >> >>> Only because I could control it with mergBLE ;-) >> >> >> "Belligerent Lifelike Evil"

Re: [OT] Programming for the Real Beginner as a Christmas present?

2015-11-23 Thread Mark Schonewille
Hi, The book can still be ordered for Christmas today. Tomorrow we will ship all books. If you order the book today, keep an eye on your e-mail box (and spam box) and reply when you receive a request to confirm your postal mailing address. Kind regards, Mark Schonewille http://economy-x-t

[ANN] This Week in LiveCode 10

2015-11-23 Thread Peter TB Brett
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #9 here: https://goo.gl/BQtg18 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around t