Welcome Guest Search | Active Topics | Sign In | Register

Load TabStrip images dynamically Options
barry
Posted: Wednesday, August 8, 2007 3:46:57 AM
Rank: Newbie
Groups: Member

Joined: 8/8/2007
Posts: 2
I'm trying to load TabStrip images dynamically with different gif files depending on current lang. Can't seem to find a good example of changing images in TabStrip in Multipage setting

Thanks,

Barry
eo_support
Posted: Wednesday, August 8, 2007 7:59:27 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Hi Barry,

First of all the TabStrip actually has nothing to do with MultiPage. They are often used together but there is no property on the MultiPage would change how the TabStrip looks and vice versa.

In order to change the TabStrip images, you would first want to know how those images are used. Usually TabStrip uses more images than any other controls. A TabStrip can use:

1. A left side image to create the left edge of the tab item;
2. A right image to create the right edge of the tab item;
3. A background image to create the background of the center part of the tab item;
4. The same set of images for hover state;

This topic explained how all these images come into play:

http://www.essentialobjects.com/ViewDoc.aspx?t=TabStrip%2fdesign_using_images.html

Generally, these images have nothing to do with localization. However, if you use image instead of text as tab item, then you will need to change TabItem.Image.Url.

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.