Re: Logic Flow Chart App

2016-08-30 Thread Robert Mann
What about the ID5 route? Long time ago I had been taken in the "expert system" mode. I used ID5 algorithm to optimize the decision trees. it's a "decision aid " algorithm that was implemented in quite a few PC tools long time ago. You would just fill in a table with criterias and values, and the l

Re: LC performance change from Win 7 to Win 10

2016-08-30 Thread tbodine
Thanks Monte and Richard for the fast replies. OK, I'll give the latest stable version of 8 a try using the same codebase and let you know what happens. It may be a week or so before I get to that due to a pressing deadline. Thanks again, Tom Bodine -- View this message in context: http://r

Re: Missing a chance

2016-08-30 Thread Monte Goulding
> On 31 Aug 2016, at 6:57 AM, Iphonelagi wrote: > > Why do we say RR has to spend more on marketing? > They have a marketing person and somebody looking after the website > Seems like they are doing the minimum at work and that's it. > Am I being harsh or just stating the obvious it doesn't cos

Re: LC performance change from Win 7 to Win 10

2016-08-30 Thread Monte Goulding
> On 31 Aug 2016, at 8:35 AM, tbodine wrote: > > I recently upgraded to Win10 on my PC workstation. When I use LC 7.1.1 (my > mainstay version on this machine for a long time now), it's like it is stuck > in a bog. There was a big push in the LiveCode 8 dp cycle to try to get LiveCode closer t

Re: Missing a chance

2016-08-30 Thread Richard Gaskin
Iphonelagi wrote: > Why do we say RR has to spend more on marketing? > They have a marketing person and somebody looking after the website > Seems like they are doing the minimum at work and that's it. > Am I being harsh or just stating the obvious it doesn't cost any > extra money to do what Ric

Re: LC performance change from Win 7 to Win 10

2016-08-30 Thread Richard Gaskin
tbodine wrote: > Has anyone else experienced a severe drop in LiveCode's speed in > Windows 10 compared to Windows 7? > > I recently upgraded to Win10 on my PC workstation. When I use LC > 7.1.1 (my mainstay version on this machine for a long time now)... 7.1.1 is several versions back. I would

LC performance change from Win 7 to Win 10

2016-08-30 Thread tbodine
Hi All. Has anyone else experienced a severe drop in LiveCode's speed in Windows 10 compared to Windows 7? I recently upgraded to Win10 on my PC workstation. When I use LC 7.1.1 (my mainstay version on this machine for a long time now), it's like it is stuck in a bog. Specifically: * A standalon

Re: Missing a chance

2016-08-30 Thread Iphonelagi
Why do we say RR has to spend more on marketing? They have a marketing person and somebody looking after the website Seems like they are doing the minimum at work and that's it. Am I being harsh or just stating the obvious it doesn't cost any extra money to do what Richmond did and search these s

Re: Missing a chance

2016-08-30 Thread Dr. Hawkins
On Mon, Aug 29, 2016 at 11:51 PM, Richmond wrote: > It must be one of the few Dr Seuss books that didn't make it "across the > pond" as I was brought > up on Dr Seuss books even though I wasn't a child in the USA. > > I would be glad of the reference so I can have a chance to catch up. > good "s

Re: Logic Flow Chart App

2016-08-30 Thread Bob Sneidar
By diagramming out the process (which was not all that complicated) I see that I cannot employ a simple logic flow to the problem without repeating code oe else using several handlers. I am always struggling with coding efficiency, where I never want to write the same code twice, while still try

re: 'Fit content' missing in version 8 - any workaround?

2016-08-30 Thread Curtis Ford
Please file an enhancement request for that if there isn't one in the DB already. Done. I just whipped up a simple plugin to tide you over in the meantime: Thanks Richard, that's really helpful! Quick & easy. Curt -- Sent from Postbox

Re: Logic Flow Chart App

2016-08-30 Thread Bob Sneidar
Thanks all. I'll give those a try. I get that sometimes the process of drawing the chart can be itself distracting, especially when you discover that you need to change something and everything has to be rearranged. I played with Chipp's app a bit and that intrigues me greatly. I don't draw anyt

Re: Logic Flow Chart App

2016-08-30 Thread Bob Sneidar
Best Answer! Haa haa!!! Bob S On Aug 29, 2016, at 15:13 , Phil Davis mailto:rev...@pdslabs.net>> wrote: Hi Bob, Emboldened by others, I submit my non-answer to your question: ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Logic Flow Chart App

2016-08-30 Thread Bob Sneidar
There are also 10 kinds of people in the world. Those who understand binary, and those who don't. Bob S On Aug 29, 2016, at 14:36 , hh mailto:h...@hyperhh.de>> wrote: You know: There are three kinds of mathematicians: A first kind is able to count, the second one is not ;-) __

Re: 'Fit content' missing in version 8 - any workaround?

2016-08-30 Thread Richard Gaskin
Curtis Ford wrote: > I saw in bug report 17618 that I'm not necessarily going crazy: the > 'Fit content' button is indeed missing from the property inspector > (I'm using 8.1.0 DP3). > > I suppose I can get something similar by using > > set the height of fld "whatever" to the formattedHeight of

Re: Problem making standalone in 8.1.0

2016-08-30 Thread Mike Kerner
Have you tried filing a bug report? On Mon, Aug 29, 2016 at 6:16 PM, pink wrote: > So is there a way to find what is missing and fix it? > > I can't find any additional information about what this"module file" is > > > > -- > View this message in context: http://runtime-revolution. > 278305.n4.n

'Fit content' missing in version 8 - any workaround?

2016-08-30 Thread Curtis Ford
I saw in bug report 17618 that I'm not necessarily going crazy: the 'Fit content' button is indeed missing from the property inspector (I'm using 8.1.0 DP3). I suppose I can get something similar by using set the height of fld "whatever" to the formattedHeight of fld "whatever" in the message