iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Dear support,
I have a problem with webTab complexImages rendering on screen.
I have supplied 3 images for each tab (left, center, right) for both states (active, normal).
Total of 6 images for both states.
When I first run the page, everything looks ok, but when I hover tabs or press one of the tabs the images disappear.
Hello,
I think I know which part that you were missing. When define the ImagesDirectory properties, you also need to change EnableWebResources properties into ScriptOnly. In this way, the images are can be fully specified manually. Regards,Handy
Here is the modified sample. I also corrected some incorrect images that you specified. Please try to see my following path and level. Notice that, when you hover into the tab, the images still persist.Regards,Handy
Hello
Thanks for your reply, still has the problem
My pictures are located in the project folder
any suggestions?
Thanks
That will also work. As default, when you use script only for the resources, all the images would be loaded from CommonLibrary (virtual directory). However, if you want to use your own image folder, you can add the folder into your project and specify the path in ImageDirectory properties. Please ensure you specify the correct relative path.
Regards,Handy
Thanks for your reply.
I did specify the path to the images directory at the ImageDirectory propertie.
i have 2 tabs, when i first open the page i can see them both with my images
one as "acrive" and one as "normal", so the images are there and the path is correct.
when i hover or press the tabs no "switching" between active and normal states is happening
all i see is blanck images as if the path is incorrect.
hope you can help
Please ensure that it refers into the correct path. Or, you can send me your simple runable project that replicates this issue. I will help you see what caused this issue and modify it for you.
Thanks for your help
please find attachment
I have a problem similar to robbob's case. I am trying to customize the Webtab's outlook to my custom images stored in a directory I created in CommonLibrary (e.g. \CommonLibrary\Images\WebDesktop\Win8\)
And I had changed the "ImageDirectory" to "\CommonLibrary\Images\WebDesktop\Win8\", and also the "ImagesSettings" to the images I made.
When I run the project, the image can't be loaded. Please kindly advise.
Thanks and Regards,Fung
the ASPX Code of the WebTab: <ISWebDesktop:WebTab ID="WebTab1" runat="server" Height="300px" Width="500px" AllowTextWrapping="False" DefaultTabSeparatorWidth="0px" RenderMode="ComplexImages" TabSeparator="False" ImagesDirectory="/CommonLibrary/Images/WebDesktop/Win8/"> <TabPages> <ISWebDesktop:WebTabItem Text="Tab 1"> </ISWebDesktop:WebTabItem> </TabPages> <FrameStyle BackColor="#BFDBFF" Overflow="Hidden" OverflowX="Hidden" OverflowY="Hidden"> <Padding Top="5px" /> </FrameStyle> <TabItemStyle> <Normal Cursor="Hand" Font-Names="segoe ui,tahoma" Font-Size="9pt" ForeColor="#38428B" Height="100%" Width="100%"> <Padding Bottom="0px" Left="10px" Right="10px" Top="4px" /> </Normal> <Over BackColor="WhiteSmoke" BaseStyle="Normal" BorderColor="#3C7FB1"> </Over> <Active BackgroundImage="url(/CommonLibrary/Images/WebDesktop/blank.gif)" BaseStyle="Normal"> </Active> </TabItemStyle> <ContainerStyle BackColor="White" BorderColor="#8DB2E3" BorderStyle="Solid" BorderWidth="1px" Font-Names="segoe ui,tahoma" Font-Size="9pt" Height="100%" Overflow="Auto" OverflowX="Auto" OverflowY="Auto" Width="100%"> <Padding Bottom="5px" Left="5px" Right="5px" Top="5px" /> </ContainerStyle> <RoundCornerSettings FillerBorderColor="255, 199, 60" TopBorderColor="230, 139, 44" /> <DisabledStyle ForeColor="Gray"> </DisabledStyle> <ImagesSettings ActiveCenter="tabo7_center_active.gif" ActiveLeft="tabo7_left_active.gif" ActiveRight="tabo7_right_active.gif" NormalCenter="tabo7_normal.gif" NormalLeft="tabo7_normal.gif" NormalRight="tabo7_normal.gif" OverCenter="tabo7_center_over.gif" OverLeft="tabo7_left_over.gif" OverRight="tabo7_right_over.gif" /> </ISWebDesktop:WebTab>
Hello Fung,
It should be not happened. Have you change EnableWebResources properties to ScriptOnly? With this way, you can specify the images path or getting the image from CommonLibrary. You can also check the current path of your images. Please right the unloaded image and choose properties. Please check what is the loaded path in there.
Thanks Handy, setting EnableWebResources to ScriptOnly fixed the problem.
However, when my aspx page is stored in a sub folder in the project, the page is not able to load the image for the controls. For example, My Images is stored in \ProjectFolder\Images\ and my .isl point to the .\Images\ as ImagesDirectory .If the aspx page is stored in \ProjectFolder\ everything goes fine. But when I open a page stored in \ProjectFolder\SubFolder\ The Images of the control is no able to load. Since I am making the .isl file as a theme for my whole project, is there any way that I can set the image path in the .isl file and able to use it all over the project ? Or is there any work around ?
Thanks and Regards,
Fung
My Images is stored in \ProjectFolder\Images\ and my .isl point to the .\Images\ as ImagesDirectory .If the aspx page is stored in \ProjectFolder\ everything goes fine. But when I open a page stored in \ProjectFolder\SubFolder\ The Images of the control is no able to load.
When you changed the path, you would also need to change the path in your image directory. This already its default behaviour. Besides, using .\Images\ means it would go up one level. That's why it works if your stored in \ProjectFolder\.How if you changed the path into Images\?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname