﻿<?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 - Percent width</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Percent-width/</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>Percent width</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Percent-width/</link><pubDate>Wed, 14 May 2014 06:06:53 GMT</pubDate><dc:creator>kveta.nemcova@cdt.cz</dc:creator><description>Hi, thanks, this workaround works well.</description></item><item><title>Percent width</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Percent-width/</link><pubDate>Thu, 08 May 2014 23:17:43 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;Thank you for the question regarding WebCombo.&lt;br&gt;&lt;br&gt;I have workaround that you might try.&lt;br&gt;I use WebCombo DoResize() method in onresize body tag event.&lt;br&gt;Here’s the snippet javascrip code:&lt;pre&gt;&amp;lt;body onresize="bodyResize()"&amp;gt;
&amp;lt;/body&amp;gt;

function bodyResize()
{
    var WebCombo1 = ISGetObject("WebCombo1");
    WebCombo1.DoResize();
}&lt;/pre&gt;&lt;p&gt;I attached the example sample as well.&lt;br&gt;You could get the sample from this link: http://1drv.ms/1g1HsLi&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Percent width</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Percent-width/</link><pubDate>Wed, 07 May 2014 08:06:13 GMT</pubDate><dc:creator>kveta.nemcova@cdt.cz</dc:creator><description>&lt;p style='font: 13px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 10px; margin-bottom: 10px; word-spacing: 0px; white-space: normal; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;Hi,&lt;/p&gt;&lt;p style='font: 13px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 10px; margin-bottom: 10px; word-spacing: 0px; white-space: normal; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;i have WebCombo with Width set as percent. When i resize window (make smaller), then text in combo disappear (when resize back to original size or more text appear again). Doctype is HTML5 and it happend in IE 11, Chrome and Firefox. Easy sample -&lt;/p&gt;&lt;pre style='font: 9pt/normal "Courier New", Tahoma; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 252, 225); -webkit-text-stroke-width: 0px;'&gt;&amp;lt;ISWebCombo:WebCombo RenderingMode="HTML5" Value="Test" ID="WebCombo1" Width="50%" runat="server" UseDefaultStyle="true"&amp;gt;
            &amp;lt;Columns&amp;gt;
                &amp;lt;ISWebCombo:WebComboColumn Name="Column0" /&amp;gt;
            &amp;lt;/Columns&amp;gt;
            &amp;lt;Rows&amp;gt;
                &amp;lt;ISWebCombo:WebComboRow &amp;gt;
                    &amp;lt;Cells&amp;gt;
                        &amp;lt;ISWebCombo:WebComboCell Text="Test"&amp;gt;&amp;lt;/ISWebCombo:WebComboCell&amp;gt;
                    &amp;lt;/Cells&amp;gt;
                &amp;lt;/ISWebCombo:WebComboRow&amp;gt;
            &amp;lt;/Rows&amp;gt;
        &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;/pre&gt;&lt;p style='font: 13px/normal "Lucida Sans Unicode"; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; margin-top: 10px; margin-bottom: 10px; word-spacing: 0px; white-space: normal; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;'&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>