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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
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
|