<?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>nifty-gui &#187; Uncategorized</title>
	<atom:link href="http://nifty-gui.lessvoid.com/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://nifty-gui.lessvoid.com</link>
	<description>a nifty gui for your java opengl/lwjgl application</description>
	<lastBuildDate>Sun, 15 Jan 2012 17:54:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>scm branch cleanup</title>
		<link>http://nifty-gui.lessvoid.com/archives/416</link>
		<comments>http://nifty-gui.lessvoid.com/archives/416#comments</comments>
		<pubDate>Sat, 14 Jan 2012 00:31:27 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=416</guid>
		<description><![CDATA[So now that 1.3.1 is out of the way, we&#8217;ve cleaned up the branches in git. There are now two main development branches available: 1.3 The branch formerly known as 1.3.1. This branch will be the base for an eventual 1.3.2 release. Mostly bugfixes should go in there but maybe some improvements will find their [...]]]></description>
			<content:encoded><![CDATA[<p>So now that 1.3.1 is out of the way, we&#8217;ve cleaned up the branches in git.</p>
<p>There are now two main development branches available:</p>
<p><strong>1.3</strong><br />
The branch formerly known as 1.3.1. This branch will be the base for an eventual 1.3.2 release. Mostly bugfixes should go in there but maybe some improvements will find their way into this as well.</p>
<p><strong>master</strong><br />
The main branch and the base for any 1.4 development. This will be an unstable version (1.4.0-SNAPSHOT) for a while but all the new nifty things will be in there.</p>
<p>While speaking of 1.4 there is not yet a final plan for it. We&#8217;ll need to sort out all of the bug and feature requests first. Please feel free to suggest other things you&#8217;d like to see in the comments or on the forum.</p>
<p>Both branches are available at <a href="http://sourceforge.net/projects/nifty-gui/develop">sf.net</a> and at <a href="https://github.com/void256/nifty-gui">github</a>. Synchronizing both repos is a manual process at the moment but works pretty good thanks to git!</p>
<p>Ah and one final word about the git repository at sf.net: Unfortunately the sf.net &#8220;code / git&#8221; menu lists the wrong repository. I&#8217;ve talked to their tech support on IRC and this can&#8217;t be changed at the moment :/</p>
<p>The &#8220;develop&#8221; menu has the correct URL which is:</p>
<p><code>git clone git://nifty-gui.git.sourceforge.net/gitroot/nifty-gui/nifty</code></p>
<p>So the <strong>correct</strong> URL ends with &#8220;nifty&#8221; and <strong>not</strong> with &#8220;nifty-gui&#8221;! Sorry about this =)</p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/416/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nifty 1.3.1 has been released</title>
		<link>http://nifty-gui.lessvoid.com/archives/413</link>
		<comments>http://nifty-gui.lessvoid.com/archives/413#comments</comments>
		<pubDate>Thu, 29 Dec 2011 22:53:10 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=413</guid>
		<description><![CDATA[Get it here: Nifty 1.3.1 Download Folder at sf.net Nifty 1.3.1 Maven Projects Page (You can browse the JavaDoc online here) When you&#8217;re using Maven, you can simply add our sf.net Nifty Maven Repo to your pom.xml: nifty-maven-repo.sourceforge.net http://nifty-gui.sourceforge.net/nifty-maven-repo and then you can add this dependency: lessvoid nifty 1.3.1 You can find the nifty-1.3.1-changelog.txt at [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Get it here:</strong>
<ul>
<li><a href="https://sourceforge.net/projects/nifty-gui/files/nifty-gui/1.3.1/">Nifty 1.3.1 Download Folder at sf.net</a></li>
<li><a href="http://nifty-gui.sourceforge.net/projects/1.3.1/">Nifty 1.3.1 Maven Projects Page (You can browse the JavaDoc online here)</a></li>
</ul>
<p>When you&#8217;re using Maven, you can simply add our sf.net Nifty Maven Repo to your pom.xml:</p>
<pre class="brush:xml">  <repositories>
    <repository>
      <id>nifty-maven-repo.sourceforge.net</id>
      <url>http://nifty-gui.sourceforge.net/nifty-maven-repo</url>
    </repository>
  </repositories></pre>
<p>and then you can add this dependency:</p>
<pre class="brush:xml">    <dependency>
      <groupId>lessvoid</groupId>
      <artifactId>nifty</artifactId>
      <version>1.3.1</version>
    </dependency></pre>
<p>You can find the <a href="http://sourceforge.net/projects/nifty-gui/files/nifty-gui/1.3.1/nifty-1.3.1-changelog.txt/download">nifty-1.3.1-changelog.txt</a> at sf.net.</p>
<p>Here are some informations about Nifty 1.3.1.</p>
<p><strong>GC and other speed improvements as well as Bugfixes</strong></p>
<p>Nifty 1.3.1 should be compatible with 1.3. Its main purpose is improved performance. Nifty has been optimized for better GC performance as well as render performance. You should see more FPS with this version!</p>
<p><strong>Additional standard controls</strong></p>
<p>Thanks to contributions of Nifty user ractoc you can now find a TabsControl, a TreeBoxControl, a ChatControl and a MessageBox in the nifty-default-controls project!</p>
<p><strong>Improved Slick2D Renderer</strong></p>
<p>Thanks to Nifty user mkaring the Slick2D renderer has been greatly updated and improved. So Nifty should work a lot better with Slick2D again.</p>
<p><strong>LWJGL 2.8.2</strong></p>
<p>And last but not least Nifty has been updated to the latest stable LWJGL version 2.8.2. Which was easy since thanks to <a href="http://blog.gemserk.com/">gemserk</a> LWJGL is in the central maven repository!</p>
<p>Nifty 1.3.1 is not yet in the central. There are still a couple of jars in the Nifty universe that are not available in the central but we&#8217;re working on it!</p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/413/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>LWJGL Renderer updated to LWJGL 2.8.1</title>
		<link>http://nifty-gui.lessvoid.com/archives/370</link>
		<comments>http://nifty-gui.lessvoid.com/archives/370#comments</comments>
		<pubDate>Sun, 06 Nov 2011 18:27:30 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=370</guid>
		<description><![CDATA[Thanks to the work of Gemserk LWJGL is now available in the central Maven repo! So, switching to a new LWJGL version was actually very easy. I&#8217;ve just changed the existing dependencies in the pom.xml for the nifty-lwjgl-renderer project to: org.lwjgl.lwjgl lwjgl 2.8.1 org.lwjgl.lwjgl lwjgl_util 2.8.1 and that&#8217;s all! As an additional benefit they created [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the work of <a href="http://blog.gemserk.com/2011/10/22/lwjgl-on-maven-central/">Gemserk</a> LWJGL is now available in the central Maven repo!</p>
<p>So, switching to a new LWJGL version was actually very easy. I&#8217;ve just changed the existing dependencies in the pom.xml for the nifty-lwjgl-renderer project to:</p>
<pre class="brush:xml"><dependency>
  <groupId>org.lwjgl.lwjgl</groupId>
  <artifactId>lwjgl</artifactId>
  <version>2.8.1</version>
</dependency>
<dependency>
  <groupId>org.lwjgl.lwjgl</groupId>
  <artifactId>lwjgl_util</artifactId>
  <version>2.8.1</version>
</dependency></pre>
<p>and that&#8217;s all! <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>As an additional benefit they created a <a href="http://lwjgl.org/wiki/index.php?title=LWJGL_use_in_Maven">natives plugin</a> that will unpack all of the LWJGL natives in the target/natives directory. When combined with an <a href="http://code.google.com/p/mavennatives/">eclipse plugin</a> this will even add the natives to the native library location inside of Eclipse and &#8230; that&#8217;s all! <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;ve added it to the nifty-examples pom.xml and now you don&#8217;t need to manually specify the &#8220;-Djava.library.path=
<path-to-lwjgl>&#8221; setting when you run any of the examples anymore! Works pretty well!</p>
<p><strong>Great work Gemserk!</strong><br />
void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/370/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nifty Sourcecode Management System Organisation</title>
		<link>http://nifty-gui.lessvoid.com/archives/312</link>
		<comments>http://nifty-gui.lessvoid.com/archives/312#comments</comments>
		<pubDate>Sat, 06 Aug 2011 13:41:02 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=312</guid>
		<description><![CDATA[As mentioned previously Nifty is now hosted at sf.net using git scm. Nifty SVN is still available but will mainly be used for a bugfix 1.3.1 Release (if severe bugs surface). The 1.3.1-SNAPSHOT source trees of Nifty are still being build automatically with Jenkins and 1.3.1-SNAPSHOT versions are still being deployed to the Maven Repo [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned previously Nifty is now hosted at sf.net using git scm. Nifty SVN is still available but will mainly be used for a bugfix 1.3.1 Release (if severe bugs surface). The 1.3.1-SNAPSHOT source trees of Nifty are still being build automatically with Jenkins and 1.3.1-SNAPSHOT versions are still being deployed to the <a href="http://nifty-gui.sourceforge.net/nifty-maven-repo/lessvoid/">Maven Repo for Nifty </a>. Besides an eventual 1.3.1 release we will not use SVN anymore.</p>
<p>Consequently the Nifty projects available in the <a href="http://nifty-gui.git.sourceforge.net/git/gitweb-index.cgi">git repo at sf.net</a> have been updated to 1.4-SNAPSHOT. 1.4 will be build with Jenkins so that you can find nightly builds of 1.4-SNAPSHOT Nifty projects in the <a href="http://nifty-gui.sourceforge.net/nifty-maven-repo/lessvoid/">Maven Repo for Nifty </a> as well.</p>
<p>If you had svn write access to the Nifty projects before you will be able to push to git now too.</p>
<p>There is one exception tho: The main development for Nifty happens on the &#8220;develop&#8221; Branch of the individual projects. Consequently the &#8220;develop&#8221; branch will be automatically build and deployed by Jenkins (1.4-SNAPSHOT). Pushing to &#8220;master&#8221; is restricted and is reserved for release candidates. This should allow the development to continue freely on the &#8220;develop&#8221; branch (or on any other branches as well!).</p>
<p>On another note 1.4 is not scheduled yet in any way and should be considered experimental &#8211; at least for the time being. So make sure you wear a safety helmet in case it explodes and stuff <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/312/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to git staying with sf.net</title>
		<link>http://nifty-gui.lessvoid.com/archives/310</link>
		<comments>http://nifty-gui.lessvoid.com/archives/310#comments</comments>
		<pubDate>Thu, 14 Jul 2011 22:30:18 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=310</guid>
		<description><![CDATA[Nifty is hosted at https://sourceforge.net/ and is was using SVN. We&#8217;ve moved all of the Nifty projects to git. You can browse the projects online here http://nifty-gui.git.sourceforge.net/git/gitweb-index.cgi and there are informations available on how to access the project here. If you had svn write access you should be able to push to the remote git [...]]]></description>
			<content:encoded><![CDATA[<p>Nifty is hosted at <a href="https://sourceforge.net/">https://sourceforge.net/</a> and <del datetime="2011-07-14T22:16:35+00:00">is</del> was using SVN. We&#8217;ve moved all of the Nifty projects to git. You can browse the projects online here <a href="http://nifty-gui.git.sourceforge.net/git/gitweb-index.cgi">http://nifty-gui.git.sourceforge.net/git/gitweb-index.cgi</a> and there are informations available on how to access the project <a href="http://sourceforge.net/scm/?type=git&#038;group_id=223898">here</a>.</p>
<p>If you had svn write access you should be able to push to the remote git repository.</p>
<p>We&#8217;ll keep the SVN repos for bugfixes and an eventually 1.3.x release. Everything else will happen in git <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/310/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nifty 1.3 has been released</title>
		<link>http://nifty-gui.lessvoid.com/archives/287</link>
		<comments>http://nifty-gui.lessvoid.com/archives/287#comments</comments>
		<pubDate>Sun, 26 Jun 2011 22:24:26 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=287</guid>
		<description><![CDATA[Nifty 1.3 is done! Finally! Get it here: Nifty 1.3 Download Folder at sf.net Nifty 1.3 Maven Projects Page (You can browse the JavaDoc online here) When you&#8217;re using Maven, you can simply add our sf.net Nifty Maven Repo to your pom.xml: nifty-maven-repo.sourceforge.net http://nifty-gui.sourceforge.net/nifty-maven-repo and then you can add this dependency: lessvoid nifty 1.3 Here [...]]]></description>
			<content:encoded><![CDATA[<p>Nifty 1.3 is done! Finally! <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Get it here:</strong>
<ul>
<li><a href="https://sourceforge.net/projects/nifty-gui/files/nifty-gui/1.3/">Nifty 1.3 Download Folder at sf.net</a></li>
<li><a href="http://nifty-gui.sourceforge.net/projects/1.3/">Nifty 1.3 Maven Projects Page (You can browse the JavaDoc online here)</a></li>
</ul>
<p>When you&#8217;re using Maven, you can simply add our sf.net Nifty Maven Repo to your pom.xml:</p>
<pre class="brush:xml">  <repositories>
    <repository>
      <id>nifty-maven-repo.sourceforge.net</id>
      <url>http://nifty-gui.sourceforge.net/nifty-maven-repo</url>
    </repository>
  </repositories></pre>
<p>and then you can add this dependency:</p>
<pre class="brush:xml">    <dependency>
      <groupId>lessvoid</groupId>
      <artifactId>nifty</artifactId>
      <version>1.3</version>
    </dependency></pre>
<p>Here are some quick informations about 1.3.</p>
<p><strong>Lots of Changes</strong></p>
<p>There have been well <a href="http://sourceforge.net/projects/nifty-gui/files/nifty-gui/1.3/nifty-1.3-changelog.txt/download">over 200 changes</a>! Nifty 1.3 fixes a lot of bugs and adds a lot of new features.</p>
<p>To summarize Nifty 1.3 you could say this is the &#8220;controls&#8221; release of Nifty. Nifty 1.3 was mainly targeted on improving and extending the nifty-default-controls project. The existing controls have been revised/rewritten and lots of new controls have been added. You can find an overview and details about the <a href="http://sourceforge.net/apps/mediawiki/nifty-gui/index.php?title=Nifty_Standard_Controls_(Nifty_1.3)">new controls in the Nifty wiki</a>.</p>
<p>If you&#8217;ve used controls with Nifty 1.2 then you&#8217;ll need to update your projects since the 1.3 controls are not backward compatible with the old ones :/ Well, the XML part is still working the same but interacting with the controls from Java has changed.</p>
<p>Besides this most of the Nifty core elements (Panel, Image, Text) should work as before. The only difference is that the label element has now been removed and replaced by a label control. So when you&#8217;ve used labels before you need to change them as well. This was described before in <a href="http://nifty-gui.lessvoid.com/archives/241">a former blog post</a> too.</p>
<p><strong>JavaBuilder</strong></p>
<p>Another new feature is the Java Builder pattern that you can use to create GUIs from Java without any XML at all. This feature was <a href="http://nifty-gui.lessvoid.com/archives/179">described in a former blog post</a> and has now been extended to work with all of the new controls and with the build-in core elements alike.</p>
<p><strong>And a new Demo of course</strong></p>
<p>And here is the <a href="http://nifty-gui.sourceforge.net/webstart/nifty-default-controls-examples-1.3.jnlp">Nifty 1.3 controls demo</a>:</p>
<p><a href="http://nifty-gui.sourceforge.net/webstart/nifty-default-controls-examples-1.3.jnlp"><img src="http://nifty-gui.lessvoid.com/wp-content/2011/06/Bildschirmfoto-2011-06-26-um-22.56.39-1024x806.png" alt="" title="Nifty 1.3 Controls Demo" width="512" height="403" class="aligncenter size-large wp-image-289" /></a></p>
<p>If you&#8217;re unable to run the demo above, you can watch the video instead:</p>
<p><iframe src="http://player.vimeo.com/video/25637085?color=FF7700" width="640" height="480" frameborder="0"></iframe>
<p><a href="http://vimeo.com/25637085">Nifty 1.3 Controls Example/Demonstration</a> from <a href="http://vimeo.com/user1070526">void</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>More in future blogs posts&#8230;<br />
void</p>
<p>PS: Nifty 1.3 will put the support for the nifty-style-grey on hold for some time. This means that this alternative style is currently not updated to be compatible with 1.3. This is just because of lack of time. We might eventually come back to that style later or if we find a maintainer for that style. Interessted? Contact me! <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/287/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debug Rendermode</title>
		<link>http://nifty-gui.lessvoid.com/archives/281</link>
		<comments>http://nifty-gui.lessvoid.com/archives/281#comments</comments>
		<pubDate>Thu, 09 Jun 2011 22:41:47 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=281</guid>
		<description><![CDATA[The Nifty in SVN has this new nifty method on the Nifty class: nifty.setDebugOptionPanelColors(true); Which will render your screen in pretty colors: Pretty nifty for finding layout related issues! void PS: We&#8217;re very close to 1.3 &#8230; really =)]]></description>
			<content:encoded><![CDATA[<p>The Nifty in SVN has this new nifty method on the Nifty class:</p>
<pre class="brush:java">nifty.setDebugOptionPanelColors(true);</pre>
<p>Which will render your screen in pretty colors:</p>
<p><a href="http://nifty-gui.lessvoid.com/wp-content/2011/06/Bildschirmfoto-2011-06-10-um-00.31.56.png"><img class="aligncenter size-medium wp-image-282" title="Panel Debug Mode" src="http://nifty-gui.lessvoid.com/wp-content/2011/06/Bildschirmfoto-2011-06-10-um-00.31.56-300x236.png" alt="" width="300" height="236" /></a></p>
<p>Pretty nifty for finding layout related issues!<br />
void</p>
<p>PS: We&#8217;re very close to 1.3 &#8230; really =)</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/281/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pre Release Nifty Support Chat Experiment</title>
		<link>http://nifty-gui.lessvoid.com/archives/279</link>
		<comments>http://nifty-gui.lessvoid.com/archives/279#comments</comments>
		<pubDate>Thu, 26 May 2011 22:02:19 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=279</guid>
		<description><![CDATA[A couple of days ago I talked to ractor (a JME User and the author of the new Nifty 1.3 standard chat control) via ICQ, helping him with some Nifty questions. We used http://typewith.me/ to work in realtime on the same Nifty XML and Java code. And then it hit me What would happen, when [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I talked to ractor (a JME User and the author of the new Nifty 1.3 standard chat control) via ICQ, helping him with some Nifty questions. We used <a href="http://typewith.me/">http://typewith.me/</a> to work in realtime on the same Nifty XML and Java code.</p>
<p>And then it hit me <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  What would happen, when there are more people joining in? Directly talking about Nifty things and getting feedback immediatly.</p>
<p>So here is that experiment:</p>
<p>Join us this weekend using IRC on <a href="irc://freenode/niftygui">irc://freenode/niftygui</a>. That is is the <a href="http://freenode.net/">freenode</a> network, #niftygui channel. Or you can join with the <a href="http://webchat.freenode.net/?channels=niftygui">freenode webchat</a>.</p>
<p>Here are the details:</p>
<p>28-May-2011, 14:00  America/Los_Angeles<br />
28-May-2011, 17:00  America/New_York<br />
28-May-2011, 23:00  Europe/Berlin<br />
28-May-2011, 21:00  UTC/GMT</p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/279/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nifty 1.3 Change Screen Resolution at Runtime</title>
		<link>http://nifty-gui.lessvoid.com/archives/269</link>
		<comments>http://nifty-gui.lessvoid.com/archives/269#comments</comments>
		<pubDate>Mon, 16 May 2011 22:08:32 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=269</guid>
		<description><![CDATA[Finally the open issues and feature requests that have been scheduled for 1.3 are nearly done &#8230; erm, for real this time One of the latest additions is the possibility to change the screen resolution at runtime without restarting a Screen or Nifty. All you need to do is to change the display mode of [...]]]></description>
			<content:encoded><![CDATA[<p>Finally the open issues and feature requests that have been scheduled for 1.3 are nearly done &#8230; erm, for real this time <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>One of the latest additions is the possibility to change the screen resolution at runtime without restarting a Screen or Nifty. All you need to do is to change the display mode of the rendering system you&#8217;re using and then simply call:</p>
<pre class="brush:java">nifty.resolutionChanged();</pre>
<p>to notify Nifty of the new display resolution. Nifty will finish the rendering of the current frame and then it will update the current Screen to the new resolution as well as notifies all active controls.</p>
<p>You can find some details for this on the <a href="http://sourceforge.net/tracker/?func=detail&#038;aid=3005778&#038;group_id=223898&#038;atid=1059825">feature request tracker</a>.</p>
<p>And here is a little video that is demonstrating that it is actually working <img src='http://nifty-gui.lessvoid.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><iframe src="http://player.vimeo.com/video/23824855?color=FF7700" width="640" height="480" frameborder="0"></iframe></p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/269/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nifty 1.3 Standard Console Control</title>
		<link>http://nifty-gui.lessvoid.com/archives/261</link>
		<comments>http://nifty-gui.lessvoid.com/archives/261#comments</comments>
		<pubDate>Sun, 17 Apr 2011 21:44:31 +0000</pubDate>
		<dc:creator>void</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nifty-gui.lessvoid.com/?p=261</guid>
		<description><![CDATA[Still busy updating the Standard Controls to Nifty 1.3 API. While you&#8217;re waiting here is a little preview of the new and improved console control which will bring you a control that is: much faster now with a scrollbar command line completion with the TAB key command history colored output much more friendly API Here [...]]]></description>
			<content:encoded><![CDATA[<p>Still busy updating the Standard Controls to Nifty 1.3 API. While you&#8217;re waiting here is a little preview of the new and improved console control which will bring you a control that is:</p>
<ul>
<li>much faster</li>
<li>now with a scrollbar</li>
<li>command line completion with the TAB key</li>
<li>command history</li>
<li>colored output</li>
<li>much more friendly API</li>
</ul>
<p>Here is the video:</p>
<p><iframe src="http://player.vimeo.com/video/22526365?color=FF7700" width="640" height="496" frameborder="0"></iframe>
<p><a href="http://vimeo.com/22526365">Nifty 1.3 Standard Console Control</a> from <a href="http://vimeo.com/user1070526">void</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>and here is the link to the wiki documentation:</p>
<p><a href="http://sourceforge.net/apps/mediawiki/nifty-gui/index.php?title=Standard_Controls_Console">https://sourceforge.net/apps/mediawiki/nifty-gui/index.php?title=Standard_Controls_Console</a></p>
<p>void</p>
]]></content:encoded>
			<wfw:commentRss>http://nifty-gui.lessvoid.com/archives/261/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

