﻿<?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</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</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>Reload the window when Webaqua button is click</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Wed, 29 Aug 2012 10:12:57 GMT</pubDate><dc:creator>Shri</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;How to relaod the window which are created on the design time when the WebFish button is clicked. My aqua items are created on the design items. Windows for the desktop are created on the Runtime. Even the windows are closed it keeps it previous state. How do i reload it again&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Fish eye Sample</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Mon, 09 Jul 2012 19:37:11 GMT</pubDate><dc:creator>gajanaik</dc:creator><description>&lt;p&gt;Is there a saple project that mimics the intersoft developer network application. i am looking to use fisheye in a web desktop .. MDI application using fish eye.. can seem to find a sample application. &lt;/p&gt;
&lt;p&gt;Please help &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Gaja&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title> 'Color' is ambiguous in the namespace 'System.Drawing'.</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Wed, 20 Apr 2011 14:59:00 GMT</pubDate><dc:creator>stevieg</dc:creator><description>&lt;h1&gt;&lt;span style="font-size: 10pt"&gt;&lt;em&gt; &lt;/em&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;h1&gt;&lt;span style="font-size: 10pt"&gt;anyone know why I get this when I try to publish this website...?&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;I know what it means, but what causes it to occur...!&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1&gt;Server Error in '/' Application. &lt;/h1&gt;

&lt;hr style="font-size: 0pt" /&gt;
&lt;i&gt;&lt;h2&gt;Compilation Error &lt;/h2&gt;&lt;/i&gt;&lt;b&gt;&lt;span style="font-family: arial, helvetica"&gt;
&lt;p&gt;Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Compiler Error Message: &lt;/b&gt;BC30560: 'Color' is ambiguous in the namespace 'System.Drawing'.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;table width="780" dir="ltr" border="0" cellspacing="0"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td valign="middle" bgcolor="#ffff00"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td valign="middle" bgcolor="#ffff00"&gt;&lt;code&gt;&lt;pre dir="ltr"&gt;Line 692:    &amp;lt;form id="form1" runat="server"&amp;gt;
Line 693:        &amp;lt;div id ="FishEye" &amp;gt;
&lt;span style="font-family: arial, helvetica; color: #ff0000"&gt;&lt;span style="font-family: arial, helvetica; color: #ff0000"&gt;Line 694:            &amp;lt;ISWebDesktop:WebDesktopManager ID="dm1" WindowSettings-EnableFastWindowActivation="true"
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: arial, helvetica"&gt;Line 695:                runat="server" Height="100%" Width="100%"
Line 696:                ActiveWindowIndex="0" &lt;/span&gt;&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style="font-family: arial, helvetica"&gt;&lt;p&gt;&lt;br /&gt;&lt;b&gt;Source File:&lt;/b&gt; c:\inetpub\wwwroot\Default.aspx &lt;b&gt;Line:&lt;/b&gt; 694 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;</description></item><item><title>Bug:  WebFishEyeButton.SetText doesn't work.</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Wed, 07 Jul 2010 18:12:51 GMT</pubDate><dc:creator>Rico</dc:creator><description>&lt;p&gt;I would like to update the image and text of a primary button based upon the click of a child StackButton. While &lt;strong&gt;SetImageSource&lt;/strong&gt; works, &lt;strong&gt;SetText&lt;/strong&gt; does not.  &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;        private void Demo_StackButtonClick(object sender, WebFishEyeButtonEventArgs e)&lt;br /&gt;        {&lt;br /&gt;            WebFishEyeStackButton button = (WebFishEyeStackButton)e.Button;&lt;br /&gt;            DemoUpdateParentButtonWithDelay(button.Parent, button);&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        static void DemoUpdateParentButtonWithDelay(WebFishEyeButton button, WebFishEyeStackButton stackButton)&lt;br /&gt;        {&lt;br /&gt;&lt;br /&gt;            Storyboard story = new Storyboard() { BeginTime = TimeSpan.FromSeconds(.01) };&lt;br /&gt;            story.Completed &amp;#43;= (s, args) =&amp;gt; DemoUpdateParentButton(button, stackButton);&lt;br /&gt;            story.Begin();&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        static void DemoUpdateParentButton(WebFishEyeButton button, WebFishEyeStackButton stackButton)&lt;br /&gt;        {&lt;br /&gt;            BitmapImage bmp = (BitmapImage)stackButton.ImageSource;&lt;br /&gt;            button.SetImageSource(bmp.UriSource.OriginalString);&lt;br /&gt;            button.SetText(stackButton.Text);&lt;br /&gt;        }&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Setting Stack Buttons Visibility to Collapsed</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Wed, 23 Jun 2010 02:15:26 GMT</pubDate><dc:creator>berkaykurtaran</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a problem making stack buttons invisible at runtime.My code blog is like this--&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 13px"&gt;WebFishEyeButton&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; but = cor.FindButton(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #a31515; font-size: 13px"&gt;"btn1"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;);&lt;/span&gt;&lt;/span&gt; 
&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;
but.StackButtons[1].Visibility = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #2b91af; font-size: 13px"&gt;Visibility&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;.Collapsed;&lt;/span&gt;&lt;/span&gt; 

&lt;p&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;i can catch both buttons, there is no exception thrown, but while i can set buttons visibility to collapsed, i cannot do that at stackbuttons.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;i could remove them by this code &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;
&lt;p&gt;but.StackButtons.RemoveAt(0);&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&amp;nbsp; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description></item><item><title>WebFishEyeButton &amp; WebFishEyeStackButton Server Side Click Event</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Thu, 17 Jun 2010 10:27:01 GMT</pubDate><dc:creator>joliechu</dc:creator><description>&lt;p&gt;How to hook up the server side click event for WebFishEyeButton &amp; WebFishEyeStackButton?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Ajax Callback not working with WebCoverFlow</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Mon, 19 Apr 2010 06:19:19 GMT</pubDate><dc:creator>Motser</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to use an ajax callback with the WebCoverflow and it does not work. When I remove the webcoverflow, the ajax ServerSideMethod fires but when the WebCoverFlow is added back in the ServerSideMethod fails to be called. Is there a way around this issue?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item><item><title>Client Side Data Refreshing on WebCoverFlow</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Thu, 15 Apr 2010 13:45:03 GMT</pubDate><dc:creator>Motser</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I have a WebCoverFlow which I have bound to a ISDataSource. The items load in correctly from the datasource. The coverflow is displaying Coversation Messages. The user can have multiple active conversations.  The user will have the choice to select different conversations. When a user select a conversation at run time I reset the select parameters on the ISDatasource. What I want to do then is to refresh the WebCoverflow to show the newly selected conversations messages. In other words I want the ISDatasource to recaccess the database. Is there a client side side call to do this on the WebFlowCover. I have used the call WebCoverFlow1.RefreshUIElement(); but does does not refresh the data. Is this possible? It would be something like Refresh() on the Web grid.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item><item><title>Designer Errors on ToolTip PropertyChanged...</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Wed, 14 Apr 2010 13:02:21 GMT</pubDate><dc:creator>Rico</dc:creator><description>&lt;p /&gt;&lt;p&gt;When loading the FishEye in a VS 2010 RC designer, I continue to get a null reference exception thown from the IS code.  What could be going on here? FishEye is rendering my designer useless.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;System.NullReferenceException&lt;/p&gt;
&lt;p&gt;Object reference not set to an instance of an object.&lt;/p&gt;
&lt;p&gt; &lt;span style="font-size: 8pt; "&gt;&amp;nbsp; at ISNet.Silverlight.Tooltip.OnDependencyObjectPropertyChanged(DependencyObject d, DependencyProperty p)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt; "&gt;&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.OnPropertyChanged(DependencyProperty dp)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt; "&gt;&amp;nbsp;&amp;nbsp; at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt; "&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 12pt; "&gt;...&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How ItemSelect/ItemClick event can be fired?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/</link><pubDate>Wed, 14 Apr 2010 10:12:33 GMT</pubDate><dc:creator>Alfonzoe</dc:creator><description>&lt;span style="font-size: 18px"&gt;&lt;span style="font-size: 18px"&gt;
&lt;p&gt;Hi Experts,&lt;/p&gt;
&lt;p&gt;How ItemSelect/ItemClick event can be fired? Application need to do some thing when item is clicked, but I can't find the relevent event. The following two event can never being fired.&lt;/p&gt;
&lt;/span&gt;  &lt;p&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;private&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; &lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; m_CoverFlow_AfterItemSelect(&lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;object&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; sender, ISNet.Silverlight.WebAqua.&lt;/span&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;WebCoverFlowItemEventArgs&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; e)&lt;p&gt;{&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;span style="font-size: 18px; color: #008000"&gt;&lt;span style="font-size: 18px; color: #008000"&gt;//how to fire this event &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;private&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; &lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; m_CoverFlow_ActiveItemClick(&lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;object&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; sender, ISNet.Silverlight.WebAqua.&lt;/span&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;WebCoverFlowItemEventArgs&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; e) 

&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Thanks for your great help, we need this urgently.&lt;/p&gt;
&lt;p&gt;Yuanzi&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;</description></item></channel></rss>