<?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>Voice of the PPL &#187; 2.0</title>
	<atom:link href="http://arianesoft.ca/blog/tag/20/feed/" rel="self" type="application/rss+xml" />
	<link>http://arianesoft.ca/blog</link>
	<description>It&#039;s all about the PPL!</description>
	<lastBuildDate>Sun, 25 Apr 2010 03:42:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PPL 2.1.0 is in Beta now</title>
		<link>http://arianesoft.ca/blog/ppl-2-1-0-is-in-beta-now/</link>
		<comments>http://arianesoft.ca/blog/ppl-2-1-0-is-in-beta-now/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 12:19:05 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/ppl-2-1-0-is-in-beta-now/</guid>
		<description><![CDATA[<br/>We are happy to announce that PPL 2.1.0 is now in Beta. We can expect a release soon if there are not any problems with it. We will keep you up-to-date.
]]></description>
			<content:encoded><![CDATA[<br/><p>We are happy to announce that PPL 2.1.0 is now in Beta. We can expect a release soon if there are not any problems with it. We will keep you up-to-date.</p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/ppl-2-1-0-is-in-beta-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are we so mobile with just two feet?</title>
		<link>http://arianesoft.ca/blog/why-are-we-so-mobile-with-just-two-feet/</link>
		<comments>http://arianesoft.ca/blog/why-are-we-so-mobile-with-just-two-feet/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:07:58 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/why-are-we-so-mobile-with-just-two-feet/</guid>
		<description><![CDATA[<br/>Things are progressing at a steady pace here. The Windows Mobile SDK is on its way to your desktop and device. We have managed to get most of the controls working fine. We have to double-check menu bars and menus and the grid control is not displaying, we also need to fix the fullscreen window [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Things are progressing at a steady pace here. The Windows Mobile SDK is on its way to your desktop and device. We have managed to get most of the controls working fine. We have to double-check menu bars and menus and the grid control is not displaying, we also need to fix the fullscreen window mode. We have reworked the TCP connection system which will be more robust on Windows and Windows Mobile. Connecting to the Windows Mobile device is also very easy, no need for Internet connection, as long as you connect to Windows Mobile Device Center (ActiveSync) you will be able to run/debug on your device.</p>
<p>Here is the new Mobile menu that allow you to target your device from now on. No need to change any settings in your project, just use this menu.</p>
<p><img src="http://arianesoft.ca/blog/wp-content/uploads/2009/07/zrclip_003p45c168ce.png" height="143" width="152"/></p>
<p>Here is a Windows 7 form:</p>
<p><img src="http://arianesoft.ca/blog/wp-content/uploads/2009/07/zrclip_001p20db7f64.png" height="320" width="252"/></p>
<p>And here is the same form on Windows Mobile 5:</p>
<p><img src="http://arianesoft.ca/blog/wp-content/uploads/2009/07/zrclip_002n3228a48a.png" height="320" width="242"/></p>
<p>So as you can see, you will be able to use the Windows Mobile SDK in all of its glory very soon. We promised something that is working, we will deliver it to you!</p>
<p>Oh, I almost forgot, the new version will come with the following (more to come until release of course):</p>
<p>- Fixed &amp; operator to work with arrays properly again. <br/>- Fixed namespace in forward func/proc definitions. <br/>- Fixed visual coding extra comma in $properties$. <br/>- Only calls CleverUpdate once at startup. <br/>- Data menu in Popupmenu in Project Manager not visible anymore if Orion is not installed. <br/>- Fixed form constant re-creation when activating PIDE main window. <br/><strong>- New Collect() function to collect unused garbage in memory, often useful in loops.</strong> <br/>- Fixed keyfile creation. <br/>- Fixed refresh of properties when Preferences are being edited. <br/>- Fixed Shell prompt.ppl load. <br/>- Fixed creating a project from template when only a selection type project template when no project is opened. <br/>- Fixed visual code syntax owner display bug. <br/>- Fixed Ctrl+Space in visual code. <br/>- Fixed PMenuItem.ImageIndex property editor was missing. <br/>- Fixed PResource.SaveTempFile. <br/>- Fixed code generation if property is object. <br/>- Fixed PMenuItem imagelist display. <br/>- Fixed PToolButton.ImageIndex. <br/>- Fixed PToolBar click. <br/><strong>- New Installation guide is provided.</strong> <br/><strong>- Updated many help files.</strong> <br/>- Fixed little memory problem with help editor on closing. <br/>- Rewrote debugger engine so that PIDE is the server and target application is the client. <br/>- Debugger retrieves public IP address from <a href="http://www.whatismyip.com" onclick="pageTracker._trackPageview('/outgoing/www.whatismyip.com?referer=');">www.whatismyip.com</a> automatically. <br/><strong>- New Mobile menu to allow run/compile/etc&#8230; for a Mobile device.</strong> <br/>- Restructured the PProject class, no more Target platform selection. <br/>- Fixed Case() expressions when using (expr) syntax. <br/>- Fixed Using statement when loading from .ppc file. <br/>- Fixed custom draw controls to work on Windows Mobile. (PPanel, PShape, PQuickButton). <br/>- Fixed system colors on Windows Mobile. <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/why-are-we-so-mobile-with-just-two-feet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update #2</title>
		<link>http://arianesoft.ca/blog/update-2/</link>
		<comments>http://arianesoft.ca/blog/update-2/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 14:54:05 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[CleverUpdate]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/update-2/</guid>
		<description><![CDATA[<br/>So I promised a new version of CleverUpdate and PPL 2 yesterday, I know. Sorry but I will delay it for another couple days but it will be for a good cause&#8230;
The Windows Mobile SDK is being fully tested and things are being made easier to setup. We have rewritten the debugger TCP/IP engine so [...]]]></description>
			<content:encoded><![CDATA[<br/><p style="clear: both">So I promised a new version of CleverUpdate and PPL 2 yesterday, I know. Sorry but I will delay it for another couple days but it will be for a good cause&#8230;</p>
<p style="clear: both">The Windows Mobile SDK is being fully tested and things are being made easier to setup. We have rewritten the debugger TCP/IP engine so that now the PIDE2 is the server and the client is the target application. This will make it a lot easier to setup Windows Mobile devices to connect to a server than act as a server.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://arianesoft.ca/blog/update/</link>
		<comments>http://arianesoft.ca/blog/update/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:17:46 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[CleverUpdate]]></category>
		<category><![CDATA[orion]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[swirl]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=310</guid>
		<description><![CDATA[<br/>Hi,
After the rough start that PPL 2 had, we are now back on track and things are looking pretty good now. There are still issues of course but we are tracking them one by one and fixing them. Here is what you can expect from us in the next few weeks:

 Release new CleverUpdate and [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Hi,</p>
<p>After the rough start that PPL 2 had, we are now back on track and things are looking pretty good now. There are still issues of course but we are tracking them one by one and fixing them. Here is what you can expect from us in the next few weeks:</p>
<ul>
<li> Release new CleverUpdate and PPL 2 today (Friday July 24th)</li>
<li> Work on the Windows Mobile SDK (fix PCL libraries for WinMo) and release new version (Early next week)</li>
<li>New component package StringTools (XML, Encryption, Compression, Regular Expr)</li>
<li> New component package Picture&amp;Sound (JPG, PNG, GIF, MP3, WAV, OGG without game engine)</li>
<li> New component package CommunicationTools (TCP/IP, FTP, SMTP, BLUETOOTH, SERIAL)</li>
<li> New component package PhoneAPI (Dialer, etc&#8230;)</li>
</ul>
<p>In today&#8217;s release we have a new Installation Guide in PDF format. In today&#8217;s release we have also fixed the locking of Swirl, Orion and WinMo special features that were not active, this was due to a keyfile not being created/read properly.</p>
<p>We are working on a Tutorial Guide that will be pretty complete as well (should be finished in about 2 weeks).</p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code templates in PPL 2</title>
		<link>http://arianesoft.ca/blog/code-templates-in-ppl-2/</link>
		<comments>http://arianesoft.ca/blog/code-templates-in-ppl-2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:30:29 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=282</guid>
		<description><![CDATA[<br/>See how easy it is to use code templates in PPL 2. Create and edit code template definition files as plain text and distribute them.

]]></description>
			<content:encoded><![CDATA[<br/><p>See how easy it is to use code templates in PPL 2. Create and edit code template definition files as plain text and distribute them.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/aINC-Iop_pY&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/aINC-Iop_pY&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/code-templates-in-ppl-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little video about the Shell in PPL 2</title>
		<link>http://arianesoft.ca/blog/little-video-about-the-shell-in-ppl-2/</link>
		<comments>http://arianesoft.ca/blog/little-video-about-the-shell-in-ppl-2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:53:11 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=280</guid>
		<description><![CDATA[<br/>Here is a little video I put together real quick today to show you the Shell that is integrated into the PPL 2 IDE.

]]></description>
			<content:encoded><![CDATA[<br/><p>Here is a little video I put together real quick today to show you the Shell that is integrated into the PPL 2 IDE.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cOwZoWM2t-o&amp;hl=en&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/cOwZoWM2t-o&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/little-video-about-the-shell-in-ppl-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete feature list for PPL 2.0</title>
		<link>http://arianesoft.ca/blog/complete-feature-list-for-ppl-20/</link>
		<comments>http://arianesoft.ca/blog/complete-feature-list-for-ppl-20/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:46:34 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[2d]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=274</guid>
		<description><![CDATA[<br/>By popular demand here is a list of everything included in the separate PPL 2 packages:
PPL 2 Base Edition:

Create executable from the IDE.
Realtime code profiling and memory leaks detection.
Visual Programming, drag &#38; drop.
Visual project manager allow simple object creation.
Visual Form Builder.
Auto-update installed components and packages.
Code-completion (Intellisense).
Tag search. Type english like phrase to find anything you [...]]]></description>
			<content:encoded><![CDATA[<br/><p>By popular demand here is a list of everything included in the separate PPL 2 packages:</p>
<p><strong>PPL 2 Base Edition:</strong></p>
<ol style="list-style-type: decimal;">
<li>Create executable from the IDE.</li>
<li>Realtime code profiling and memory leaks detection.</li>
<li>Visual Programming, drag &amp; drop.</li>
<li>Visual project manager allow simple object creation.</li>
<li>Visual Form Builder.</li>
<li>Auto-update installed components and packages.</li>
<li>Code-completion (Intellisense).</li>
<li>Tag search. Type english like phrase to find anything you want.</li>
<li>Smart moves (intelligent drag and drop of objects).</li>
<li>Integrated programmable Shell.</li>
<li>Intelligent help system and tooltips.</li>
<li>Open IDE API to create your own plugins.</li>
<li>Auto code templates.</li>
<li>Build components visually.</li>
<li>Advanced Help File Editor.</li>
<li>Syntax formatter.</li>
<li>Batch processor to create multiple objects at a time.</li>
<li>Find Wizard, search for anything, anywhere.</li>
<li>Visual Matrix data type editor.</li>
<li>Image list editor.</li>
</ol>
<p><strong><br />
Orion Database Package:</strong></p>
<ol style="list-style-type: decimal;">
<li>Visual Query Editor.</li>
<li>Visual Report Builder.</li>
<li>Table Editor.</li>
<li>Database visual creation.</li>
<li>Table visual creation.</li>
<li>PDatabase, PTable, PGrid, PDBControl, PDBEdit, PDBCheckBox, PDBNavigator, PReport, PBand, PRText, PRDBText.</li>
<li>Database Project Templates.</li>
</ol>
<p><strong><br />
Swirl Game Package:</strong></p>
<ol style="list-style-type: decimal;">
<li>Visual Map editor.</li>
<li>Surface Editor.</li>
<li>PGame, PMap, PSprite, PPhysicSprite, PWorldSprite, PLayer, PSoundEngine, PMusic, PSound</li>
<li>Game Project Templates.</li>
</ol>
<p><strong><br />
Windows Mobile SDK:</strong></p>
<ol style="list-style-type: decimal;">
<li>Can create executables for Windows Mobile platforms.</li>
<li>Can compile and debug using Windows Mobile platforms.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/complete-feature-list-for-ppl-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPL 2 Beta 4 has been released</title>
		<link>http://arianesoft.ca/blog/ppl-2-beta-4-has-been-released/</link>
		<comments>http://arianesoft.ca/blog/ppl-2-beta-4-has-been-released/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 21:26:22 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[beta 4]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=270</guid>
		<description><![CDATA[<br/>Finally after a long delay, PPL 2 Beta 4 is now available. Our beta testers will certainly flood me with reports, so I better prepare myself&#8230;  
]]></description>
			<content:encoded><![CDATA[<br/><p>Finally after a long delay, PPL 2 Beta 4 is now available. Our beta testers will certainly flood me with reports, so I better prepare myself&#8230; <img src='http://arianesoft.ca/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/ppl-2-beta-4-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PPL 2 complete bundle is available</title>
		<link>http://arianesoft.ca/blog/new-ppl-2-complete-bundle-is-available/</link>
		<comments>http://arianesoft.ca/blog/new-ppl-2-complete-bundle-is-available/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 21:24:55 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/?p=268</guid>
		<description><![CDATA[<br/>After receiving multiple requests of people interested in buying all components of PPL 2 we have created a new Complete Bundle. The savings are substantial.
https://store3.esellerate.net/store/checkout/CustomLayout.aspx?s=STR5900755369&#38;pc=&#38;page=OnePageCatalog.htm
]]></description>
			<content:encoded><![CDATA[<br/><p>After receiving multiple requests of people interested in buying all components of PPL 2 we have created a new Complete Bundle. The savings are substantial.</p>
<p><a href="https://store3.esellerate.net/store/checkout/CustomLayout.aspx?s=STR5900755369&amp;pc=&amp;page=OnePageCatalog.htm" onclick="pageTracker._trackPageview('/outgoing/store3.esellerate.net/store/checkout/CustomLayout.aspx?s=STR5900755369_amp_pc=_amp_page=OnePageCatalog.htm&amp;referer=');">https://store3.esellerate.net/store/checkout/CustomLayout.aspx?s=STR5900755369&amp;pc=&amp;page=OnePageCatalog.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/new-ppl-2-complete-bundle-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We are getting there</title>
		<link>http://arianesoft.ca/blog/we-are-getting-there/</link>
		<comments>http://arianesoft.ca/blog/we-are-getting-there/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:13:26 +0000</pubDate>
		<dc:creator>Alain Deschenes</dc:creator>
				<category><![CDATA[PPL]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://arianesoft.ca/blog/we-are-getting-there/</guid>
		<description><![CDATA[<br/>As many of you, avid readers, know, PPL 2.0&#8217;s release was pushed to a later date. That date however is getting closer and this time we mean it.
PPL 2.0 is, by the day, getting new features and other areas are being polished and enhanced. The reason why we are adding new features late in the [...]]]></description>
			<content:encoded><![CDATA[<br/><p>As many of you, avid readers, know, PPL 2.0&#8217;s release was pushed to a later date. That date however is getting closer and this time we mean it.</p>
<p>PPL 2.0 is, by the day, getting new features and other areas are being polished and enhanced. The reason why we are adding new features late in the development is because in order to make PPL 2.0 a super easy programming environment (the way we&#8217;ve envisioned it at the beginning of the project), we are inventing new ways to program.</p>
<p>One of such new ways is called &#8220;Smart Moves&#8221;. This new technic allow you to drag objects over other objects and based on their class types, specific actions are taken. You define the smart moves in a file that looks like this.</p>
<p><code>&lt;smartmove&gt; <br/>&lt;source&gt;PTable&lt;/source&gt; <br/>&lt;target&gt;PQuery&lt;/target&gt; <br/>&lt;commands&gt; <br/>set 'Name' "'Name'_Query" <br/>set 'Database' Root <br/>set 'Query' "SELECT * FROM 'TableName'" <br/>select Target <br/>pide {pide_menu "Data:Populate Objects from Query"} <br/>&lt;/commands&gt; <br/>&lt;/smartmove&gt;</code></p>
<p>The smar moves definition file is an XML format file that contains commands to perform if an object is dragged over another. In this case, if a PTable object is dragged on a PQuery object, the query object will be assigned with all the necessary properties to execute the query on the source table. Even PField objects will be created with the Data -&gt; Populate Objects From Query menu item. You can then drag the PField objects to, let&#8217;s say a PBand object in a report to create a PRText.</p>
<p>I think you get the idea, how powerful this new feature is?</p>
<p>The Orion database components are being worked on right now. We have the ability to easily create databases, tables and fields. If you already have a SQLite database file, just drag it to your project and all the neccessary objects will be created instantly. Importing text files into SQLite databases will be a breaze as well.</p>
<p><img src="http://arianesoft.ca/blog/wp-content/uploads/2009/06/zrclip-001n159a68a7.png" height="154" width="193"/></p>
<p>We also have a visual query builder included with the Orion library. We are working on a visual report builder which will allow you to preview reports on the Windows Mobile devices. This is something you don&#8217;t see in many WM development tools.</p>
<p><a href="http://arianesoft.ca/blog/wp-content/uploads/2009/06/zrclip-002n7e4211c4.png"><img src="http://arianesoft.ca/blog/wp-content/uploads/2009/06/zrtn-003n50861570-tn.jpg" style="WIDTH: 400px; HEIGHT: 254px" height="254" width="400"/></a></p>
<p>We are also adding a table data editor for you to insert and edit your tables data right from within the PPL 2.0 IDE.</p>
<p>Trust us the wait will have been well worth it!</p>
]]></content:encoded>
			<wfw:commentRss>http://arianesoft.ca/blog/we-are-getting-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

