Hey ,
I'm currently working on a WPF application that is build upon the Smart client software factory.I'm using your xamribbon , editors and datagrid throughout the application.
I was wondering if there will be something like the infragistics Composite ui application block made available for the WPF infragistics.
greetz,
I don't think you're asking about the same thing. If you want to use CAB then there are 2 projects included in the NCEK - one that includes all the original classes and the winforms application shells and another project which references the original winforms NCEK project and also includes a custom shell that includes the WPFControlSmartPartStrategy and the IPWFUIElementAdapter just as the MS CAB project's wpf shell does. You would use the latter.
What is the status of this? I am looking for a way to utilize WPF controls inside CAB in the same way as provided by the CAB Extensibility kit, but I use Infragistics workspaces from NCEK.
This sounds like a bug in the CAB/CAL framework. The dockmanager has to remove the element from the tree to move it to a new location when its unpinned, undocked, etc.but it sounds like the RegionManager isn't set up to handle that situation.
Yes, this is the latest WPF / CAB and not the Winforms CAB / Crossbow
I have a workaround which involves
a)2 lines of code change in the MS CAB code
b) any View added to CAB MUST have content added at creation (not the normal operation)
I am not sure the workaround is 100% until I run through all the underlying code. I will try and come up with a small demo showing the error
thanks
Martin