﻿<?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 - WebTreeView - IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</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>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Sat, 15 Aug 2015 22:12:12 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>IE11 Deploying to server</category><description>Forget my last post. I have found the main cause for the problem. The problem was that the login-form that included a WebDialogBox is in a web-site with form-authentication, that acutally probibited access to any ISRes.axd resource and thereby the SmartWebResources started behave strangely as the webform loaded it's script from CommonLibray instead.. To solve that I added a authorzation exceptoin in web.config, such:&lt;br&gt;&lt;pre&gt; &amp;lt;location path="ISRes.axd"&amp;gt;&lt;br&gt;&amp;nbsp;  &amp;lt;system.web&amp;gt;      &amp;lt;authorization&amp;gt;
        &amp;lt;allow users="*"/&amp;gt;
      &amp;lt;/authorization&amp;gt;
    &amp;lt;/system.web&amp;gt;
  &amp;lt;/location&amp;gt;&lt;/pre&gt;&lt;p&gt;I still have some IE11 issues on the deployment server regarding WebFlyPostManager and WebContextMenu,&amp;nbsp; but I will try to solve those before bugging IntersoftPT tech support any further.&lt;br&gt;&lt;br&gt;Thank you for all the help.&lt;br&gt;&lt;/p&gt;&lt;br&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Fri, 14 Aug 2015 12:48:42 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>IE11 Deploying to server</category><description>Yes of course (1 to 5). And I have tripple checked. Here are those read directly from our server:&lt;br&gt;&lt;ol&gt;&lt;li&gt;All runtime licnese keys are set copy/pasted from our licnese.&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;ISNet.WebUI.WebGrid.Resources.dll version 9.0.7200.1&lt;br&gt;ISNet.WebUI.WebDesktop.Resources.dll version 4.0.7200.14&lt;br&gt;ISNet.WebUI.WebCombo.Resources.dll version 6.0.7200.260&lt;br&gt;ISNet.WebUI.WebInput.Resources.dll version 4.0.7200.253&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li style=""&gt;ISNet.dll version 3.0.5000.914&lt;br&gt;ISNet.WebUI.dll version 3.0.5000.914&lt;br&gt;ISNet.WebUI.Resources.dll version 3.0.5000.914&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;ISNet.WebUI.WebGrid.dll version 9.0.7200.1&lt;br&gt;ISNet.WebUI.WebDesktop.dll version 4.0.7200.14&lt;br&gt;ISNet.WebUI.WebCombo.dll version 6.0.7200.260&lt;br&gt;ISNet.WebUI.WebInput.dll version 4.0.7200253&lt;br&gt;&lt;br&gt;&lt;/li&gt;&lt;li&gt;ISNet.ActiveReports.Exporting.dll version 5.0.7200.3&lt;br&gt;ISNet.WebUI.WebGrid.ISChartEngine.dll version 9.07200.1&lt;br&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br&gt;And here is th &amp;lt;system.webServer&amp;gt; setup on the server:&lt;br&gt;&lt;pre&gt;    &amp;lt;system.webServer&amp;gt;&lt;br&gt;    &amp;lt;validation validateIntegratedModeConfiguration="false"/&amp;gt;&lt;br&gt;    &amp;lt;handlers&amp;gt;&lt;br&gt;      &amp;lt;add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/&amp;gt;&lt;br&gt;      &amp;lt;add name="ISRes.axd_GET" path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" preCondition="integratedMode"/&amp;gt;&lt;br&gt;      &amp;lt;add name="WebFileUploaderHttpHandler.axd_GET" path="WebFileUploaderHttpHandler.axd" verb="GET" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" preCondition="integratedMode"/&amp;gt;&lt;br&gt;    &amp;lt;/handlers&amp;gt;&lt;br&gt;    &amp;lt;modules&amp;gt;&lt;br&gt;      &amp;lt;add name="WebFileUploaderHttpModule_GET" preCondition="managedHandler" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor" /&amp;gt;&lt;br&gt;    &amp;lt;/modules&amp;gt;&lt;br&gt;  &amp;lt;/system.webServer&amp;gt;  &lt;br&gt;&lt;/pre&gt;However I have made some progress: The thing is that the WebDialogBox on the login page was set with EnableWebResources="Never". This actually enabled things to work on my Development Machine.&lt;br&gt;So I removed it, and then all browser types complain they don't find the WebDesktop resources ("InitWebDialogBox is not defined", etc).&lt;br&gt;The strange thing is that when I open Deployment Manager from any of the WebUI controls, it shows "Client Resources Mode = Auto" althoug this is the setting in web.confg:&lt;br&gt;&amp;lt;add key="ISNet.WebUI.WebDesktop.v4_0_7200.EnableWebResources" value="Always"/&amp;gt;&lt;br&gt;...etc same for all the other controls.&lt;br&gt;What is even more strange, if I press the "Copy SmartWebResourcesto Project Folder" it copies the DLLs to the root folder of the project but not the Bin folder as expected.&lt;br&gt;&lt;br&gt;End result is that I have to set:&lt;br&gt;&amp;lt;add key="ISNet.WebUI.WebDesktop.v4_0_7200.EnableWebResources" value="Never"/&amp;gt;&lt;br&gt;to get Chrome and FireFox to work, but for IE11 that does not help as it will not find the smart web-resources for other WebUI components.&lt;br&gt;TJ&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Fri, 14 Aug 2015 09:20:32 GMT</pubDate><dc:creator>yudi</dc:creator><category>IE11 Deploying to server</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please ensure following checklist when deploying WebSite/WebApp which employs Intersoft controls:&lt;/span&gt;&lt;/p&gt;&lt;ol style="color: #1f497d;"&gt;&lt;li&gt;RuntimeLicenseKey&lt;br&gt;This is a key required in order to license the components for deployment purpose in production environment. This one is checked/done based on your post on August 13, 2015 (...excluding the Runtime Licens sections of course)&lt;/li&gt;&lt;li&gt;Resource Assembly&lt;br&gt;Ensure that you have copied the resources assemblies to your project's bin folder. Example: ISNet.WebUI.WebGrid.Resources.dll; ISNet.WebUI.WebDesktop.Resources.dll.&lt;/li&gt;&lt;li&gt;Framework Assembly&lt;br&gt;You are required to copy framework assemblies to your project's bin folder. The framework assemblies are: ISNet.dll; ISNet.WebUI.dll; and ISNet.WebUI.Resources.dll.&lt;/li&gt;&lt;li&gt;Component Assembly&lt;br&gt;Component assembly is required to be copied to your project's bin folder. The component assemblies are: ISNet.WebUI.WebGrid.dll; ISNet.WebUI.WebDesktop.dll; ISNet.WebUI.WebCombo.dll, etc.&lt;/li&gt;&lt;li&gt;Feature-specific Assembly&lt;br&gt;Exporting, charting feature assembly is required to be copied to your project's bin folder if the WebApplication utilizes these features.&lt;/li&gt;&lt;li&gt;Ensure that handlers have been added in &amp;lt;system.webServer&amp;gt; in web.config file.&lt;br&gt;For more detail, please check &lt;a href="https://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Configure-Intersoft-products-to-run-in-IIS7-environment/"&gt;this&lt;/a&gt; tutorial article that provides a step-by-step instruction on how to configure Web Site to run in IIS7 (or newer) environment.&lt;/li&gt;&lt;/ol&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Thu, 13 Aug 2015 09:54:24 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>IE11 Deploying to server</category><description>&lt;p&gt;Ok I switch to SmartWebResources fully:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;I have copied all the .Resource.dll files to the Bin folder&lt;/li&gt;&lt;li&gt;Here is the IS related setup in web.config (on the deployment server)..excluding the Runtime Licens sections of course.&lt;/li&gt;&lt;/ol&gt;&lt;pre&gt;    &amp;lt;add key="ISNet.WebUI.ISRes_Registered" value="true" /&amp;gt;    &amp;lt;add key="ISNet.WebUI.v3_0_5000.GroupCssStyles" value="true" /&amp;gt;        &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.EnableWebResources" value="Always"/&amp;gt;    &amp;lt;add key="ISNet.WebUI.WebAqua.v2_0_1000.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebInput.v4_0_7200.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTextEditor.v2_0_1000.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebScheduler.v4_0_1000.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebGrid.v9_0_7200.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebEssentials.v3_0_1000.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebDesktop.v4_0_7200.EnableWebResources" value="Always"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebCombo.v6_0_7200.EnableWebResources" value="Always"/&amp;gt;

    &amp;lt;add key="ISNet.WebUI.WebDesktop.V4_0_7200.RenderingMode" value="HTML5" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebGrid.v9_0_7200.RenderingMode" value="HTML5" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.RenderingMode" value="HTML5" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebCombo.v6_0_7200.RenderingMode" value="HTML5" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebInput.v4_0_7200.RenderingMode" value="HTML5" /&amp;gt;
    
    &amp;lt;add key="ISNet.WebUI.v3_0_5000.OptimizeCss" value="true" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.v3_0_5000.OptimizeCssName" value="true" /&amp;gt;
    
    &amp;lt;add key="ISNet.WebUI.WebDesktop.V4_0_2007.XmlCompressionEnabled" value="true" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebGrid.V9_0_7200.XmlCompressionEnabled" value="true" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebInput.v4_0_7200.XmlCompressionEnabled" value="true" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebCombo.v4_0_7200.XmlCompressionEnabled" value="true" /&amp;gt;
&lt;/pre&gt;After this modification, everything works fine using Chrome or FireFox. &lt;br&gt;&lt;p&gt;BUT IE11 does not work. It manages to pass the login screen that actully has a WebDialogBox, but when it enters the page containing the treeview (Profiler.aspx) and web-combos it fails. Se attahced tow debug images. the A-image (NETWORK) doesnt show anything wrong I think. But take a look at B-image (CONSOLE). IE11 doesnt seem to find the individual Javascript functions in the SmartResources, althoug it GETs the .js files successfully. How come?&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;PS: After I removed compleetly CommonLibrary folder. IE11 stops on the first request to Intersoft resources:&lt;br&gt;script&amp;gt;InitWebDialogBox('c_wdlgLogin') 'script' is undefined&lt;br&gt;&lt;/span&gt;But Firefox and Chrome still work 100% ok.&lt;span style="font-weight: bold;"&gt;&lt;br&gt;&lt;span style="text-decoration:underline;"&gt;So the problem is that IE11 refuses to use the SmartWebResources, while Chrome and Firefox can use them when browsing the same web site. How can that be?&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;I can send you a login to the system if you provide me with avalid intersoftpt emal address. Then you can test for your self.&lt;br&gt;Regards&lt;br&gt; TJ&lt;br&gt;&lt;/p&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Thu, 13 Aug 2015 04:09:51 GMT</pubDate><dc:creator>yudi</dc:creator><category>IE11 Deploying to server</category><description>&lt;blockquote&gt;Where is the WebUI for ASP.Net documentation, where I can read about thes Smart Web Resources, etc.&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I enclosed a video (SmartWebResourcesDocumentation.zip) as attachment. The video shows how to find SmartWebResources in WebUI Studio for ASP.Net documentation. Please feel free to let me know if you still have any difficulties to find/locate the documentation.&lt;/span&gt;&lt;/p&gt;&lt;br&gt;&lt;blockquote&gt;Where do I se if the app (in dev. machine) uses Smart Web Resources or not?&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The image below shows WebSite using SmartWebResources.&lt;/span&gt;&lt;/p&gt;
&lt;img style="height: 300px; width: 400px;" src="http://www.intersoftpt.com/Community/Attachments/24521/UsingSmartWebResources.png"&gt;&lt;br&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;While this one shows WebSite not using SmartWebResources.&lt;/span&gt;&lt;/p&gt;
&lt;img style="height: 300px; width: 400px;" src="http://www.intersoftpt.com/Community/Attachments/24521/NotUsingSmartWebResources.png"&gt;&lt;br&gt;&lt;br&gt;
&lt;blockquote&gt;disk-space on our server is no issue. Should I prefere using Smart Web Resources or not?&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;As best practice, it is highly recommended to enable SmartWebResources feature for all Intersoft's components. This will avoid developers to deals with the complexity in order to deploy their web application. For an instance, the JavaScript files, image, and other runtime client files need to be copied in order for the component to run properly.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Wed, 12 Aug 2015 14:06:14 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>IE11 Deploying to server</category><description>Hu Yudi, and thank you for your quick response. I appreciate Intersofts fast and good customer support.&lt;br&gt;First thing. I have not touched WebUI for ASP.Net for many years. So my knowledg is quite rusted now when I have to upgrade all WebUI for ASP.net, in our application because of IE and Chrome browser problems in the old one. So first things first: &lt;br&gt;&lt;ol&gt;&lt;li&gt;Where is the WebUI for ASP.Net documentation, where I can read about thes Smart Web Resources, etc.&lt;/li&gt;&lt;li&gt;Where do I se if the app (in dev. machine) uses Smart Web Resources or not?&lt;/li&gt;&lt;li&gt;disk-space on our server is no issue. Should I prefere using Smart Web Resources or not?&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Find attached the results from IE11 Dev. Tool. It seems that when browsing from IE11 the scripts in CommonLibary can't be found...am I right? But why is that happening for IE11 only but not in Chrome and FireFox? ... &lt;br&gt;&lt;/p&gt;&lt;p&gt;So I added all the stuff from your &amp;lt;appSettings&amp;gt; that where missing in mine (all those script directory refs. and EnableWebResources=never). After that the tree view paints correctly but is not sensing the mouse, when hovering over tree view items or trying to expload an item.&lt;br&gt;In the IE11 Dev Tool I now get this error only: &lt;br&gt;"SCRIPT438: Object doesn't support property or method 'attachEvent'"&lt;br&gt;"File: WebTreeView.js, Line: 1, Column: 93893"&lt;br&gt;We are using .NET framework v4.0.304129 on both dev. machine and deployment server.&lt;br&gt;&lt;/p&gt;&lt;p&gt;PS: If it matter, When I deploy I use "Publish Web site" from Visual Studio 2010 that compiles and copy the website to a "precompiled" folder. I copy the content of that folder to the deployment server. Done so for many years with the app with previous version of WebUI components without any problems at all.&lt;br&gt;&lt;br&gt;TJ&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;br&gt; TJ&lt;br&gt;&lt;/p&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Wed, 12 Aug 2015 04:57:22 GMT</pubDate><dc:creator>yudi</dc:creator><category>IE11 Deploying to server</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please allow me to assist you with the deployment problem one-by-one. First, let's start with the WebTreeView.&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;Everyting works fine on my development machine in all browser types (IE11, Chrome, FireFox).&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;During development phase, does the app (in development machine) uses SmartWebResources or not uses SmartWebResources? If the app in development machine doesn't use SmartWebResources then it would be as simple as xcopy the app to deployment server.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;A simple WebSite with unbound WebTreeView is deployed to my IIS 8.5. Below is the settings which related to WebTreeView defined in web.config file.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;configuration&amp;gt;
  &amp;lt;appSettings&amp;gt;
    &amp;lt;add key="ISNet.WebUI.ISRes_Registered" value="false"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.v3_0_5000.OptimizeCss" value="true" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.v3_0_5000.OptimizeCssName" value="true" /&amp;gt;
    &amp;lt;add key="ISNet.WebUI.v3_0_5000.GroupCssStyles" value="true" /&amp;gt;
    
    &amp;lt;!-- WebTreeView Settings --&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.ImagesDirectory"
         value="~/CommonLibrary/Images/WebTreeView/"/&amp;gt;    
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.RenderingMode"
         value="HTML5"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.RuntimeLicenseKey"
         value="RUNTI-MELI-CENSE"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.ScriptDirectory"
         value="~/CommonLibrary/WebTreeView/V1_0_1500/"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.SharedScriptDirectory"
         value="~/CommonLibrary/Shared/"/&amp;gt;
    &amp;lt;add key="ISNet.WebUI.WebTreeView.v1_0_1500.EnableWebResources"
         value="Never"/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
  ...
&amp;lt;/configuration&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Note: the &lt;em&gt;value&lt;/em&gt; shown at the above settings may differ/vary according to the configuration of deployment environment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please ensure that those settings have been configured properly. You can use the Network tool of IE 11 Developer Tool to determine which js files or images that missing (http404).&lt;/span&gt;&lt;/p&gt;</description></item><item><title>IE11 problems after deploying</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/IE11-problems-after-deploying/</link><pubDate>Tue, 11 Aug 2015 17:07:35 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>IE11 Deploying to server</category><description>&lt;p&gt;Hi I have an app using the newest version of all WebUI for ASP.Net. Everyting works fine on my development machine in all browser types (IE11, Chrome, FireFox). &lt;br&gt;So I deployed the whole thing to a IIS v. 7.5 running on Windows Server 2008. I followed the guidlines when not using smart web resources as I copy all the CommonLibray stuff to the server and creata Virtal Directory referring it. &lt;br&gt;After this all works grate when browsing from Chrom and FireFox. BUT IE11 is not working properly. I pass the login screen but after that I get strange painted tree-view, that can not be expanded nor selected from. Also notice the strange icons in front of each item instead of the '+' symbol. The WebCombo shown can not be selected from either. Both the WebCombo and the WebTreeView are dead for the mouse. See screenshots attached one from functioning Chrome browsing and the other one from the IE11. And yes I'm running withOUT compatibilty mode.&lt;/p&gt;&lt;p&gt;Also the web-panes can not be resized.&lt;br&gt;&lt;/p&gt;&lt;p&gt;What can be the problem here?&lt;/p&gt;&lt;p&gt;Regards&lt;br&gt;&amp;nbsp; TJ&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>