<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Custom Popup Applets</title>
	<atom:link href="http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/</link>
	<description>Technical advice, help and instruction with Siebel Systems</description>
	<pubDate>Fri, 21 Nov 2008 22:19:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Bram</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-167</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Tue, 26 Aug 2008 09:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-167</guid>
		<description>Could this also work in a list applet?

I want to call the ShowPopup method on a drilldown event in certain situations, but since not possible through scripting, could it be done through your workaround?</description>
		<content:encoded><![CDATA[<p>Could this also work in a list applet?</p>
<p>I want to call the ShowPopup method on a drilldown event in certain situations, but since not possible through scripting, could it be done through your workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-126</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Tue, 20 May 2008 23:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-126</guid>
		<description>Ranjith, 

You'd use a similar trick to comment (2) above: set up three separate buttons for your three popup applets, with the ShowPopup method configured correctly on each. Make all three of these buttons hidden. Then configure a fourth button to invoke a browser script which 'clicks' the appropriate ShowPopup button using the &lt;a href="http://blog.stuandgravy.com/2007/03/02/popping-up-the-persistent-customer-dashboard/" rel="nofollow"&gt;FindActiveXControl&lt;/a&gt; hack.</description>
		<content:encoded><![CDATA[<p>Ranjith, </p>
<p>You&#8217;d use a similar trick to comment (2) above: set up three separate buttons for your three popup applets, with the ShowPopup method configured correctly on each. Make all three of these buttons hidden. Then configure a fourth button to invoke a browser script which &#8216;clicks&#8217; the appropriate ShowPopup button using the <a href="http://blog.stuandgravy.com/2007/03/02/popping-up-the-persistent-customer-dashboard/" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/blog.stuandgravy.com');">FindActiveXControl</a> hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjith</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-125</link>
		<dc:creator>Ranjith</dc:creator>
		<pubDate>Tue, 20 May 2008 10:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-125</guid>
		<description>Hi,

nice hack. I have a requirement. I have to popup one of three different pop up applets based on various conditons  in  a script, triggered from a single button. The user clicks only one button, but one of the three applets should be popped . How can this be done ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>nice hack. I have a requirement. I have to popup one of three different pop up applets based on various conditons  in  a script, triggered from a single button. The user clicks only one button, but one of the three applets should be popped . How can this be done ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-50</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Thu, 14 Feb 2008 04:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-50</guid>
		<description>That'd do you nicely :)</description>
		<content:encoded><![CDATA[<p>That&#8217;d do you nicely <img src='http://blog.notesonsiebel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMLHP</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-49</link>
		<dc:creator>SMLHP</dc:creator>
		<pubDate>Thu, 14 Feb 2008 04:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-49</guid>
		<description>oh just wirte down something in WebApplet_PreInvokeMethod
with if( MethodName == "ShowPopup" ) :P</description>
		<content:encoded><![CDATA[<p>oh just wirte down something in WebApplet_PreInvokeMethod<br />
with if( MethodName == &#8220;ShowPopup&#8221; ) <img src='http://blog.notesonsiebel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMLHP</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-48</link>
		<dc:creator>SMLHP</dc:creator>
		<pubDate>Thu, 14 Feb 2008 04:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-48</guid>
		<description>what if i want to check some thing after click the botton that call pop up applet to decide either show the pop up or raise error message
can i do this?</description>
		<content:encoded><![CDATA[<p>what if i want to check some thing after click the botton that call pop up applet to decide either show the pop up or raise error message<br />
can i do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-47</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Tue, 27 Nov 2007 11:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-47</guid>
		<description>Ooh, tricky. Top of my head...

I don't think the 'Popup' buttons have to be visible to be programatically clicked... So you can create two hidden buttons to popup your two buttons, then two visible buttons that invoke the hidden buttons through different methods. These 'wrapper' methods could then be enabled through PreCanInvoke events as usual.

Interested to know if it works!</description>
		<content:encoded><![CDATA[<p>Ooh, tricky. Top of my head&#8230;</p>
<p>I don&#8217;t think the &#8216;Popup&#8217; buttons have to be visible to be programatically clicked&#8230; So you can create two hidden buttons to popup your two buttons, then two visible buttons that invoke the hidden buttons through different methods. These &#8216;wrapper&#8217; methods could then be enabled through PreCanInvoke events as usual.</p>
<p>Interested to know if it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Lin</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-46</link>
		<dc:creator>Mike Lin</dc:creator>
		<pubDate>Tue, 27 Nov 2007 00:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-46</guid>
		<description>Clever hack.

Here's a followup question: Let's say you have 2 such controls on your applet that popup different applets.  You would like to conditionally disable one of the two controls.  How can you disable one ShowPopup control without disabling the other.</description>
		<content:encoded><![CDATA[<p>Clever hack.</p>
<p>Here&#8217;s a followup question: Let&#8217;s say you have 2 such controls on your applet that popup different applets.  You would like to conditionally disable one of the two controls.  How can you disable one ShowPopup control without disabling the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-44</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Thu, 20 Sep 2007 00:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-44</guid>
		<description>Vacation has got in the way of writing the follow-up to this post, so in the meantime...

You can't invoke the 'ShowPopup' method directly through script. Instead, you need to create your button as described above, then you can 'click' this button programmatically using the browser script 'FindActiveXControl' hack described in &lt;a href="http://blog.stuandgravy.com/2007/03/02/popping-up-the-persistent-customer-dashboard/" rel="nofollow"&gt;Popping up the Persistent Dashboard&lt;/a&gt;.

Hope that sets you on your way. Will write up a proper explanation once I've caught up from the holiday...</description>
		<content:encoded><![CDATA[<p>Vacation has got in the way of writing the follow-up to this post, so in the meantime&#8230;</p>
<p>You can&#8217;t invoke the &#8216;ShowPopup&#8217; method directly through script. Instead, you need to create your button as described above, then you can &#8216;click&#8217; this button programmatically using the browser script &#8216;FindActiveXControl&#8217; hack described in <a href="http://blog.stuandgravy.com/2007/03/02/popping-up-the-persistent-customer-dashboard/" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/blog.stuandgravy.com');">Popping up the Persistent Dashboard</a>.</p>
<p>Hope that sets you on your way. Will write up a proper explanation once I&#8217;ve caught up from the holiday&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Piekov</title>
		<link>http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-45</link>
		<dc:creator>Martin Piekov</dc:creator>
		<pubDate>Tue, 18 Sep 2007 08:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/07/12/custom-popup-applets/#comment-45</guid>
		<description>I am trying to solve the same problem. oApplet.InvokeMethod("SHowPopup") requires some additional parameters. with the opup applet name it istill asks for SWETA parameter. Have no clue what to enter there.</description>
		<content:encoded><![CDATA[<p>I am trying to solve the same problem. oApplet.InvokeMethod(&#8221;SHowPopup&#8221;) requires some additional parameters. with the opup applet name it istill asks for SWETA parameter. Have no clue what to enter there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
