<?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>Releasable Revolution &#187; GLX App Framework</title>
	<atom:link href="http://www.bluemangolearning.com/revolution/category/glx-app-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluemangolearning.com/revolution</link>
	<description>Creating release quality applications with LiveCode</description>
	<lastBuildDate>Tue, 17 May 2011 19:15:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New Manual: Converting An Existing Application To Use The Framework</title>
		<link>http://www.bluemangolearning.com/revolution/2009/10/new-manual-converting-an-existing-application-to-use-the-framework/</link>
		<comments>http://www.bluemangolearning.com/revolution/2009/10/new-manual-converting-an-existing-application-to-use-the-framework/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:36:00 +0000</pubDate>
		<dc:creator>trevordevore</dc:creator>
				<category><![CDATA[GLX App Framework]]></category>

		<guid isPermaLink="false">http://www.bluemangolearning.com/revolution/?p=629</guid>
		<description><![CDATA[Ivan Wong of MapleCommerce was kind enough to let me use an application he is working on as an example of how to convert an existing application to use the GLX Application Framework. I just uploaded the new manual which I think will prove useful to those looking to start using the framework. View Converting [...]]]></description>
			<content:encoded><![CDATA[<p>Ivan Wong of <a href="http://www.maplecommerce.com/">MapleCommerce</a> was kind enough to let me use an application he is working on as an example of how to convert an existing application to use the GLX Application Framework. </p>
<p>I just uploaded the new manual which I think will prove useful to those looking to start using the framework.</p>
<p><a href="http://revolution.screenstepslive.com/spaces/revolution/manuals/convert_to_glxapp">View Converting An Existing Application To Use The Framework</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluemangolearning.com/revolution/2009/10/new-manual-converting-an-existing-application-to-use-the-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GLX Application Framework 1.1 Released</title>
		<link>http://www.bluemangolearning.com/revolution/2009/07/glx-application-framework-1-1-released/</link>
		<comments>http://www.bluemangolearning.com/revolution/2009/07/glx-application-framework-1-1-released/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:32:47 +0000</pubDate>
		<dc:creator>trevordevore</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[GLX App Framework]]></category>

		<guid isPermaLink="false">http://www.bluemangolearning.com/revolution/?p=261</guid>
		<description><![CDATA[Revolution is an incredible cross-platform development tool for quickly creating programs that run multiple platforms. But creating an application with Revolution still requires that the developer create their own libraries to perform many common application tasks. The GLX Application Framework provides the underlying infrastructure you need for creating professional-grade applications on Mac and Windows. This [...]]]></description>
			<content:encoded><![CDATA[<p>Revolution is an incredible cross-platform development tool for quickly creating programs that run multiple platforms. But creating an application with Revolution still requires that the developer create their own libraries to perform many common application tasks.</p>
<p>The GLX Application Framework provides the underlying infrastructure you need for creating professional-grade applications on Mac and Windows. This allows you to focus on making your application unique and valuable instead of wasting time setting up mundane features such as undo support. Using the framework saves you time and makes you more productive.</p>
<p>To find out more visit the <a href="http://www.bluemangolearning.com/revolution/software/libraries/glx-application-framework/">GLX Application Framework page</a> in our Revolution Tools section.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluemangolearning.com/revolution/2009/07/glx-application-framework-1-1-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GLX Application Framework 1.1 Coming Your Way</title>
		<link>http://www.bluemangolearning.com/revolution/2009/07/glx-application-framework-1-1-coming-your-way/</link>
		<comments>http://www.bluemangolearning.com/revolution/2009/07/glx-application-framework-1-1-coming-your-way/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:02:02 +0000</pubDate>
		<dc:creator>trevordevore</dc:creator>
				<category><![CDATA[GLX App Framework]]></category>

		<guid isPermaLink="false">http://www.bluemangolearning.com/revolution/?p=169</guid>
		<description><![CDATA[The release of version 1.1 of the GLX Application Framework is just around the corner and it has a number of new features and enhancements that take the grunt work out of application development. This version of the framework will go even further in helping you be more productive and in creating more polished applications. [...]]]></description>
			<content:encoded><![CDATA[<p>The release of version 1.1 of the GLX Application Framework is just around the corner and it has a number of new features and enhancements that take the grunt work out of application development. This version of the framework will go even further in helping you be more productive and in creating more polished applications.</p>
<p>The biggest addition by far is a customized version of libURL that takes the headache out of working with proxy servers in corporate networks. The framework can resolve proxy servers in environments where the proxy server is provided by a PAC file. And, thanks to an external provided by our friends at Altuit, the framework also supports NTLM authentication on Windows.</p>
<p>Some other features of the customized libURL library are:</p>
<ul>
<li>Automatic handling of cookies</li>
<li>Support for HEAD requests</li>
<li>Support for non-blocking POST requests</li>
<li>Generation of internet time stamps in GMT</li>
</ul>
<p>In addition, the customized version of libURL alerts you when your program tries to connect to a secure server with an invalid certificate so you can ask the user if they are okay with that.</p>
<p>Another big addition to the framework is a generalized undo framework that helps you manage your undo/redo logic. While the framework can&#8217;t write the undo code for you it does make it much easier to add this vital functionality to your applications.</p>
<p>Besides the big feature additions there are a number of feature improvements and bug fixes including improvements to auto update.</p>
<p>So keep an eye on this website by signing up for the enews and updates (we&#8217;ll email you when new articles are posted) or by subscribing to the <a href="http://www.bluemangolearning.com/revolution/feed/rss/">RSS feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluemangolearning.com/revolution/2009/07/glx-application-framework-1-1-coming-your-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.217 seconds -->

