Customizing Component Macro Code
Every component now has the ability to allow its macros to be edited directly from within Flowcode.
This allows components to be tailored directly to suit your needs without having to change the underlying C code component files.
Component macros can also be created to allow for customized operation of the component.
It should be noted that customized macros or user created macros will not simulate.
Component customization is done by first selecting the component you wish to edit in the panel.
Then if the properties window is already open you can click the custom code property.
If the properties window is not open then you can right click the component you wish to edit and click properties.
You will now be faced with a list of the components macros including any hidden or private macros used in the configuration or initialization of the component. Each of the component macros can now be edited and saves as well as allowing extra customized macros to be added to the component.
Customize Code Window
Edit Code Window