Welcome Guest Search | Active Topics | Sign In | Register

Images that are part of APP_THEME are not referenced from the APP_THEME folder. Options
luisfleitas
Posted: Thursday, November 6, 2008 10:47:18 AM
Rank: Newbie
Groups: Member

Joined: 8/5/2008
Posts: 7
Hello

Images that are part of APP_THEME are not referenced from the APP_THEME folder. I will explain:

I have the following SpellChecker Dialog in a skin file (ASP.NET Themes):

<eo:SpellCheckerDialog runat="server"
Width="320px" Height="216px"
CloseButtonUrl="eoImages/Dialog/WindowsMCE/close.gif" BackColor="#ECE9D8" >
<FooterStyleActive ...></FooterStyleActive>
<HeaderStyleActive ... ></HeaderStyleActive>
<ContentTemplate>
...
</ContentTemplate>
<ContentStyleActive ..></ContentStyleActive>
<BorderImages
BottomBorder= "eoImages/Borders/WinXP/BottomBorder.gif"
RightBorder= "eoImages/Borders/WinXP/RightBorder.gif"
TopRightCornerBottom= "eoImages/Borders/WinXP/TopRightCorner.gif"
TopLeftCornerRight= "eoImages/Borders/WinXP/TopRightCorner.gif"
TopRightCorner= "eoImages/Borders/WinXP/TopRightCorner.gif"
LeftBorder= "eoImages/Borders/WinXP/LeftBorder.gif"
TopLeftCorner="eoImages/Borders/WinXP/TopLeftCorner.gif"
BottomRightCorner="eoImages/Borders/WinXP/BottomRightCorner.gif"
TopLeftCornerBottom="eoImages/Borders/WinXP/TopLeftCornerBottom.gif"
BottomLeftCorner="eoImages/Borders/WinXP/BottomLeftCorner.gif"
TopRightCornerLeft="eoImages/Borders/WinXP/TopRightCornerLeft.gif"
TopBorder="eoImages/Borders/WinXP/TopBorder.gif">
</BorderImages>
</eo:SpellCheckerDialog>


WHen the page is rendered the image's URL look like this: "urlroot/eoimages/...". Since the images are in a skin folder they should reference the images from the APP_THEMES folder, e.g. urlroot/app_themes/eoimages/..."

Yes this can be solved pretty easly by putting the images in the root folder, but it goes against the overall arquicheture of ASP.Net Themes.

Thanks
eo_support
Posted: Thursday, November 6, 2008 12:21:23 PM
Rank: Administration
Groups: Administration

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

Thank you very much for your feedback. This appears to be a problem. We will look into it and get it fixed as soon as possible.

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.