Page 1 of 1

How do you propagate changes for a custom Module?

Posted: Tue Apr 28, 2015 10:13 pm
by Nowhk
I set some fancy devices for my application inside FlowStone. Than, I create it as Module, using "Make Module".
I take one of this, and I made 4 copies, linking them in a parent module.

Now: if I do a change in one of them, how can I propagate the same edit on the other Modules?
I could delete and copy and paste again, but on the main parent, I will lost every GUI alignment/positions, and I need to re-draw them again.

Usual problem or is there a method to avoid this?

Re: How do you propagate changes for a custom Module?

Posted: Tue Apr 28, 2015 10:15 pm
by RJHollins
There is a 'Syncronize' mode that can be activated.

Re: How do you propagate changes for a custom Module?

Posted: Tue Apr 28, 2015 10:18 pm
by KG_is_back
If the modules are initially identical, you can synchronize them. select them all, right-click and pick synchronize. Now any edit you make to one module will apply to all of them. However, changing properties or contents of float/int/text/string/boolean prim doesn't count as edit.

Re: How do you propagate changes for a custom Module?

Posted: Tue Apr 28, 2015 10:23 pm
by Nowhk
That's just perfect! Amazing tool! Thank you again :P