﻿<?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 - WebCombo - DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</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>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Mon, 15 Feb 2010 22:30:50 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please follow the steps below in order to solve your issue. &lt;/span&gt;&lt;/p&gt;
&lt;ol style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;&lt;li&gt;Open “&lt;strong&gt;UCtrl.ascs&lt;/strong&gt;” file in design-mode of Visual Studio. &lt;/li&gt;&lt;li&gt;Click cboCombo WebCombo instance and &lt;strong&gt;press [F4] key to show the ‘Properties’ window&lt;/strong&gt;. &lt;/li&gt;&lt;li&gt;In the ‘Properties’ window, point your mouse to &lt;strong&gt;“LayoutSettings &amp;gt; ClientSideEvents &amp;gt; OnShowDropDown”&lt;/strong&gt;. &lt;/li&gt;&lt;li&gt;Click the drop down button of “OnShowDropDown” and select &lt;strong&gt;“Add New Handler – cboCombo_OnShowDropDown(controlId, left, top, width, height)”&lt;/strong&gt;. &lt;/li&gt;&lt;li&gt;Switch the page view into “Source” view. &lt;/li&gt;&lt;li&gt;In the OnShowDropDown function, add following line: &lt;strong&gt;cboCombo.DoResize();&lt;/strong&gt; &lt;br /&gt;The OnShowDropDown javascript function then should look like below. &lt;pre&gt;&amp;lt;script language="javascript" type="text/javascript"&amp;gt;
    &amp;lt;!--
    function cboCombo_OnShowDropDown(controlId, left, top, width, height) {
        var cboCombo = ISGetObject(controlId);
        cboCombo.DoResize();
        return true;
    }
    --&amp;gt;
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Done. &lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;This should helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Mon, 15 Feb 2010 04:40:09 GMT</pubDate><dc:creator>dbencini</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;Yeah im keen to test the pre-release to the hotfix. Please send me details &lt;a href="mailto:dbencini@gmail.com"&gt;dbencini@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Dino&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Mon, 15 Feb 2010 02:48:26 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;We are regularly release official hotfix every month.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;The work item for Dino Bencini’s issue is submitted under work item #607. Currently this work item is still under investigated by development team. Should you need to test the nightly build (pre-release) of the hotfix, please let us know.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Sat, 13 Feb 2010 14:37:26 GMT</pubDate><dc:creator>dbencini</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;Cool thanks for that any date when this fix will be available to us?&lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;
&lt;p&gt;Dino&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Thu, 11 Feb 2010 22:32:29 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;Hi Dino,&lt;/p&gt;&lt;p&gt;Thank you for your sample. I can see your issue. I will forward the issue into our developer.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Thu, 11 Feb 2010 22:30:32 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;Hello Todd,&lt;/p&gt;&lt;p&gt;I created a simple sample and run in IE6 but could not replicate the issue. Could you modify my sample so it can replicate the issue?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Thu, 11 Feb 2010 16:03:30 GMT</pubDate><dc:creator>dbencini</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;Heres an example project if anyone wants to reproduce the bug....&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;By the way this happens in IE too&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Thu, 11 Feb 2010 15:26:09 GMT</pubDate><dc:creator>dbencini</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;I get a similar thing, but only on non IE browsers... i have the combo hidden in a div and when i show  the div the combo looks fine but as soon as i select a value from the combo the button dissapears???&lt;/p&gt;</description></item><item><title>DropDown Button Disappears</title><link>http://www.intersoftsolutions.com/Community/WebCombo/DropDown-Button-Disappears/</link><pubDate>Thu, 11 Feb 2010 12:57:48 GMT</pubDate><dc:creator>tyoung@cardiocom.com</dc:creator><category>WebCombo Dropdown Button</category><description>&lt;p&gt;I have a WebCombo (latest release) inside a table row that is initially not visible.&lt;/p&gt;
&lt;p&gt;When a second ASP dropdown is selected, based on the index, the hidden row &lt;br /&gt;will toggle between visible/not visible. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;function ToggleRow(index)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj = document.getElementById('regionRow');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( index == 2 )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {obj.style.display = ''inline;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {obj.style.display = 'none';}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When the row is eventually displayed and user clicks on the dropdown button, it &lt;br /&gt;disappears and will not display again. &lt;br /&gt;&lt;br /&gt;I am using IE 6.0 and have set the popup to to normal. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks for any help... &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Todd&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>