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
I have w very simply example with WebTab in WebCombo (see attachfile: webtab 1 webcombo.jpg)
When I change view to the tab 2 I see WebCombo2 (see attach file: webtab 2 webcombo.jpg)
Next I try to see position from WebCombo, when i click to control WebCombo 2 the symbol for display positions is unvisible. (see attach file: webtab webcombo without symbol.jpg )
In html4 running OK.
My code is only in aspx file:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test_as.aspx.cs" Inherits="StudioSystem.test_as" %> <%@ Register assembly="ISNet.WebUI.WebDesktop" namespace="ISNet.WebUI.WebDesktop" tagprefix="ISWebDesktop" %> <%@ Register assembly="ISNet.WebUI.WebCombo" namespace="ISNet.WebUI.WebCombo" tagprefix="ISWebCombo" %> <!DOCTYPE html> <html> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <ISWebDesktop:WebTab ID="WebTab1" runat="server" Height="300px" RenderingMode="HTML5" Width="500px"> <tabpages> <ISWebDesktop:WebTabItem Text="Tab 1"> <PageTemplate> <ISWebCombo:WebCombo ID="WebCombo1" runat="server" RenderingMode="HTML5" UseDefaultStyle="true"> </ISWebCombo:WebCombo> </PageTemplate> </ISWebDesktop:WebTabItem> <ISWebDesktop:WebTabItem Name="tab2" Text="Tab 2"> <PageTemplate> <ISWebCombo:WebCombo ID="WebCombo2" runat="server" RenderingMode="HTML5" UseDefaultStyle="true"> </ISWebCombo:WebCombo> </PageTemplate> </ISWebDesktop:WebTabItem> </tabpages> <FrameStyle Overflow="Hidden" OverflowY="Hidden" OverflowX="Hidden"></FrameStyle> <TabItemStyle> <Normal Cursor="Hand" BackColor="Gainsboro" BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" Font-Bold="False" Font-Italic="False" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="False" Height="100%" Width="100%"> <Padding Top="2px" Left="10px" Right="10px" Bottom="0px"></Padding> </Normal> <Over BaseStyle="Normal" BackColor="WhiteSmoke"></Over> <Active GradientType="Vertical" BackColor2="245, 245, 245" BaseStyle="Normal" BackColor="White" BorderColor="Navy" BorderStyle="Solid" BorderWidth="1px"></Active> </TabItemStyle> <ContainerStyle Overflow="Auto" OverflowY="Auto" OverflowX="Auto" BackColor="WhiteSmoke" BorderColor="Navy" BorderStyle="Solid" BorderWidth="1px" Height="100%" Width="100%"> <Padding Top="5px" Left="5px" Right="5px" Bottom="5px"></Padding> </ContainerStyle> <RoundCornerSettings TopBorderColor="230, 139, 44" FillerBorderColor="255, 199, 60"></RoundCornerSettings> <DisabledStyle ForeColor="Gray"></DisabledStyle> </ISWebDesktop:WebTab> </div> </form> </body> </html>
When the WebCombo is in other than 1 tab - not working properly, only in first TAB running corectly.
How can I fix it ?
regards
Adam
Hi Adam,
Could you please send me the image to my email (bernard@intersoftpt.com)? I your message before, I couldn't see your attachment image. This happen because there are some error in our uploading engine. We are really sorry for this inconvenience.
However, if WebCombo's render (the position of dropdown button in WebCombo) issue is the one that you found, you could do this method to improve the rendering of WebCombo.
function OnShowDropDown(controlId) { var combo = ISGetObject(controlId); combo.DoResize(); }
You can apply this method for each WebCombo that you used in OnShowDropDown client side event. This might solved your problem. If the problem still exists, please let me know any steps to replicate this problem in our local end.
Hope this helps.
Regards,Bernard
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