Hi, Matt
Glad you reach here sooner.
First of all, have you refreshed pattern lib from 7.0 install libraries?
If so, probably you made some local changes against properties of those two Controls.
At least, we support TabStrip and Treeview control with Alpha.
For ImageList Control, the existance property in Pattern layer set to NO.
For TabStrip, see atached image.
Function: UISTYLE/FrameProperty panel
It has
"Control Name" property set with "WPFTab1"
"Event Mappings" property set with "ObActionPerformed=WPFTabEvents"
"Java Bean Class" property set with "ob:ObTabControl"
If you have above and 7.0 Pattern AD, your Tab function should works. Although I know dispaying Icon on Tab doesn't work yet.
The reason you get Type "ObBeanData" is you have ACTIVEX Control but you don't have "Java Bean Class" set.
I guess you run the function after build success, you see the static Control saying "This control isn't supported".
So ObBeanData is a kind of dummy class for unsupported Control.
We cannot support native ACTIVEX or general Control on WPF UI at r7.0, however, I made the way to support Tab or Tree natively.
The trick, at least, make us provides those control support limmited manner.
Hope you can run the TabStrip soon.
Regards,
Kiyoshi