Page 1 of 1
flowchart for mod harbour projects
Posted: Sat Nov 21, 2020 8:52 pm
by Otto
Hello friends,
I am working on a flowchart for my mod harbour code.
Form the flowchart I can open the source code. I use sandbox.prg from Antonio & Cristobal.
Best regards,
Otto
Re: flowchart for mod harbour projects
Posted: Sun Nov 22, 2020 8:12 am
by Enrico Maria Giordano
Hi Otto,
what is the app that you are using for the flowchart? It looks great!
EMG
Re: flowchart for mod harbour projects
Posted: Sun Nov 22, 2020 9:31 am
by Otto
Hello Enrico,
it is not an APP. I am using mod harbour and a javascript lib.
---------
I think in my case, this is more of a block diagram.
A block diagram is a diagram of a system in which the principal parts or functions are represented by blocks connected by lines that show the relationships of the blocks.
They are heavily used in engineering in hardware design, electronic design, software design, and process flow diagrams.
https://en.wikipedia.org/wiki/Block_diagram
Also, a small project like this landing page can take advantage of a block diagram.
I can open from the block: source code, notes, and info about the block properties.
Now I have traced the input of a block down to a single line of code.
Best regards,
Otto
Re: flowchart for mod harbour projects
Posted: Sun Nov 22, 2020 10:24 am
by Enrico Maria Giordano
Otto wrote:Hello Enrico,
it is not an APP. I am using mod harbour and a javascript lib.
What is the name of that javascript lib?
EMG
Re: flowchart for mod harbour projects
Posted: Sun Nov 22, 2020 5:31 pm
by Otto
Hello Enrico,
I use jsplumb.
Best regards,
Otto
Re: flowchart for mod harbour projects
Posted: Sun Nov 22, 2020 5:51 pm
by Enrico Maria Giordano
Thank you.
EMG