Good Morning,
I recently upgraded from EO Objects 2009 to 2010 and the tab strip is not displaying custom assigned images correctly anymore. I still have the project compiled under the 2009 object and it is working correctly.
Below is the one of the tab strips that has an issue. I created the tabstrip from the Visual Studio 2005 template and reassigned the Left Icon, Right Icon and Middle Icon Url. I have screen shots to show you what I am seeing in the EO 2010 tab strip builder verses the 2009 tab strip builder, but I am unclear as to how to post them with the image icon within this post. I need some of the new functions within the EO 2010 objects and I currently cannot deploy my changes with the tab strip object displaying incorrectly. Any Help would be greatly appreciated. Like I said before, this tab strip is diplaying correctly on a EO 2009 compiled DLL.
I can send you all of them images and screen shots if necessary to assist you.
Code: HTML/ASPX
<eo:TabStrip ID="tbTargets" runat="server" Width="782px" ControlSkinID="None" DesignOptions-BackColor="239, 235, 222" MultiPageID="mpTargets">
<LookItems>
<eo:TabItem Image-BackgroundRepeat="RepeatX" Image-Mode="TextBackground" Image-SelectedUrl="00010205" Image-Url="~/Images/tabmiddleblue.gif" ItemID="_Default" LeftIcon-SelectedUrl="00010204" LeftIcon-Url="~/Images/tableftblue.gif" NormalStyle-CssText="font-family:Tahoma;font-size:11px;"
RightIcon-SelectedUrl="00010206" RightIcon-Url="~/Images/tabrightblue.gif" SelectedStyle-CssText="">
<SubGroup OverlapDepth="8" Style-CssText="font-family: tahoma; font-size: 8pt; background-image: url(00010200); background-repeat: repeat-x; cursor: hand;">
</SubGroup>
</eo:TabItem>
</LookItems>
<TopGroup>
<Items>
<eo:TabItem Text-Html="Class Schedule" PageViewID="pvSchedule">
</eo:TabItem>
<eo:TabItem OnClickScript="" PageViewID="pvClassDetail" RaisesServerEvent="False" Text-Html="Class Detail">
</eo:TabItem>
<eo:TabItem OnClickScript="" PageViewID="pvClassPrereq" RaisesServerEvent="False" Text-Html="Class Prerequisites">
</eo:TabItem>
<eo:TabItem OnClickScript="" PageViewID="pvTargetPositions" RaisesServerEvent="False" Text-Html="Target Positions">
</eo:TabItem>
</Items>
</TopGroup>
</eo:TabStrip>