﻿<?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 - WebDesktop - some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</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>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Fri, 26 Mar 2010 00:39:00 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’d like to update that the solution for work item #585 is now work with Mozilla Firefox 3.6.2 browser.&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 have re-tested the sample file using the latest hotfix of Intersoft control (WebDesktop.NET 3.0 build 309 and WebUI.NET Framework 3.0 build 752)&amp;nbsp;and latest build of Mozilla Firefox browser (3.6.2) and no longer found any issue on that browser.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Mon, 22 Feb 2010 21:41:23 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Thank you for your updates.&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 have re-open work item #585 and send it back to the dev team. I also have showed the issues to the team, two issues -- the first one that deals with work item #585 (not works in Mozilla Firefox browser and the other one that belongs to Glenn (using master page) --.&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’ll keep you updated with any news I heard from the team regarding these issues.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Fri, 19 Feb 2010 09:31:46 GMT</pubDate><dc:creator>GeorgeB</dc:creator><description>&lt;p&gt;I received this correction from Yudy via email&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;Protected Sub WebButton3_Clicked(ByVal sender As Object, ByVal e As ISNet.WebUI.WebDesktop.WebButtonClickedEventArgs) Handles WebButton3.Clicked&lt;br /&gt;    Table1.Style.Add("display", "block")&lt;br /&gt;    WebFlyPostBackManager1.ClientAction.RenderControl(Table1)&lt;br /&gt;    &lt;span style="color: rgb(192, 0, 0);"&gt;WebFlyPostBackManager1.ClientAction.RenderCOontrol(WebInput2)&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 176, 80);"&gt;WebFlyPostBackManager1.ClientAction.RenderControl(WebCallOut1)&lt;/span&gt;&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;Note: WebCallOut1 target is WebInput2&lt;br /&gt;&lt;/pre&gt;</description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Thu, 18 Feb 2010 21:32:51 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’m sorry that I forgot to mention that you need to add a single line in WebButton3_Clicked event. Below is the snippet code after the changes.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;Protected Sub WebButton3_Clicked(ByVal sender As Object, ByVal e As ISNet.WebUI.WebDesktop.WebButtonClickedEventArgs) Handles WebButton3.Clicked
    Table1.Style.Add("display", "block")
    WebFlyPostBackManager1.ClientAction.RenderControl(Table1)
    &lt;span style="color: #00b050"&gt;WebFlyPostBackManager1.ClientAction.RenderControl(WebCallOut1)&lt;/span&gt;
End Sub&lt;/pre&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;This should helps.&lt;/span&gt; </description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Thu, 18 Feb 2010 10:00:56 GMT</pubDate><dc:creator>GeorgeB</dc:creator><description>&lt;p&gt;Sorry, we still see the same problem. Do we need a Framework hotfix? We have Framework version 751.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Thu, 18 Feb 2010 05:41:41 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Dev team has managed to fix this issue, work item #585.&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 have tested the nightly-build of WebDesktop 3 with the sample you provide and the issue no longer persists. The official regular hotfix will be released next month.&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’ll keep you updated with the news about the release of the hotfix.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Tue, 02 Feb 2010 02:05:16 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;&lt;p&gt;This sample demonstrates two problems.&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;Can't set text in webCallout when flyPostback is used. &lt;/li&gt;&lt;/ol&gt;... &lt;/blockquote&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;The sample you attached shows the issue that is not able to set text in WebInput when FlyPostBack is used rather than WebCallOut. If I refer to this sample, I suggest you to set the value of ‘RequiresUIRefresh’ property of WebInput1 to ‘true’ in order to set WebInput’s text when FlyPostBack.&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 made a minor modification to the sample, by adding a line that set the ‘RequiresUIRefresh’ property, and solve the issue. Please let me know if you have different scenario.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;Protected Sub WebButton1_Clicked(ByVal sender As Object, ByVal e As ISNet.WebUI.WebDesktop.WebButtonClickedEventArgs) Handles WebButton1.Clicked
    WebInput1.Text = "Hellooo"
    &lt;span style="color: #00b050"&gt;WebInput1.RequiresUIRefresh = True&lt;/span&gt;
End Sub&lt;/pre&gt;&lt;br /&gt;&lt;blockquote&gt;... &lt;ol start="2"&gt;
&lt;li&gt;WebCallout doesn't display after table is hidden. &lt;/li&gt;&lt;/ol&gt;... &lt;/blockquote&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I have forwarded this issue to WebDesktop development team as work item #585. I’ll keep you updated with any news I heard from the team regarding this issue.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>some issues when using FlyPostbackManager</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/some-issues-when-using-FlyPostbackManager/</link><pubDate>Mon, 01 Feb 2010 11:04:59 GMT</pubDate><dc:creator>GeorgeB</dc:creator><description>&lt;p&gt;This sample demonstrates two problems.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Can't set text in webCallout when flyPostback is used.&lt;/li&gt;&lt;li&gt;WebCallout doesn't display after table is hidden.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;please see this post too.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://intersoftpt.com/Community/WebDesktop/webbutton-in-a-table-with-WebFlyPostBack/" target="_blank"&gt;webutton in a table with FPM&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, in the above post a webInput couldn't be disabled.&lt;/p&gt;</description></item></channel></rss>