Category: Composite UI Application Block
-
How to fix CAB to support dependencies across class hierarchy
The Composite UI Application Block’s Object Builder doesn’t support dependencies for same-named properties at different levels in the class hierarchy. If you add a dependency property which has the same name as a property in a base or derived class, only one of them will be initialized. The reason for this is probably that the…
-
Running Composite UI Application Block inside a windows service
This was a brain-twister: not a lot of work but hard to figure out. How does one use CAB in a windows service? Is this a reasonable requirement, a Composite UI framework in an application with no UI? Well, it is, since CAB is not only about UI… If you have a framework of components…