﻿<?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 - Open WebCallOut on mouse click</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-WebCallOut-on-mouse-click/</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>Open WebCallOut on mouse click</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-WebCallOut-on-mouse-click/</link><pubDate>Thu, 12 Nov 2009 04:50:42 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCallOut opened on click</category><description>&lt;p&gt;Hi Mino,&lt;/p&gt;&lt;p&gt;Yes, you can by using SetPosition method.&lt;/p&gt;
&lt;p&gt;e.g&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;callout.Show()
callOut.SetPosition(x,y)
&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Open WebCallOut on mouse click</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-WebCallOut-on-mouse-click/</link><pubDate>Thu, 12 Nov 2009 03:59:27 GMT</pubDate><dc:creator>minococciolo</dc:creator><category>WebCallOut opened on click</category><description>&lt;p&gt;Hi Handy,&lt;/p&gt;&lt;p&gt;thanks for your quick and useful reply, it seems to be perfect for my case and it works finally! Just another question: I would like not to show my CallOut with AutoDetect property, but in a specified position (PointingBottomRight); I tried with :&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;callout.ShowPointingBottomRight(label1, true);&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;but it doesn't work. Do you have the right solution?&lt;/p&gt;
&lt;p&gt;Thank you very much, Handy.&lt;/p&gt;
&lt;p&gt;Regards, &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Mino&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Open WebCallOut on mouse click</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-WebCallOut-on-mouse-click/</link><pubDate>Wed, 11 Nov 2009 21:44:12 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>WebCallOut opened on click</category><description>Hello,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;If you want to use Label, i suggest you to use HTML label because asp Label doesn't have client side event. Here is the code if you use HTML Label.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;pre&gt;  function WebCallOut1_OnInitialize(controlId) {
            var WebCallOut1 = ISGetObject(controlId);
            var label1 = document.getElementById("Label1");
            Listener.Add(label1, "onclick", test);
            return true;
  }
        function test() {
            var callout = ISGetObject("WebCallOut1");
            var label1 = document.getElementById("Label1");
            callout.ShowAutoDetect(label1, true);//method makes callout show at proper place
  }&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Open WebCallOut on mouse click</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Open-WebCallOut-on-mouse-click/</link><pubDate>Wed, 11 Nov 2009 03:30:47 GMT</pubDate><dc:creator>minococciolo</dc:creator><category>WebCallOut opened on click</category><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Is there te possibility to open a WebCallOut when I do a click on the target element(for instance, a label) and not only on hover it? &lt;/p&gt;
&lt;p&gt;Thanks in advance. Mino.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>