﻿<?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 - Is is possible to control where the WebCombo renders?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-is-possible-to-control-where-the-WebCombo-renders/</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>Is is possible to control where the WebCombo renders?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-is-possible-to-control-where-the-WebCombo-renders/</link><pubDate>Tue, 17 Dec 2013 21:38:46 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Thank you for the feedback.&lt;br /&gt;
I will have this discussed with the development team and let you know the result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is is possible to control where the WebCombo renders?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-is-possible-to-control-where-the-WebCombo-renders/</link><pubDate>Mon, 16 Dec 2013 16:08:30 GMT</pubDate><dc:creator>kejohnson</dc:creator><description>&lt;p&gt;Thanks.  That does move the results box to the left.  However, it appears that that the width of the results box is still calculated as if it is out of room and still truncates the results.  Is there something else I need to do?  I am not setting the ResultBoxWidth.  So, it seems to automatically calculate the needed width unless there is no room to display it all.&lt;/p&gt;&lt;p&gt;Also, it doesn't calculate the width correctly if IE is on my secondary monitor.  It only works correctly when not near the right edge of the primary monitor.  This is IE8.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Is is possible to control where the WebCombo renders?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-is-possible-to-control-where-the-WebCombo-renders/</link><pubDate>Sun, 15 Dec 2013 23:43:47 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;WebCombo has &lt;strong&gt;ResultBoxWindowType&lt;/strong&gt; property which specifies the resultbox’s window type. This property is only applicable to IE browser.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;However, in the most recent version of IE (IE 11), “floating” result window – WebCombo’s result box will be displayed on the top of browser window which is not limited to the browser’s size – is no longer supported.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;In your case, you need to adjust the result box’s position to show in a different place. In order to do this, please try to set the following properties.&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: rgb(31, 73, 125);"&gt;&lt;li&gt;Set ResultBoxWindowType to Normal.&lt;/li&gt;&lt;li&gt;Set AdjustResultBoxLeft to -260.&lt;/li&gt;&lt;li&gt;Set AdjustResultBoxTop to 0.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The illustration below shows the result.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Before:&lt;/span&gt;&lt;/p&gt;&lt;img width="335" height="202" alt="before" src="https://jlqg9w.dm2301.livefilestore.com/y2phW_DL4tCNBR9ULSgJzOQ7MiGX1OTsKGUbVCK_VpY5lMrLtj3XDn37f0B6Lry7Mpi-fwfNyPZqEXpBkH61FFPwIkQVBbA_kfcyphVBJyWI0Y/before.jpg"&gt;&lt;/img&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;After:&lt;/span&gt;&lt;/p&gt;&lt;img width="335" height="202" alt="after" src="https://vzpfyg.dm2303.livefilestore.com/y2pSvPIpCaT_9lL9ya9MfO0yBmqI7Ltba8V-Vcv7lokDB6v_tq7H3nYskeiKblwpb0woMzp1mJFsQxuK3CI6kEvbFQnL8QS-ZdOQFiQm8zmjL8/after.jpg"&gt;&lt;/img&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is is possible to control where the WebCombo renders?</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Is-is-possible-to-control-where-the-WebCombo-renders/</link><pubDate>Thu, 12 Dec 2013 15:20:04 GMT</pubDate><dc:creator>kejohnson</dc:creator><description>&lt;p&gt;I have a page that uses a multicolumn WebCombo in popup mode in the upper-right corner.  The page is in an application that is always used in IE.  When IE is not maximized, the WebCombo displays properly and goes past the border of the browser.  When IE is maximized, the WebCombo opens, but does not have enough room to display.  The user sees a portion of the columns and is allowed to scroll to the right to view the other columns.  Is it possible to make the WebCombo open completely but to open to the left so that all columns are visible?&lt;/p&gt;&lt;p&gt;In the older version of WebCombo that I upgraded from, if there was not room to display the extra columns, only the first was shown.  The user could scroll to view the other columns.  Now, it attempts to display the other columns anyway and cuts off in the middle of a column.  Can I control how this rendering occurs?  &lt;/p&gt;
&lt;p&gt;Either solution would work for me.  My customer doesn't like the way it renders now and I'm trying to see what my options are.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Keith&lt;/p&gt;</description></item></channel></rss>