﻿<?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 - WebAqua - Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</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>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Fri, 02 Oct 2009 04:52:11 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Mateus,&lt;/p&gt;&lt;p&gt;Your attached project does not helpful. It still the same problem like I ran at your previous issues. Has you tried Yudi suggestion? With his project, could you replicate the issue in your deployment server? He also has changed into .cs code behind.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Thu, 01 Oct 2009 19:26:18 GMT</pubDate><dc:creator>mateus</dc:creator><description>&lt;p&gt;Hi Handy and Yudi&lt;/p&gt;
&lt;p&gt;I am sending a link to our project to Handy's e-mail.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Wed, 30 Sep 2009 05:44:45 GMT</pubDate><dc:creator>yudi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;I run the modified sample on my end and find that the background image is not loaded both in development and deployment environment. The background image is not loaded because the background image is missing its image file path (removed/deleted by you). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;If I add following code in the Page_Load event, I will get the background image back. &lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="color: #0000ff"&gt;protected void&lt;/span&gt; Page_Load(&lt;span style="color: #0000ff"&gt;object&lt;/span&gt; sender, &lt;span style="color: #2b91af"&gt;EventArgs&lt;/span&gt; e)
    {
        &lt;font&gt;WebFishEyeComplexImagesBackgroundSettings&lt;/span&gt; settings = &lt;span style="color: #0000ff"&gt;this&lt;/span&gt;.WebFishEye1.BackgroundSettings.ComplexImagesModeSettings;
        settings.Left.ImageSource = &lt;span style="color: #a31515"&gt;"../images/glassleftglow.png"&lt;/span&gt;;
        settings.Center.ImageSource = &lt;span style="color: #a31515"&gt;"../images/glasscenterglow.png"&lt;/span&gt;;
        settings.Right.ImageSource = &lt;span style="color: #a31515"&gt;"../images/glassrightglow.png"&lt;/span&gt;;
    }&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;If you don’t mind, could you please kindly send us a run-able project that reproduces the issue to be investigated?&lt;/span&gt; &lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Tue, 29 Sep 2009 21:24:00 GMT</pubDate><dc:creator>mateus</dc:creator><description>&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;The only difference between or Project and yours,&amp;nbsp;Yudi, is the inicialization were you load the images like this:
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;&amp;lt;ComplexImagesModeSettings&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;&amp;lt;Left ImageSource="../images/Sirius/glassleftglow.png" Width="70" Height="81" /&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;&amp;lt;Center ImageSource="../images/Sirius/glasscenterglow.png" Height="81" /&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;&lt;span style="mso-spacerun: yes"&gt;               &lt;/span&gt;&amp;lt;Right ImageSource="../images/Sirius/glassrightglow.png" Width="70" Height="81" /
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;&lt;/span&gt;&amp;lt;/ComplexImagesModeSettings&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;I paste your code and put it on my project and didn’t load the background (space reflection/ mirror glass).
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;I delete this part of your project (images load) and I am sending it back to you, for more analyses and check if the background will load. In case it work (load the background), the problem it is not on the webaqua, and I will need to check out here.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;p&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Deployment server
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Windows Server 2003
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;IIS 6.0
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Development server
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Windows Vista Ultimet&lt;span style="mso-spacerun: yes"&gt;   &lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;Visual Studio 2005 Service Pack 1
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt"&gt;&lt;span lang="undefined" style="mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;VB.net&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Tue, 29 Sep 2009 03:51:03 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;It is very weird. The issue shall be not happened if it works on development. The error only showed if the images path is not correct. Yudhiy has tested out. You can try to deploy his project and let me know if it works or not. Also, please let me know your environment detail.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Tue, 29 Sep 2009 03:05:15 GMT</pubDate><dc:creator>yudi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I created a simple project based on your scenario. The project is tested on both development and deployment environment. I was unable to repro the issue on my end. The background images loaded properly. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I enclosed the test project so that you can make any necessary changes to it until it replicates the issue. Please have the modified sample project sent back to us for further investigation. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Thank you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Mon, 28 Sep 2009 20:57:22 GMT</pubDate><dc:creator>mateus</dc:creator><description>&lt;span lang="undefined" style="line-height: 115%; font-family: 'courier new'; font-size: 10pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: en-us; mso-ansi-language: en-us; mso-no-proof: yes; mso-bidi-language: ar-sa"&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="line-height: 115%; font-size: 12pt; mso-ansi-language: en-us; mso-bidi-font-family: calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;span style="font-family: calibri"&gt;The error occur at page load.
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="line-height: 115%; font-size: 12pt; mso-ansi-language: en-us; mso-bidi-font-family: calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;span style="font-family: calibri"&gt;When I load the project&amp;nbsp;at the server of implement, the background show up normally, as you can see on the print screen.&lt;span style="mso-no-proof: yes"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="line-height: 115%; font-size: 12pt; mso-ansi-language: en-us; mso-no-proof: yes; mso-bidi-font-family: calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;span style="font-family: calibri"&gt;But when I run it on the deployment server gives this error page. And if I click ok a few times it let continue, and then the page is load without the background.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Mon, 28 Sep 2009 00:20:15 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Mateus,&lt;/p&gt;&lt;p&gt;Did the error occur at page load or Intialize? If yes, could you let me know more details what exactly the page do so it can replicate this error? Also, can you tell me how to access your site? Maybe i could find something in there.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Background</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Background/</link><pubDate>Sun, 27 Sep 2009 22:40:35 GMT</pubDate><dc:creator>mateus</dc:creator><description>&lt;p&gt;We are having some problems to load the background of or project.&lt;/p&gt;
&lt;p&gt;To do so, we are doing this:&lt;/p&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;&lt;span style="line-height: 115%; font-family: 'courier new'; font-size: 10pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: en-us; mso-ansi-language: pt-br; mso-no-proof: yes; mso-bidi-language: ar-sa"&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; color: blue; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;Dim&lt;/span&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt; settings &lt;span style="color: blue"&gt;As&lt;/span&gt; WebFishEyeComplexImagesBackgroundSettings = &lt;span style="color: blue"&gt;Me&lt;/span&gt;.WebFishEye1.BackgroundSettings.ComplexImagesModeSettings &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;&lt;span style="color: blue"&gt;Me&lt;/span&gt;.WebFishEye1.BackgroundSettings.Mode = WebFishEyeBackgroundMode.ComplexImages &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Left.ImageSource = &lt;span style="color: #a31515"&gt;"/imagens/GlassLeftGlow.png"&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Left.Width = 70 &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Left.Height = 81 &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Center.ImageSource = &lt;span style="color: #a31515"&gt;"/imagens/GlassCenterGlow.png"&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Center.Height = 81 &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Right.ImageSource = &lt;span style="color: #a31515"&gt;"/imagens/GlassRightGlow.png"&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Right.Width = 70 &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 10pt"&gt;&lt;span lang="undefined" style="line-height: 115%; font-family: 'courier new'; font-size: 10pt; mso-ansi-language: en-us; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;settings.Right.Height = 81 &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;span lang="undefined" style="mso-ascii-font-family: calibri; mso-hansi-font-family: calibri; mso-ansi-language: en-us"&gt;&lt;span style="font-size: 15px"&gt;&lt;span style="font-family: calibri"&gt;When&amp;nbsp;we make the test on the&amp;nbsp;server of implement it work. But when we run it on the server of deployment it doesn't work. It gives this message on screen:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;</description></item></channel></rss>