Hi
I appreciate v10 is just released and you are all very busy.
Guessing the WiKi is still being updated to enable downloading of source code. Personally I think this will be a nice feature.
Regards
Source Code
-
- Valued Contributor
- Posts: 1528
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 353 times
- Been thanked: 549 times
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: Source Code
Hello.
Component source code should all be there now. If you right click a component and select help then there should be a link to the component source project.
Component source code should all be there now. If you right click a component and select help then there should be a link to the component source project.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: Source Code
Aha just checked and the links have become broken in the move. I'll get on it for you.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Matrix Staff
- Posts: 1924
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 623 times
- Been thanked: 645 times
Re: Source Code
There is a temp workaround until the links are sorted out
After selecting Help for the component and then clicking on the link for the component, your default browser will open with the 404 not found, and will see a link like this:
Just Change the
to
After selecting Help for the component and then clicking on the link for the component, your default browser will open with the 404 not found, and will see a link like this:
Code: Select all
https://www.flowcode.co.uk/wikicopy/componentsource/the_component_name
Code: Select all
https://www.flowcode.co.uk/wikicopy/componentsource/the_component_name
Code: Select all
https://www.flowcode.co.uk/wiki/componentsource/the_component_name
Martin
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: Source Code
Hello,
Links to the component source download and online viewer should be working correctly again now.
Links to the component source download and online viewer should be working correctly again now.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 1528
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 353 times
- Been thanked: 549 times
Re: Source Code
Thanks Ben
This is a very helpful inclusion and allows us mere mortals a chance to see how things should be done.
I am just about to play with the GSM component again so thought I'd look at the source out of curiosity. Is there any reason it's "Main" macro is empty? Comparing it to other sources, their "Main's" have calls.
Just curious.
Regards
This is a very helpful inclusion and allows us mere mortals a chance to see how things should be done.
I am just about to play with the GSM component again so thought I'd look at the source out of curiosity. Is there any reason it's "Main" macro is empty? Comparing it to other sources, their "Main's" have calls.
Just curious.
Regards
-
- Matrix Staff
- Posts: 1472
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 349 times
Re: Source Code
Ben is the expert on this, but when a component is exported and used in a project, the <Main> macro is actually never called. However, when developing the component, it is often useful to have testing and debugging code in <Main>.chipfryer27 wrote: ↑Fri Jan 27, 2023 10:39 amIs there any reason it's "Main" macro is empty? Comparing it to other sources, their "Main's" have calls.
So usually you can ignore what is in the <Main> macro for a component.
-
- Matrix Staff
- Posts: 1472
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 349 times
Re: Source Code
In addition, users with the Professional pack will have access to 2 additional features:
1) View code for components directly in their projects (by right-clicking on macros in the "Components" tab of Project Explorer)
2) Step into component code when simulating
1) View code for components directly in their projects (by right-clicking on macros in the "Components" tab of Project Explorer)
2) Step into component code when simulating
-
- Posts: 5
- Joined: Fri Jun 04, 2021 7:20 pm
- Been thanked: 2 times
Re: Source Code
Hi Ben and at all
I waited for the update of my FC8 because I knew that FC10 would be released soon.
I can't wait for my institution's administration to authorize me to purchase.
I really appreciated the availability of the source code of the components, but I don't understand why I can't download them: do I have to buy FC10 to be able to download??
regards
I waited for the update of my FC8 because I knew that FC10 would be released soon.
I can't wait for my institution's administration to authorize me to purchase.


I really appreciated the availability of the source code of the components, but I don't understand why I can't download them: do I have to buy FC10 to be able to download??
regards