Converting SVG in many files with a single path

2015-11-15 Thread Alejandro Tejada
Hi All, After many days with headaches, body aches and fever, I feel better. I survived... :-) http://dr1.com/forums/showthread.php/152802-49-Dengue-Deaths-in-2015-Government-Implements-Plan?highlight=dengue During my forced rest period, I had time to ponder about how to make faster code developm

Re: Calculating the sum of a *lot* of primes

2015-11-15 Thread Alex Tweedly
Geoff, thanks for such a fun little problem. I know you have a complete solution - but I still wanted to investigate if it could be done any faster. The main constraint to take advantage of is that, although the sum of the primes needs to be an arbitrarily large number and use 'bigmath', th

Re: LC8 dp9 Difficulty

2015-11-15 Thread William Prothero
Reported bug: 145269 Seems like some of this would be found by just testing each action individually, by the developers. Bill > On Nov 15, 2015, at 1:22 PM, William Prothero wrote: > > Paul: > Yeah. I have started to spend a bit more time with it. But, it still isn’t > ready for me to use, an

Re: Rip off and recreate

2015-11-15 Thread Matt Maier
How things work isn't protected by copyright. So if you create it from scratch, but don't use the same text/images, you've got your own copyright protection. Then, as long as you don't use anything trademarked or recognizable (like Mickey Mouse) you won't be infringing anything. And if it's non -co

Re: LC8 dp9 Difficulty

2015-11-15 Thread William Prothero
Paul: Yeah. I have started to spend a bit more time with it. But, it still isn’t ready for me to use, and I’m a pretty basic user who just discovered how much custom properties can help me. But then, I know the platform has so many features that it is hard to get all of them, and it’s up to us

Rip off and recreate

2015-11-15 Thread Richmond
LiveCode is ideal for this sort of thing: http://forums.livecode.com/viewtopic.php?f=25&t=25881 How much one is breaking any sorts of laws or moral norms is a different question. Certainly I have no intention of making any profit out of this. Richmond.

Re: Livecode Licence Rules for dummies ....

2015-11-15 Thread Monte Goulding
> On 15 Nov 2015, at 11:12 pm, sa...@hrz.uni-kassel.de wrote: > The URL > led to the Cleverbridge website > > where an > additional VAT sum was added to the price of $499, which was not mention

Re: LC8 dp9 Difficulty

2015-11-15 Thread Paul Hibbert
Same problem here, can’t even set the custom props by message box or script, this is on Mac OS X 10.11.1. DP9 does seem to be quite buggy, lots of problems with the script editor, the re-introduced geometry manager, the tools palette, the effects palette, the list is getting longer each time I

Re: LC8 dp9 Difficulty

2015-11-15 Thread William Prothero
More info. When I mess around with the object inspector, I can get it to start showing some of the keys I put in. But, to duplicate my situation, I first create a new stack, then drag the “Label” field onto the stack, then try to set a custom property. It doesn’t work. Bill > On Nov 15, 2015, a

LC8 dp9 Difficulty

2015-11-15 Thread William Prothero
I’m just getting used to the new object inspector in LC8 DP9. I’m trying to set a custom property. In older versions, there was a diamond shaped button to press, a dialog came up to name the custom property, then you put in a name. A value was set in the field below the list of propertynames. I

Re: XML-RPC

2015-11-15 Thread Peter Haworth
Thanks Bramanathaswami. This looks like the server side of things and I'm looking for examples of using the revXMLRPC@ calls from a Livecode desktop app. I'm communication with a third party server and have all the docs for the methods it accepts and their parameters. Pete lcSQL Software

Re: Area of Irregular Polygon

2015-11-15 Thread Roger Guay
Thank you, Hermann. Your game is very clever!! > On Nov 15, 2015, at 12:49 AM, [-hh] wrote: > >> Roger G. wrote: >> Jim, I'm just now trying to catch up on this discussion and I see that no >> one has answered your question. I can’t answer either and wonder what’s >> going on??? >> BTW, I bel

Re: Area of Irregular Polygon

2015-11-15 Thread Roger Guay
Ah, now I get it!! > On Nov 15, 2015, at 12:32 AM, Jim Hurley wrote: > > Hi Roger, > > Actually, the answer to that question I raised follows in the next paragraph. > All those terms cancel in pairs. > > As someone pointed out, that paragraph is a proof of the validity of the > method for

Re: Livecode Licence Rules for dummies ....

2015-11-15 Thread sanke
Richard Gaskin ambassador at fourthworld.com wrote on Sat Nov 14, 2015: --

Re: Area of Irregular Polygon

2015-11-15 Thread [-hh]
> Roger G. wrote: > Jim, I'm just now trying to catch up on this discussion and I see that no one > has answered your question. I can’t answer either and wonder what’s going > on??? > BTW, I believe you should have a negative sign in front of the square bracket > . . . not that that helps at all

Re: Area of Irregular Polygon

2015-11-15 Thread Jim Hurley
Hi Roger, Actually, the answer to that question I raised follows in the next paragraph. All those terms cancel in pairs. As someone pointed out, that paragraph is a proof of the validity of the method for calculating the area of a polygon. You’re probably right about the minus sign. Jim > >