﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Lounge - webcombo is shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/webcombo-is-shown-error/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>webcombo is shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/webcombo-is-shown-error/</link><pubDate>Tue, 02 Sep 2014 00:02:18 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the reply.&lt;br&gt;&lt;br&gt;I am glad to hear that.&lt;br&gt;&lt;br&gt;Should you have further question, please do not hesitate to contact us.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>webcombo is shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/webcombo-is-shown-error/</link><pubDate>Mon, 01 Sep 2014 04:33:06 GMT</pubDate><dc:creator>x-rookie</dc:creator><description>&lt;p&gt;Thank you very much.I used your method and solved this problem&lt;br&gt;&lt;/p&gt;</description></item><item><title>webcombo is shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/webcombo-is-shown-error/</link><pubDate>Sun, 31 Aug 2014 23:36:00 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;I apologize for the inconvenience.&lt;br&gt;&lt;br&gt;Please try to use “DoResize” method in “OnShowDropDown” client side event.&lt;br&gt;&lt;br&gt;Here’s the example snippet code how to use “DoResize” method:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server"&amp;gt;    &amp;lt;LayoutSettings&amp;gt;
        &amp;lt;ClientSideEvents OnShowDropDown="WebCombo1_OnShowDropDown" /&amp;gt;
    &amp;lt;/LayoutSettings&amp;gt;
&amp;lt;/ISWebCombo:WebCombo&amp;gt;

function WebCombo1_OnShowDropDown(controlId, left, top, width, height)
{
    var WebCombo1 = ISGetObject(controlId);
    WebCombo1.DoResize();
}&lt;/pre&gt;&lt;p&gt;Hope this helps.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;
</description></item><item><title>webcombo is shown error</title><link>http://www.intersoftsolutions.com/Community/Lounge/webcombo-is-shown-error/</link><pubDate>Fri, 29 Aug 2014 03:16:51 GMT</pubDate><dc:creator>x-rookie</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I found an error in webcombo shown in IE11.My webcombo version is the latest 6.0.7200.259&lt;/p&gt;&lt;p&gt;In webcombo design mode,I set "RenderingMode="HTML5"".If it's shown in the pages,it runs OK,&lt;/p&gt;&lt;p&gt;But when it's hidden in pages and it is shown by checkbox or radiobutton click event to show. the webcombo's dropdown arrow is shown when I first click the webcombo,when the data is loaded,the dropdown arrow is missing and never be shown.The error picture is attached by the file.&lt;/p&gt;&lt;p&gt;Please tell me how to solve this problem.Thank you&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>