Welcome Guest Search | Active Topics | Sign In | Register

TabStrip OverlapDepth Options
Mackin
Posted: Friday, December 18, 2009 9:01:14 AM
Rank: Advanced Member
Groups: Member

Joined: 6/1/2007
Posts: 31
When I try to turn on the OverlapDepth feature for images that I'm providing I get image not found red x in-between each tabed folder. However if I do not have the OverlapDepth on then everything appears fine. When I look at the properties of the image not found I get this.

http://localhost:52799/eo_web.ashx?id=477ED26A-2FF3-44e9-8659-87854008F167&type=1&img1=/Images/Folders/black_tab1.jpg&img2=/Images/Folders/red_tab3.jpg&edge=left&align=2&depth=8&reverse=0

Code below for the TabStrip

Code: C#

<eo:TabStrip ID="eo_tbs_BookDetails" runat="server"
MultiPageID="eo_mp_BookDetails">
<LookItems>
<eo:TabItem NormalStyle-CssText="color: #ffffff;" SelectedStyle-CssText="color: #ffffff; font: bold;" Image-Mode="TextBackground" Image-SelectedUrl="~/Images/Folders/red_tab2.jpg"
Image-Url="~/Images/Folders/black_tab2.jpg" ItemID="_TopLevelItem"
LeftIcon-SelectedUrl="~/Images/Folders/red_tab1.jpg"
LeftIcon-Url="~/Images/Folders/black_tab1.jpg"
RightIcon-SelectedUrl="~/Images/Folders/red_tab3.jpg"
RightIcon-Url="~/Images/Folders/black_tab3.jpg">
<SubGroup OverlapDepth="8"></SubGroup>
</eo:TabItem>
</LookItems>
<TopGroup>
<Items>
<eo:TabItem Text-Html="Details" PageViewID="eo_pv_Details"></eo:TabItem>
<eo:TabItem Text-Html="Reviews" PageViewID="eo_pv_Reviews"></eo:TabItem>
<eo:TabItem Text-Html="Reading Info" PageViewID="eo_pv_ReadingInfo"></eo:TabItem>
<eo:TabItem Text-Html="Related Searches" PageViewID="eo_pv_RelatedSearches"></eo:TabItem>
<eo:TabItem Text-Html="Multiple School Ordering" PageViewID="eo_pv_MultSchool"></eo:TabItem>
<eo:TabItem Text-Html="Interlibrary TitleMatch" PageViewID="eo_pv_DistrictTM"></eo:TabItem>
<%--<eo:TabItem Text-Html="About the Author" PageViewID="eo_pv_AboutAuthor"></eo:TabItem>--%>
</Items>
</TopGroup>
</eo:TabStrip>

eo_support
Posted: Friday, December 18, 2009 9:38:13 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Both your code and the Url looks fine. We will be happy to take a look if you can isolate the problem into a test project. Please include all the necessary image files in the project so that we can reproduce the problem in our environment.

Thanks!
Mackin
Posted: Friday, December 18, 2009 9:50:16 AM
Rank: Advanced Member
Groups: Member

Joined: 6/1/2007
Posts: 31
Not sure what else you need from me on this. I would send you the image files but I do not see a way to do that here in this forum.
eo_support
Posted: Friday, December 18, 2009 9:55:41 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have PMed you as to where to send. Please include everything but only everything that is needed to reproduce the problem (For example, do not send your whole project as is to us). Also make sure the code runs because we will need to debug it.

Thanks
Mackin
Posted: Monday, December 21, 2009 8:34:38 AM
Rank: Advanced Member
Groups: Member

Joined: 6/1/2007
Posts: 31
Could you please give me an update on the status of this.
eo_support
Posted: Monday, December 21, 2009 8:51:35 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Try .gif file instead of .jpg file. Overlapping images only work with .gif. Also make sure your .gif file contains no more than 128 colors in its color palette.

Thanks!
Mackin
Posted: Monday, December 21, 2009 11:42:42 AM
Rank: Advanced Member
Groups: Member

Joined: 6/1/2007
Posts: 31
Yes that was it thank you. Does your documentation state this anywhere?
eo_support
Posted: Monday, December 21, 2009 11:48:27 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

It is mentioned in this page (right before section 1.4):

http://doc.essentialobjects.com/library/1/tabstrip/design_overlapping.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.