Re: Logic Flow Chart App

2016-08-30 Thread Robert Mann
erias and values, and the logical D-tree was output. i've always wondered if anybody ales where had implemented that algorithm in livecode?? It would be a quite nifty little tool to help writing code.. -- View this message in context: http://runtime-revolution.278305.n4.n

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: 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: Logic Flow Chart App

2016-08-29 Thread Richmond
I like Dia: http://dia-installer.de/ Richmond. On 29.08.2016 23:29, Bob Sneidar wrote: Hi all. Anyone know of a good logic flow chart editor? I am having difficulty whenever building complex control structures. When I have 3 or 4 conditions that can be true or false, affecting whether or no

Re: Logic Flow Chart App

2016-08-29 Thread stephen barncard
OmniGraffle was my favorite https://www.omnigroup.com/omnigraffle but others are here... these look cool... SMART DRAW or

Re: Logic Flow Chart App

2016-08-29 Thread Phil Davis
Hi Bob, Emboldened by others, I submit my non-answer to your question: I usually start at my whiteboard with either traditional flowcharting or Warnier/Orr diagrams, and then go to paper and pencil if I need to drill down very far. If the decision tree is very complex, I'll sometimes put toge

Re: Logic Flow Chart App

2016-08-29 Thread Jerry Jensen
I use a pen and paper. It helps me think it through without dealing with yet another piece of software. One client jokingly accused me of drawing cartoons on the job. .Jerry > On Aug 29, 2016, at 1:29 PM, Bob Sneidar wrote: > > Hi all. > > Anyone know of a good logic flow chart editor? I am

Re: Logic Flow Chart App

2016-08-29 Thread hh
Of course the eight cases are A and B and C A and B and not C A and not B and C not A and B and C A and not B and not C not A and B and not C not A and not B and C not A and not B and not C You know: There are three kinds of mathematicians: A first kind is able to count, the second one is not ;-

Re: Logic Flow Chart App

2016-08-29 Thread hh
One may look at that as a logic flow chart, the most compact view I know. For example: for booleans A,B,C you have the pairwise disjoint cases (ready for a switch) A and B and C A and B and not C A and not B and C not A and B and C A and not B and not C A and not B and not C not A and B and not C

Re: Logic Flow Chart App

2016-08-29 Thread Bob Sneidar
Thanks. Actually what I need is a logic flow diagramming tool. Bob S > On Aug 29, 2016, at 13:56 , hh wrote: > >> Bob S. wrote: >> Anyone know of a good logic flow chart editor? I am having difficulty >> whenever building complex control structures. When I have 3 or 4 >> conditions that can be

Re: Logic Flow Chart App

2016-08-29 Thread hh
> Bob S. wrote: > Anyone know of a good logic flow chart editor? I am having difficulty > whenever building complex control structures. When I have 3 or 4 > conditions that can be true or false, affecting whether or not I even > check for conditions further down the line, I get lost pretty quickly.

Logic Flow Chart App

2016-08-29 Thread Bob Sneidar
Hi all. Anyone know of a good logic flow chart editor? I am having difficulty whenever building complex control structures. When I have 3 or 4 conditions that can be true or false, affecting whether or not I even check for conditions further down the line, I get lost pretty quickly. If I could