﻿<?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 - Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</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>Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</link><pubDate>Mon, 18 Jan 2010 20:51:05 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webnotication; clientside; javascript</category><description>&lt;p&gt;Great to hear that is what you are looking for.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</link><pubDate>Mon, 18 Jan 2010 11:14:04 GMT</pubDate><dc:creator>twor</dc:creator><category>webnotication; clientside; javascript</category><description>&lt;p&gt;Hello Handy,&lt;/p&gt;
&lt;p&gt;That did the trick, thanks.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Ricardo&lt;/p&gt;</description></item><item><title>Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</link><pubDate>Fri, 15 Jan 2010 02:49:01 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>webnotication; clientside; javascript</category><description>&lt;p&gt;Hello Ricardo,&lt;/p&gt;&lt;p&gt;Unfortunately, it is our default behaviour. When it fails to start from WebServer or WebFrom, the error alert will show up. To ignore those alert, you can set return false onError event. &lt;br /&gt;Please remember that you could not change our Alert message format because we don't support this for now. &lt;br /&gt;But if you want to show your own alert, here is the snippet code for you to try.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebNotification1_OnError(controlId, errorMessage)
{
      var WebNotification1 = ISGetObject(controlId);
      alert("Error");
      return false;
}&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</link><pubDate>Tue, 12 Jan 2010 04:35:11 GMT</pubDate><dc:creator>twor</dc:creator><category>webnotication; clientside; javascript</category><description>&lt;p&gt;Hello Julia,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Maybe i didn't explain myself correctly.&lt;/p&gt;
&lt;p&gt;I defined the WebNotification ClientSideEvent OnError to call this function:&lt;/p&gt;
&lt;p&gt;function onErrorWebnotification(id, notifyObject){ /* Some code  */ }&lt;/p&gt;
&lt;p&gt;When the server stops responding and the onError function is called the notifyObject is set to string.empty.&lt;/p&gt;
&lt;p&gt;Because this happens, the javascript code of intersoft generates an alert with a blank error (attachment sent on my previous post).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I was wondering if i can do something in the OnError function to stop the alert from happening, or is there a bug in the javascript code of intersoft webnotification?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Hope this explains my situation.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Ricardo&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</link><pubDate>Tue, 12 Jan 2010 00:33:58 GMT</pubDate><dc:creator>julia</dc:creator><category>webnotication; clientside; javascript</category><description>&lt;p&gt;Hi Ricardo,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;You can trap the error at OnError side event. You can set it in WebNotification's Properties &amp;gt; ClientSideEvents &amp;gt; OnError.&lt;/p&gt;
&lt;p&gt;I hope this help. Please let me know if you need another help.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Webnotification ClientSide</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webnotification-ClientSide/</link><pubDate>Mon, 11 Jan 2010 06:33:39 GMT</pubDate><dc:creator>twor</dc:creator><category>webnotication; clientside; javascript</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Im using Webnotification in WebForm mode.&lt;/p&gt;
&lt;p&gt;When the webserver is down i keep getting the alerts shown in "error alert.png" attachement.&lt;/p&gt;
&lt;p&gt;I captured the onerror of the webnotification and the parameter "&lt;span style="font-size: 13px"&gt;notifyObject&lt;/span&gt;" is ""&lt;/p&gt;
&lt;p&gt;How can i process the onerror without showing the alerts?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Tanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>