Scott Sam wrote:

Sorry if these is are stupid questions, but if there are better ways to do things than the way I am currently, I'm quite interested in learning them. Linkable to what? If you link in the fragment do you still have to make the component reference? What is the advantage of having them separately linkable?


The linker (light) always links in the entire fragment of anything you reference. So if you have a fragment with 100 components and you ComponentRef one of them, the entire fragment of 100 components is linked in. If you want more control, use a small fragment. I'm not sure it makes sense as the default for heat; in fact, I added some code recently that, when the -sfrag switch is passed, creates a ComponentGroup for every component, so you don't have to ComponentRef every single component.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to