Hi.
You can replace one component with another if you have used only calls that exist and are compatible in both.
Note that for Flowcode to be aware of a components available macros the component must be:
- Inherited from the same base component
- Be previously loaded onto the panel
Load the replacement onto the panel then delete it. This makes Flowcode aware of what macros it has.
Right click your component and select Replace...
You should be able to replace with the new components.
Alternative
If for some reason Flowcode decides that the replacement will result in errors it won't let you make the replacement. If this is the case (and you are happy to fix the errors later) you can hack your (backed up) fcfx file.
Right click the component in its list to find its GUID (the identifier used to identify this component type):
Open the FCFX file up and find the GUID you wish to replace, and change it to the GUID of the new component. Reload your project and the replacement should be made regardless of errors.
Hope this helps,
Jonny