﻿<?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 - web notification without service type</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/web-notification-without-service-type/</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>web notification without service type</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/web-notification-without-service-type/</link><pubDate>Tue, 20 Jul 2010 10:30:06 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Ca,&lt;/p&gt;&lt;p&gt;As I mentioned before, it needs to be set. If you think that WebNotification will slow down because it loads continuesly, why don't you set interval properties. You can adjust the time to load for next time in that properties. Also, would you mind to let us know what kind of javascript that can slow down when it is used along with WebNotification?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>web notification without service type</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/web-notification-without-service-type/</link><pubDate>Tue, 20 Jul 2010 01:41:54 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;please go through the code i have mentioned above. This is exactly how mentioned in your sample. In my case also i am calling it from javascript (clear from my first code snippet). &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;My problem is if i specify serviceurl page, it continuesly loading that page. And this is a overhead for me. If i did't mention the serviceurl , i am getting the popup box with warning  "Serviceurl has not been specified. the control is running in disabled mode " . But my scenario is working even if i am not mention the serviceurl.&lt;/p&gt;
&lt;p&gt;is there any way to avoid this warning message?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;</description></item><item><title>web notification without service type</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/web-notification-without-service-type/</link><pubDate>Mon, 19 Jul 2010 11:07:18 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Ca,&lt;/p&gt;&lt;p&gt;Service URL needs to be specified. If you feel it's heavy at page load, you can try to load it after you load all your code. e.g in attachment, I am showing you how to load WebNotification via button click. Maybe you can customize it in your scenario. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>web notification without service type</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/web-notification-without-service-type/</link><pubDate>Mon, 19 Jul 2010 09:24:15 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;in my web application , i am calling webnotification using the below javascript code&lt;/p&gt;&lt;pre&gt;                 var WebNotify = ISGetObject("WebNotification1");
                 var myNotification = WebNotify;
                 myNotification.ContentText = "New report has been completed and added to your account !";
                 myNotification.CaptionText = "Report Completion Alert";
                 WebNotify.Notify(myNotification);&lt;/pre&gt;
&lt;p&gt;here , is it possible to use webnotification control without service type and interval. when i use without serviceurl it gives the popup "Serviceurl has not been specified. the control is running in disabled mode " .&lt;/p&gt;
&lt;p&gt;if i use the interval , my web page calling page_load after each that intervel.&lt;/p&gt;
&lt;p&gt;i am doing several thing in page load. so this intervel making my application slow.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Here is my webnotification control&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;       &amp;lt;ISWebDesktop:WebNotification ID="WebNotification1" runat="server" Height="75px" Width="330px" EnableManagedTheming="False" EnableSound="True" SoundFile="images/alarm_2.wav" CaptionText="Alert" ContentImage="isdialog_information.gif" ImagesDirectory="" ServiceUrl="Request_Report.aspx"&amp;gt;
           &amp;lt;FrameStyle BackColor="#D6E7FC" BackColor2="169, 198, 239" BorderColor="Navy" BorderStyle="Solid"
               BorderWidth="1px" Cursor="Default" GradientType="Vertical"&amp;gt;
           &amp;lt;/FrameStyle&amp;gt;
           &amp;lt;ContentStyle Font-Names="Tahoma" Font-Size="8.25pt" HorizontalAlign="Center"&amp;gt;
           &amp;lt;/ContentStyle&amp;gt;
           &amp;lt;CaptionStyle BackgroundImage="url(/CommonLibrary/Images/WebDesktop/Notification_OutlookBg.gif)"
               CustomRules="background-repeat:repeat-x" Font-Names="Tahoma" Font-Size="9pt"
               ForeColor="#404040"&amp;gt;
               &amp;lt;Padding Bottom="0px" Left="4px" Right="0px" Top="8px" /&amp;gt;
           &amp;lt;/CaptionStyle&amp;gt;
           &amp;lt;CommandStyle&amp;gt;
               &amp;lt;Active BackColor="#FE803E" BaseStyle="Over"&amp;gt;
               &amp;lt;/Active&amp;gt;
               &amp;lt;Over BackColor="#FDC689" BaseStyle="Normal" BorderColor="Navy" BorderStyle="Solid"
                  BorderWidth="1px"&amp;gt;
               &amp;lt;/Over&amp;gt;
               &amp;lt;Normal Cursor="Hand" ForeColor="Black" Height="16px" HorizontalAlign="Center" Overflow="Hidden"
                   OverflowX="Hidden" OverflowY="Hidden" VerticalAlign="Middle" Width="16px"&amp;gt;
               &amp;lt;/Normal&amp;gt;
           &amp;lt;/CommandStyle&amp;gt;
           &amp;lt;MenuStyleSettings BackgroundStripColor="222, 236, 254" BackgroundStripColor2="135, 173, 228"&amp;gt;
               &amp;lt;ItemStyle&amp;gt;
                   &amp;lt;Over BackColor="#FFEEC2" BaseStyle="Normal" BorderColor="#002D96" BorderStyle="Solid"
                       BorderWidth="1px" Font-Names="Tahoma" Font-Size="8pt"&amp;gt;
                   &amp;lt;/Over&amp;gt;
               &amp;lt;/ItemStyle&amp;gt;
               &amp;lt;SeparatorStyle&amp;gt;
                   &amp;lt;BorderSettings&amp;gt;
                       &amp;lt;Top Color="106, 140, 203" Style="solid" Width="1px" /&amp;gt;
                   &amp;lt;/BorderSettings&amp;gt;
               &amp;lt;/SeparatorStyle&amp;gt;
               &amp;lt;CheckedItemStyle&amp;gt;
                   &amp;lt;Over BackColor="#FE803E" BaseStyle="Normal"&amp;gt;
                   &amp;lt;/Over&amp;gt;
                   &amp;lt;Normal BackColor="#FFC06F" BorderColor="#002D96" BorderStyle="Solid" BorderWidth="1px"&amp;gt;
                   &amp;lt;/Normal&amp;gt;
               &amp;lt;/CheckedItemStyle&amp;gt;
               &amp;lt;FrameStyle BorderColor="#002D96" BorderStyle="Solid" BorderWidth="1px"&amp;gt;
               &amp;lt;/FrameStyle&amp;gt;
           &amp;lt;/MenuStyleSettings&amp;gt;
       &amp;lt;/ISWebDesktop:WebNotification&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;</description></item></channel></rss>