Placing iLogic assemblies

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I made an iLogic assembly which suppresses parts, changes parameters etc. by using a form. I want the assembly to be placed inside another assembly and after placement it should create a new assembly (by using the form) with all unsupressed parts in a sub folder.
In order to do this i thought of two options:- Using "Place ilogic component"
- Making a template file of the assembly
Place iLogic component
Whenever i use "place iLogic component" my own form does not pop up. Another kind of form pops up with all parameters in stead of my own form. I tried to overrule this form by using event triggers but this doesn't solve the problem.
Another problem with the "place ilogic component": whenever i save the new created assembly, all parts get a suffix. Because of these suffixes my iLogic rules don't work anymore.
Making a template file of the assembly
If I press file -> new -> "my assembly" my form pops up and everything works fine. However when I press save it only saves the assembly and it leaves all parts inside the template folder. This is probably the way templates work but i'm trying to figure a way out where not only the assembly is saved in a new folder but also all unsupressed parts of the assembly.
My form (which doesn't pop up):
Wrong form: