<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Yamoodow</title>
	<atom:link href="http://blog.netzelf.de/lang/de/mootools/yamoodow/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.netzelf.de/lang/de/mootools/yamoodow</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Sat, 24 Jul 2010 19:02:32 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kilatkyut</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-55</link>
		<dc:creator>kilatkyut</dc:creator>
		<pubDate>Mon, 14 Sep 2009 01:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-55</guid>
		<description>Thanks metti it really works 100% thanks very much...</description>
		<content:encoded><![CDATA[<p>Thanks metti it really works 100% thanks very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metti</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-52</link>
		<dc:creator>metti</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-52</guid>
		<description>Finally it works - found the right problem but the wrong solution^^ (I updated the packages again in the hope that 9/11 won&#039;t affect it).

Please consider not to use the event on &lt;em&gt;load&lt;/em&gt; but on &lt;em&gt;domready&lt;/em&gt;. Otherwise in IE the internal setup function is not complete and the content can not load. (I did not find a solution for that issue - elsewhere all works fine):
&lt;code&gt;window.addEvent(&#039;domready&#039;,function() { ymd7.openWin() });&lt;/code&gt;

Hope you enjoy the script. Bye</description>
		<content:encoded><![CDATA[<p>Finally it works &#8211; found the right problem but the wrong solution^^ (I updated the packages again in the hope that 9/11 won&#8217;t affect it).</p>
<p>Please consider not to use the event on <em>load</em> but on <em>domready</em>. Otherwise in IE the internal setup function is not complete and the content can not load. (I did not find a solution for that issue &#8211; elsewhere all works fine):<br />
<code>window.addEvent('domready',function() { ymd7.openWin() });</code></p>
<p>Hope you enjoy the script. Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilatkyut</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-51</link>
		<dc:creator>kilatkyut</dc:creator>
		<pubDate>Fri, 11 Sep 2009 07:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-51</guid>
		<description>@metti
regarding the changes you made it really works great but i think there is some problems because the click events is the one that is not working now.

before the update this code works for me: 

 var ymd = new yamoodow([
           			{ url:&#039;modal.html&#039;, iframe:true  },
  
              
            ],
            {
              opener: $(&#039;ymdOpener&#039;),
              title: &#039;Sample Modal&#039;,
              buildTabs:false
            });

But now its not working but my previous problem about inside function is working great...</description>
		<content:encoded><![CDATA[<p>@metti<br />
regarding the changes you made it really works great but i think there is some problems because the click events is the one that is not working now.</p>
<p>before the update this code works for me: </p>
<p> var ymd = new yamoodow([<br />
           			{ url:'modal.html', iframe:true  },</p>
<p>            ],<br />
            {<br />
              opener: $(&#8217;ymdOpener&#8217;),<br />
              title: &#8216;Sample Modal&#8217;,<br />
              buildTabs:false<br />
            });</p>
<p>But now its not working but my previous problem about inside function is working great&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilatkyut</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-50</link>
		<dc:creator>kilatkyut</dc:creator>
		<pubDate>Fri, 11 Sep 2009 07:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-50</guid>
		<description>@metti
Thank you very much sir for the big help!... keep it up</description>
		<content:encoded><![CDATA[<p>@metti<br />
Thank you very much sir for the big help!&#8230; keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metti</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-49</link>
		<dc:creator>metti</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-49</guid>
		<description>Hey kilatkyut,

please consider to use the domready-event to load the window without click or to add the events for your function.

Anyway it was not your mistake - there was a bug on the transition chains. I updated the packages and you can now download them. Then it should work.</description>
		<content:encoded><![CDATA[<p>Hey kilatkyut,</p>
<p>please consider to use the domready-event to load the window without click or to add the events for your function.</p>
<p>Anyway it was not your mistake &#8211; there was a bug on the transition chains. I updated the packages and you can now download them. Then it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilatkyut</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-48</link>
		<dc:creator>kilatkyut</dc:creator>
		<pubDate>Tue, 08 Sep 2009 01:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-48</guid>
		<description>@metti its on my local pc yet not on production


this is my code: 

function namehere(var here...)
{
...
...

 var ymd7 = new yamoodow([
              { url:&#039;modal.html&#039;, iframe:true },
            ],
            {
              title: &#039;Item Listing&#039;,
			  buildTabs:false,
			  overlayOpacity:1.0
            });
			
  ymd7.openWin();

}
i did not use the click event on this, i put it inside the function instead...</description>
		<content:encoded><![CDATA[<p>@metti its on my local pc yet not on production</p>
<p>this is my code: </p>
<p>function namehere(var here&#8230;)<br />
{<br />
&#8230;<br />
&#8230;</p>
<p> var ymd7 = new yamoodow([<br />
              { url:'modal.html', iframe:true },<br />
            ],<br />
            {<br />
              title: &#8216;Item Listing&#8217;,<br />
			  buildTabs:false,<br />
			  overlayOpacity:1.0<br />
            });</p>
<p>  ymd7.openWin();</p>
<p>}<br />
i did not use the click event on this, i put it inside the function instead&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metti</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-47</link>
		<dc:creator>metti</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-47</guid>
		<description>Do you have a link to the site on that you tried?</description>
		<content:encoded><![CDATA[<p>Do you have a link to the site on that you tried?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilatkyut</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-46</link>
		<dc:creator>kilatkyut</dc:creator>
		<pubDate>Sat, 05 Sep 2009 03:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-46</guid>
		<description>Very nice plugin thanks... i have question why is it when i use the ymd.openWin(); the overlay is not showing only the window or i have missed somthing please help.</description>
		<content:encoded><![CDATA[<p>Very nice plugin thanks&#8230; i have question why is it when i use the ymd.openWin(); the overlay is not showing only the window or i have missed somthing please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riad Marrakech</title>
		<link>http://blog.netzelf.de/lang/de/mootools/yamoodow/comment-page-1#comment-39</link>
		<dc:creator>Riad Marrakech</dc:creator>
		<pubDate>Mon, 18 May 2009 22:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netzelf.de/?p=17#comment-39</guid>
		<description>Light and rapide, I love it</description>
		<content:encoded><![CDATA[<p>Light and rapide, I love it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
