<?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: JavaXPCOM</title>
	<atom:link href="http://wirestorm.net/blog/2006/04/29/javaxpcom/feed/" rel="self" type="application/rss+xml" />
	<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/</link>
	<description>Ray Hilton&#039;s blog about interesting technology</description>
	<lastBuildDate>Tue, 11 Mar 2008 03:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-bleeding</generator>
	<item>
		<title>By: TheReallyBest</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-3656</link>
		<dc:creator>TheReallyBest</dc:creator>
		<pubDate>Tue, 11 Mar 2008 03:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-3656</guid>
		<description>X-Rumer is the BEST!!! 
 
http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/XRumer_screenshot.gif/200px-XRumer_screenshot.gif 
 
;)</description>
		<content:encoded><![CDATA[<p>X-Rumer is the BEST!!! </p>
<p><a href="http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/XRumer_screenshot.gif/200px-XRumer_screenshot.gif" rel="nofollow">http://upload.wikimedia.org/wikipedia/en/thumb/6/6b/XRumer_screenshot.gif/200px-XRumer_screenshot.gif</a> </p>
<p> <img src='http://wirestorm.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-2589</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 09 Mar 2007 20:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-2589</guid>
		<description>Hi Ray,

I&#039;m having a little difficulty getting your example to work, and I wwonder if you could clarify a couple points.

You use &quot;chrome://your-app/content/window.xul&quot; to point to your .xul file. Is this a relative path? And are you changing chrome.manifest or anything like that?

Likewise, I assume the two files that LocationProvider is passing are supposed to be absolute paths to the chrome directories, right? Are we including the chrome directories themselves in the pathnames? Did you change LocationProvider in any other way (from the example at http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM)?

I&#039;m trying to implement your example, and I either get some error on the &quot;nsIDOMWindow win = windowWatcher.openWindow...&quot; line, or it accepts the path (even if the path is junk) and doesn&#039;t do anything with it. If you were to explain in further detail how you got the program to work, I&#039;d appreciate it greatly.

Thanks!
Sam</description>
		<content:encoded><![CDATA[<p>Hi Ray,</p>
<p>I&#8217;m having a little difficulty getting your example to work, and I wwonder if you could clarify a couple points.</p>
<p>You use &#8220;chrome://your-app/content/window.xul&#8221; to point to your .xul file. Is this a relative path? And are you changing chrome.manifest or anything like that?</p>
<p>Likewise, I assume the two files that LocationProvider is passing are supposed to be absolute paths to the chrome directories, right? Are we including the chrome directories themselves in the pathnames? Did you change LocationProvider in any other way (from the example at <a href="http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM" rel="nofollow">http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM</a>)?</p>
<p>I&#8217;m trying to implement your example, and I either get some error on the &#8220;nsIDOMWindow win = windowWatcher.openWindow&#8230;&#8221; line, or it accepts the path (even if the path is junk) and doesn&#8217;t do anything with it. If you were to explain in further detail how you got the program to work, I&#8217;d appreciate it greatly.</p>
<p>Thanks!
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mica</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-218</link>
		<dc:creator>mica</dc:creator>
		<pubDate>Mon, 15 May 2006 07:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-218</guid>
		<description>Try to execute appStartup.run(); in a new thread, maybe with:

new Thread(){
  public void run(){
     appStartup.run();
  }
}.start();</description>
		<content:encoded><![CDATA[<p>Try to execute appStartup.run(); in a new thread, maybe with:</p>
<p>new Thread(){
  public void run(){
     appStartup.run();
  }
}.start();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://wirestorm.net/blog/2006/04/29/javaxpcom/comment-page-1/#comment-181</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 11 May 2006 09:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://rayh.co.uk/blog/?p=13#comment-181</guid>
		<description>Hi, did you solve the &quot;from another thread&quot; issue? i am in the same boat and cannot solve it as yet.</description>
		<content:encoded><![CDATA[<p>Hi, did you solve the &#8220;from another thread&#8221; issue? i am in the same boat and cannot solve it as yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

