<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Inadvertent incorrectness &#187; mGTK</title>
	<atom:link href="http://ken.friislarsen.net/blog/category/mgtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://ken.friislarsen.net/blog</link>
	<description>... but that doesn&#039;t matter, because I turn it into a sexy dance</description>
	<lastBuildDate>Thu, 29 Sep 2011 12:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>mGTK pre-release 0.93</title>
		<link>http://ken.friislarsen.net/blog/2004/12/01/mgtk-pre-release-093/</link>
		<comments>http://ken.friislarsen.net/blog/2004/12/01/mgtk-pre-release-093/#comments</comments>
		<pubDate>Wed, 01 Dec 2004 22:47:47 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[mGTK]]></category>
		<category><![CDATA[SML]]></category>

		<guid isPermaLink="false">http://ken.friislarsen.net/blog/?p=23</guid>
		<description><![CDATA[Tonight Henning and managed to make a release of mGTK. We call it a prerelease becase we have not written any documentation, the release has only been tested on my laptop (running Debian Sarge/Sid), and we have not made a &#8230; <a href="http://ken.friislarsen.net/blog/2004/12/01/mgtk-pre-release-093/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tonight Henning and managed to make a release of mGTK.  We call it a prerelease becase we have not written any documentation, the release has only been tested on my laptop (running Debian Sarge/Sid), and we have not made a Windows port yet.  Still, now you can <a href="http://prdownloads.sourceforge.net/mgtk/mgtk-pre-0.93.tar.gz?download">download it from Sourceforge</a> and play with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ken.friislarsen.net/blog/2004/12/01/mgtk-pre-release-093/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Unicode editor for Michael</title>
		<link>http://ken.friislarsen.net/blog/2004/11/02/a-unicode-editor-for-michael/</link>
		<comments>http://ken.friislarsen.net/blog/2004/11/02/a-unicode-editor-for-michael/#comments</comments>
		<pubDate>Tue, 02 Nov 2004 20:44:56 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[mGTK]]></category>
		<category><![CDATA[SML]]></category>

		<guid isPermaLink="false">http://ken.friislarsen.net/blog/?p=20</guid>
		<description><![CDATA[Michael claims that he does not have an editor that can handle Unicode. Thus, Henning and I whipped up an editor using mGTK that can handle Unicode. Oh, and did I mention that you can it compile with either Moscow &#8230; <a href="http://ken.friislarsen.net/blog/2004/11/02/a-unicode-editor-for-michael/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://corollary.artefact.org.nz">Michael</a>  <a href="http://corollary.artefact.org.nz/archives/000465.html">claims</a> that he does not have an editor that can handle Unicode.</p>
<p>Thus, Henning and I whipped up an <a href="http://cvs.sourceforge.net/viewcvs.py/mgtk/mgtk/examples/editor.sml?rev=1.9&#038;view=auto">editor</a> using <a href="http://mgtk.sourceforge.net">mGTK</a> that can handle Unicode.  Oh, and did I mention that you can it compile with either <a href="http://www.dina.kvl.dk/~sestoft/mosml.html">Moscow ML</a> or <a href="http://mlton.org">MLton</a> without changing the source?</p>
<p>The real story is of course that I we were trying to build a &#8220;real&#8221; application using <a href="http://mgtk.sourceforge.net">mGTK</a>, and the editor example shows that the <a href="http://gtk.org">gtk+</a> widgets handle Unicode fine. Wereas I&#8217;m not sure that SML handles Unicode &#8220;fine&#8221;, String.size does not return the number of characters but the number of bytes.  But at least TextIO does not mess up the bytes (in <a href="http://www.dina.kvl.dk/~sestoft/mosml.html">Moscow ML</a> at least, didn&#8217;t test with <a href="http://mlton.org">MLton</a>).</p>
<p>Oh, and I used <code>file</code> and <code>gedit</code> to check that the file I saved really was Unicode.</p>
]]></content:encoded>
			<wfw:commentRss>http://ken.friislarsen.net/blog/2004/11/02/a-unicode-editor-for-michael/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>More mGTK Progress</title>
		<link>http://ken.friislarsen.net/blog/2004/10/28/more-mgtk-progress/</link>
		<comments>http://ken.friislarsen.net/blog/2004/10/28/more-mgtk-progress/#comments</comments>
		<pubDate>Thu, 28 Oct 2004 20:58:06 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[mGTK]]></category>
		<category><![CDATA[SML]]></category>

		<guid isPermaLink="false">http://ken.friislarsen.net/blog/?p=19</guid>
		<description><![CDATA[Henning and I have been working hard (leisure time hard, that is) on mGTK since my last mGTK progress report. We have ported all the interesting Gtk# examples from Mono: A Developer&#8217;s Notebook Chapter 4. Currently the only missing bits &#8230; <a href="http://ken.friislarsen.net/blog/2004/10/28/more-mgtk-progress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.itu.dk/people/hniss">Henning</a> and I have been working hard (leisure time hard, that is) on <a href="http://mgtk.sourceforge.net">mGTK</a> since my last <a href="http://ken.friislarsen.net/blog/2004/08/27/mgtk-progress/">mGTK progress report</a>. We have ported all the interesting <a href="http://gtk-sharp.sourceforge.net/">Gtk#</a> examples from <a href="http://usefulinc.com/edd/books/mono-notebook">Mono: A Developer&#8217;s Notebook</a> Chapter 4.</p>
<p style="text-align: center"><img src="http://ken.friislarsen.net/blog/images/mgtk-20041028.png" alt="screenshot of four mGTK examples" /></p>
<p>Currently the only missing bits are better support for the lower levels of the library stack most notably GDK, but also Glib, ATK, and Pango.  Which means that there are no pretty monkeys and the drag and drop example does not compile, yet. The source code for the examples can be found in the <a href="http://cvs.sourceforge.net/viewcvs.py/mgtk/mgtk/examples/">mGTK CVS</a>.</p>
<p>Next up, is polish of the bindings generator for <a href="http://www.mlton.org">MLton</a> which is currently not as well as the <a href="http://www.dina.kvl.dk/~sestoft/mosml.html">Moscow ML</a> generator.  The only thing missing is support for out-arguments.  However, Henning is on the case, so the problems should be solved within days(?!?). A release is sooo close. That fells really good because it has taken three years to come this far.</p>
]]></content:encoded>
			<wfw:commentRss>http://ken.friislarsen.net/blog/2004/10/28/more-mgtk-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mGTK progress</title>
		<link>http://ken.friislarsen.net/blog/2004/08/27/mgtk-progress/</link>
		<comments>http://ken.friislarsen.net/blog/2004/08/27/mgtk-progress/#comments</comments>
		<pubDate>Thu, 26 Aug 2004 22:16:51 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[mGTK]]></category>
		<category><![CDATA[SML]]></category>

		<guid isPermaLink="false">http://ken.friislarsen.net/blog/?p=7</guid>
		<description><![CDATA[Tonight I decided to try and port an example from Mono: A Developer&#8217;s Notebook to the upcoming release of mGTK. By joining forces with Henning we were able to compile the example for the following screenshot: The email entry-box is &#8230; <a href="http://ken.friislarsen.net/blog/2004/08/27/mgtk-progress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Tonight I decided to try and port an example from <a href="http://www.oreilly.com/catalog/monoadn">Mono: A Developer&#8217;s Notebook</a> to the upcoming release of <a href="http://mgtk.sf.net">mGTK</a>.
</p>
<p>By joining forces with <a href="http://www.itu.dk/people/hniss">Henning</a>  we were able to compile the example for the following screenshot:
</p>
<p align="center"><img src="http://ken.friislarsen.net/blog/images/signup.png" alt="mGTK screenshot" />
</p>
<p>The email entry-box is updated dynamically when you type something in the two other entry boxes. Mnemonics works, that is, if you press ALT-f the focus jumps to the entry-box for the first name and the text is selected. And all that in less than 100 lines of SML code.</p>
]]></content:encoded>
			<wfw:commentRss>http://ken.friislarsen.net/blog/2004/08/27/mgtk-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

