<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Qcodo.com Forums RSS Feed</title>
	<link>http://www.qcodo.com/forums/</link>
	<description>The Qcodo forums attempts to provide a community to post, discuss, ask, and converse about the current state of the framework, as well as provide an opportunity for members to discuss the future direction of Qcodo.</description>
	<pubDate>Thu, 02 Sep 2010 09:56:38 PDT</pubDate>
	<generator>Qcodo Development Framework 0.4.16</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<image>
		<url>http://www.qcodo.com/images/qcodo_smaller.png</url>
		<title>Qcodo.com Forums RSS Feed</title>
		<link>http://www.qcodo.com/forums/</link>
		<width>200</width>
		<height>84</height>
	</image>
	<item>
		<title>Re: Qcodo 0.4.17 Released</title>
		<link>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</link>
		<description><![CDATA[<p>Great!</p>

<p>Thank you Marcos Sánchez for added properties. Work like a charm in Netbeans 6.9.1 =)</p>

<p>Attila</p>

]]></description>
		<author>Gaspar Attila</author>
		<category>Official Blog</category>
		<comments>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/5/4249/lastpage</guid>
		<pubDate>Thu, 02 Sep 2010 05:47:58 PDT</pubDate>
	</item>
	<item>
		<title>Re: Qcodo 0.4.17 Released</title>
		<link>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</link>
		<description><![CDATA[<p>Great stuff! Thanks. :)</p>

]]></description>
		<author>tronics</author>
		<category>Official Blog</category>
		<comments>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/5/4249/lastpage</guid>
		<pubDate>Tue, 31 Aug 2010 21:14:27 PDT</pubDate>
	</item>
	<item>
		<title>Re: Qcodo 0.4.17 Released</title>
		<link>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</link>
		<description><![CDATA[<p>Great Job, was just messing around with some date time internationalisation stuff so looking forward to looking at the changes in that regard :)</p>

]]></description>
		<author>Mischa Kroon</author>
		<category>Official Blog</category>
		<comments>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/5/4249/lastpage</guid>
		<pubDate>Sun, 29 Aug 2010 06:12:35 PDT</pubDate>
	</item>
	<item>
		<title>Re: Qcodo 0.4.17 Released</title>
		<link>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</link>
		<description><![CDATA[<p>One quick note -- when using Qcodo Updater to update your Qcodo release to 0.4.17, please note that <strong>includes/qcodo/_core/qform/QDateTimePicker.class.php</strong> is now obsolete. &nbsp;We have migrated to _core QDateTimePickerBase and a user-configurable QDateTimePicker outside of _core.</p>

<p>So when using Qcodo Updater, you will see the warning/note about qcodo-updater trying to deleted an extraneous <strong>includes/qcodo/_core/qform/QDateTimePicker.class.php</strong> file. &nbsp;As long as you have never manually edited <strong>QDateTimePicker.class.php</strong>, you should feel free to have qcodo-updater delete it.</p>

]]></description>
		<author>Mike Ho</author>
		<category>Official Blog</category>
		<comments>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/5/4249/lastpage</guid>
		<pubDate>Fri, 27 Aug 2010 23:54:55 PDT</pubDate>
	</item>
	<item>
		<title>Re: Qcodo 0.4.17 Released</title>
		<link>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</link>
		<description><![CDATA[<p>I am happy to announce the immediate DEVELOPMENT release of Qcodo 0.4.17, which continues the iteration of a lot of the improvements over the past few dev releases. &nbsp;It also incorporates a few other key things, including:</p>

<ul>
<li>a completely revamped QEmailServer class</li>
<li>a new SQLite3 Database adapter (&ldquo;SqLite&rdquo;)</li>
<li>key improvements on i18n, specifically around dates, times and datetime controls</li>
<li>and many other improvements (see the <a href="http://www.qcodo.com/wiki/qcodo/changelog">changelog</a> for more information)</li>
</ul>

<p>There was also some confusion that we've had as to what &ldquo;minimum&rdquo; PHP version we should be supporting -- folks did some great analysis and cleanup work, and I'm happy to say that we're making sure that Qcodo should work on any PHP installation from PHP 5.1.2 to the current PHP 5.3.3 (and beyond). &nbsp;Although note that there may be a few functionality might not work in earlier versions (specifically on the 5.1.x branch), at least Qcodo itself should install and work.</p>

<p>Thanks to Marcos for all of his contributions, and I also wanted to give a quick thanks to klucznik for the work he's been doing in cleaning up and improving on a lot of the front-end code which has not made it into core yet (feel free to checkout his commits on <a href="http://github.com/klucznik/qcodo">github</a> if you want to see more). &nbsp;I'm hoping to get most of his improvements into core soon -- but since it'll take a bit of effort to merge many of his changes in, my hope is to work with him on that shortly after we get the current set of dev revisions into a stable release.</p>

<p>Please feel free to post with any questions or comments... feedback is always greatly appreciated. &nbsp;Also, we're starting to get a bit of <a href="http://www.qcodo.com/issues/">issues</a> posted -- if you have some time, any code contributions for fixes would also be greatly appreciated. &nbsp;Best way to submit would be to commit fixes to a specific issue to your own qcodo repository on <a href="http://github.com/">GitHub</a> (it's free to register), and then send me a pull request. &nbsp;Thanks!</p>

]]></description>
		<author>Mike Ho</author>
		<category>Official Blog</category>
		<comments>http://www.qcodo.com/forums/forum.php/5/4249/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/5/4249/lastpage</guid>
		<pubDate>Fri, 27 Aug 2010 22:48:57 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Thanks! &nbsp;This getting pushed into core as we speak, with one small change I'll be putting in (moving the QTarget abstract class into the _enumerations file)</p>

]]></description>
		<author>Mike Ho</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Fri, 27 Aug 2010 22:20:13 PDT</pubDate>
	</item>
	<item>
		<title>Re: introduction of magic column names</title>
		<link>http://www.qcodo.com/forums/forum.php/2/881/lastpage</link>
		<description><![CDATA[<p>Thanks! &nbsp;Just a FYI, it might be a while before I am able to get to this -- so feel free and post if anyone out there might be willing to help out with this!</p>

]]></description>
		<author>Mike Ho</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/881/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/881/lastpage</guid>
		<pubDate>Fri, 27 Aug 2010 22:19:28 PDT</pubDate>
	</item>
	<item>
		<title>Re: Can any hosting company support Qcodo?</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4248/lastpage</link>
		<description><![CDATA[<p>Agreed with Comet7.</p>

<p>As a FYI, We run all of our web properties (including qcodo.com =) on MediaTemple without any issues whatsoever.</p>

]]></description>
		<author>Mike Ho</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4248/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4248/lastpage</guid>
		<pubDate>Fri, 27 Aug 2010 22:18:48 PDT</pubDate>
	</item>
	<item>
		<title>Re: Can any hosting company support Qcodo?</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4248/lastpage</link>
		<description><![CDATA[<p>Yes - Qcodo is a PHP framework. &nbsp;Any hosting provider that supports PHP and databases can also run sites with Qcodo. &nbsp;I have used Qcodo on GoDaddy and HostGator with no issues.</p>

]]></description>
		<author>comet7</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4248/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4248/lastpage</guid>
		<pubDate>Thu, 26 Aug 2010 19:51:10 PDT</pubDate>
	</item>
	<item>
		<title>Re: Can any hosting company support Qcodo?</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4248/lastpage</link>
		<description><![CDATA[<p>By any, I mean any one that supports PHP, Mysql, else, do I need a special Hosting company and if so, can you give me some names?<br/>
Thanks,<br/>
dc</p>

]]></description>
		<author>dscapuano</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4248/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4248/lastpage</guid>
		<pubDate>Thu, 26 Aug 2010 11:48:01 PDT</pubDate>
	</item>
	<item>
		<title>Re: Using QDialog as wait icon</title>
		<link>http://www.qcodo.com/forums/forum.php/3/3837/lastpage</link>
		<description><![CDATA[<p>Hi Mike, i wanted to avoid that any control would be used in the form while is processing something so i create a QWaitPanel which extends QDialogBox and this is shown in any ajax call (it shows a message with a wait image similar to the image used by QWaitIcon), the problem was that the javascript code which shows and hide the control dont do that in controls wich extends qdialogbox.<br/>
this is the code of the QWaitPanel:</p>

<pre ><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">class&nbsp;</span><span style="color: #0000BB">QWaitPanel&nbsp;</span><span style="color: #007700">extends&nbsp;</span><span style="color: #0000BB">QDialogBox&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;</span><span style="color: #0000BB">$blnMatteClickable&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;function&nbsp;</span><span style="color: #0000BB">__construct</span><span style="color: #007700">(</span><span style="color: #0000BB">$objParentObject</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$strControlId&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">null</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//LLAMADA&nbsp;A&nbsp;CONSTRUCTOR&nbsp;DEL&nbsp;PADRE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">parent</span><span style="color: #007700">::</span><span style="color: #0000BB">__construct</span><span style="color: #007700">(</span><span style="color: #0000BB">$objParentObject</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$strControlId</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//DATOS&nbsp;DEL&nbsp;DIALOG&nbsp;BOX<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">strText&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'&lt;div&nbsp;class="waitcontrol"&gt;Wait&nbsp;a&nbsp;momment&nbsp;please...&lt;br&nbsp;/&gt;&lt;br&nbsp;/&gt;&lt;/div&gt;'</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">blnDisplay&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">strFontSize&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'16px'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">strHeight&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"80px"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">strPadding&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"20px"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br /></span><span style="color: #0000BB">?&gt;</span></span></code></pre>

<p>and this is the way how i use it (i create a form base for all my other forms like qcodo site):</p>

<pre ><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">class&nbsp;</span><span style="color: #0000BB">GeneralForm&nbsp;</span><span style="color: #007700">extends&nbsp;</span><span style="color: #0000BB">QForm&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;</span><span style="color: #0000BB">$strPageTitle</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;</span><span style="color: #0000BB">$intModulo</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;function&nbsp;</span><span style="color: #0000BB">Form_Create</span><span style="color: #007700">()&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">QApplication</span><span style="color: #007700">::</span><span style="color: #0000BB">Authenticate</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(!empty(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">intModulo</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(!</span><span style="color: #0000BB">Session</span><span style="color: #007700">::</span><span style="color: #0000BB">TieneAccesoProceso</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">intModulo</span><span style="color: #007700">))&nbsp;die(</span><span style="color: #DD0000">"NO&nbsp;TIENE&nbsp;ACCESO&nbsp;A&nbsp;ESTE&nbsp;MODULO"</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Wait&nbsp;Panel<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">objDefaultWaitIcon&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">QWaitPanel</span><span style="color: #007700">(</span><span style="color: #0000BB">$this</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Wait&nbsp;Icon<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//$this-&gt;objDefaultWaitIcon&nbsp;=&nbsp;new&nbsp;QWaitIcon($this);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}<br />}<br /></span><span style="color: #0000BB">?&gt;</span></span></code></pre>

<p>then i extend the base form like this:</p>

<pre ><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">require_once&nbsp;</span><span style="color: #DD0000">'../includes/prepend.inc.php'</span><span style="color: #007700">;<br /><br />class&nbsp;</span><span style="color: #0000BB">IngresoArticulo&nbsp;</span><span style="color: #007700">extends&nbsp;</span><span style="color: #0000BB">GeneralForm</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;protected&nbsp;function&nbsp;</span><span style="color: #0000BB">Form_Create</span><span style="color: #007700">()&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">parent</span><span style="color: #007700">::</span><span style="color: #0000BB">Form_Create</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;....<br />}<br /></span><span style="color: #0000BB">?&gt;</span></span></code></pre>

<p>and in my template:</p>

<pre ><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php&nbsp;<br /></span><span style="color: #007700">require_once&nbsp;</span><span style="color: #0000BB">__INCLUDES__</span><span style="color: #007700">.</span><span style="color: #DD0000">"/header.inc.php"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">RenderBegin</span><span style="color: #007700">();<br /></span><span style="color: #FF8000">//my&nbsp;own&nbsp;controls&nbsp;with&nbsp;custom&nbsp;html...<br /></span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">objDefaultWaitIcon</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">Render</span><span style="color: #007700">();<br /></span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">RenderEnd</span><span style="color: #007700">();<br />require_once&nbsp;</span><span style="color: #0000BB">__INCLUDES__</span><span style="color: #007700">.</span><span style="color: #DD0000">"/footer.inc.php"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?&gt;<br /></span>.bc<br /></span></code></pre>

]]></description>
		<author>apselico</author>
		<category>Bugs and Issues</category>
		<comments>http://www.qcodo.com/forums/forum.php/3/3837/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/3/3837/lastpage</guid>
		<pubDate>Fri, 20 Aug 2010 07:14:08 PDT</pubDate>
	</item>
	<item>
		<title>Re: Using QDialog as wait icon</title>
		<link>http://www.qcodo.com/forums/forum.php/3/3837/lastpage</link>
		<description><![CDATA[<p>How are you using this on the QForm side? &nbsp;Could you provide a code snippet / example QForm showing all this together?</p>

]]></description>
		<author>Mike Ho</author>
		<category>Bugs and Issues</category>
		<comments>http://www.qcodo.com/forums/forum.php/3/3837/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/3/3837/lastpage</guid>
		<pubDate>Thu, 19 Aug 2010 09:46:57 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>I've made a enhancement to QLinkButton to allow setting target attribute from php:</p>

<p>http://github.com/klucznik/qcodo/commit/b4372d787d8fde711e6fc9c7be045fc009054911</p>

<p>might be useful.</p>

]]></description>
		<author>Zbyszek Czarnecki</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Thu, 19 Aug 2010 09:24:13 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Fixed it by adding target=_blank to the links :-)</p>

]]></description>
		<author>Geert Heremans</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Thu, 19 Aug 2010 06:47:52 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Hi MIke,</p>

<p>Only firefox. It's a link to a PDF and Safari opens it in the same window.<br/>
Firefox gives the &ldquo;save as&rdquo; dialog.</p>

<p>best regards<br/>
Geert</p>

]]></description>
		<author>Geert Heremans</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Wed, 18 Aug 2010 13:18:31 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Which browser(s) are you seeing this issue -- is it on all browsers?</p>

]]></description>
		<author>Mike Ho</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Wed, 18 Aug 2010 13:13:47 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Hi Patrick,</p>

<p>Thank you for taking the time to respond. </p>

<p>There are no disableactions what so ever on the panel/form.</p>

<p>This problem has been reported before by vexed panda:<br/>
http://www.qcodo.com/forums/forum.php/0/2143/?search=ajax+not+working</p>

<p>Hope there is a solution for this and I don't need to redirect.</p>

]]></description>
		<author>Geert Heremans</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Wed, 18 Aug 2010 13:02:10 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Hi Geert,</p>

<p>Are there any events that disable actions on the buttons at some point in <a href="http://examples.qcodo.com/examples/basic_qform/process_flow.php">the process flow</a>? What triggers the loading of the panels?</p>

<p>Patrick</p>

]]></description>
		<author>Patrick Ranger</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Wed, 18 Aug 2010 12:53:21 PDT</pubDate>
	</item>
	<item>
		<title>Re: Links on page disable all Callbacks</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</link>
		<description><![CDATA[<p>Hello Guys,</p>

<p>It has been to long....</p>

<p>I now come to you with a new problem.</p>

<p>I have a datagrid in which I render some links (to an php file that generates a PDF). The links work fine and a PDF gets printed</p>

<p>However when I click on one of the links all QCodo generated buttons don't posback to the server anymore! So nothing works.</p>

<p>Maybe it's worth to mention that the datagrid gets renderd inside a QPanel that in itself gets loaded with Ajax.</p>

<p>Any help will be greatly appreciated!</p>

<p>best regards<br/>
GEert</p>

]]></description>
		<author>Geert Heremans</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4241/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4241/lastpage</guid>
		<pubDate>Wed, 18 Aug 2010 11:48:24 PDT</pubDate>
	</item>
	<item>
		<title>Re: about codegen</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4240/lastpage</link>
		<description><![CDATA[<p>Can you verify that your system can access your ms sql database using the mssql_database methods (e.g. see <a href="http://www.php.net/mssql_connect">MS SQL on PHP</a>)</p>

]]></description>
		<author>Mike Ho</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4240/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4240/lastpage</guid>
		<pubDate>Tue, 17 Aug 2010 23:18:51 PDT</pubDate>
	</item>
	<item>
		<title>Re: about codegen</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4240/lastpage</link>
		<description><![CDATA[<p>When I try to generate codes from MS SQL, I got such errors and no codes were generated.<br/>
 mssql_fetch_array(): supplied argument is not a valid MS SQL-t resource test/includes/qcodo/_core/database/QSqlServerDatabase.class.php on line 457</p>

]]></description>
		<author>snowyl</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4240/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4240/lastpage</guid>
		<pubDate>Tue, 17 Aug 2010 15:11:46 PDT</pubDate>
	</item>
	<item>
		<title>Re: introduction of magic column names</title>
		<link>http://www.qcodo.com/forums/forum.php/2/881/lastpage</link>
		<description><![CDATA[<p>Finally created an issue</p>

]]></description>
		<author>Mischa Kroon</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/881/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/881/lastpage</guid>
		<pubDate>Sun, 15 Aug 2010 09:01:44 PDT</pubDate>
	</item>
	<item>
		<title>Re: Using QDialog as wait icon</title>
		<link>http://www.qcodo.com/forums/forum.php/3/3837/lastpage</link>
		<description><![CDATA[<p>I'm using a QDialog as a wait icon, i have modied the file <strong>post.js</strong> and all is working fine, i have tested the changes with the default qwaiticon and my own qwaitdialog created for that, these are the changes ( using version 0.4.16 ):</p>

<p><strong>on line 171:</strong></p>

<pre ><code><span style="color: #000000">//&nbsp;Hid&nbsp;the&nbsp;WaitIcon&nbsp;(if&nbsp;applicable)<br />if&nbsp;(qcodo.objAjaxWaitIcon){<br />&nbsp;&nbsp;&nbsp;&nbsp;if(qcodo.objAjaxWaitIcon.hideDialogBox)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;qcodo.objAjaxWaitIcon.hideDialogBox();<br />&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;qcodo.objAjaxWaitIcon.style.display&nbsp;=&nbsp;'none';<br />}</span></code></pre>

<p><strong>and after that change go to line 193 and replace as follows:</strong></p>

<pre ><code><span style="color: #000000">//&nbsp;Display&nbsp;WaitIcon&nbsp;(if&nbsp;applicable)<br />if&nbsp;(strWaitIconControlId)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;this.objAjaxWaitIcon&nbsp;=&nbsp;this.getWrapper(strWaitIconControlId);<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(this.objAjaxWaitIcon){<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(this.objAjaxWaitIcon.showDialogBox)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.objAjaxWaitIcon.showDialogBox();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.objAjaxWaitIcon.style.display&nbsp;=&nbsp;'inline';<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />};</span></code></pre>

<p>Maybe it could be integrated on the new realease...</p>

<p>Greetings</p>

]]></description>
		<author>apselico</author>
		<category>Bugs and Issues</category>
		<comments>http://www.qcodo.com/forums/forum.php/3/3837/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/3/3837/lastpage</guid>
		<pubDate>Fri, 13 Aug 2010 10:14:13 PDT</pubDate>
	</item>
	<item>
		<title>Re: paginator position</title>
		<link>http://www.qcodo.com/forums/forum.php/2/4236/lastpage</link>
		<description><![CDATA[<p>You can do some overrides in QDataGrid to perform this.</p>

<p>See the <a href="http://examples.qcodo.com/examples/datagrid/extend.php">Examples Site Page</a> on datagrids for more info.</p>

]]></description>
		<author>Mike Ho</author>
		<category>General Discussion</category>
		<comments>http://www.qcodo.com/forums/forum.php/2/4236/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/2/4236/lastpage</guid>
		<pubDate>Wed, 11 Aug 2010 10:23:03 PDT</pubDate>
	</item>
	<item>
		<title>Re: PHP Ends Active Support for 5.2.x</title>
		<link>http://www.qcodo.com/forums/forum.php/5/4234/lastpage</link>
		<description><![CDATA[<p>I think we should stick with &ldquo;PHP 5.1.2 or later&rdquo; for now as the officially supported PHP versions for Qcodo, especially since spl_autoload_register is pretty central/core to the framework and it would be too much of a hack to try and do a workaround.</p>

<p>I've removed any of the old version_check code for PHP 5.0.x (e.g. including the references to QQuery.class.php you made above). &nbsp;Now, the only version_check we do is with regards to checking for 5.2.0 or later, and using QDateTime or QDateTime-Legacy based on that (in qcodo.inc.php).</p>

<p>Any other post-5.1.2 functionality should now be checked against function_exists() first -- so for example, any code that references memory_get_peak_usage (which requires PHP 5.2.0 or later) is only called after verifying function_exists(). &nbsp;Since any calls to memory_get_peak_usage in Qcodo are &ldquo;nice to have&rdquo; but not critical to core functionality, I think keeping the official &ldquo;Minimum PHP Version&rdquo; at 5.1.2 will be fine.</p>

<p>If you have any comments or questions about this, please don't hesitate to post!</p>

<p>Otherwise, all these code cleanups should be in the 0.4.17 release.</p>

]]></description>
		<author>Mike Ho</author>
		<category>Official Blog</category>
		<comments>http://www.qcodo.com/forums/forum.php/5/4234/lastpage</comments>
		<guid isPermaLink="true">http://www.qcodo.com/forums/forum.php/5/4234/lastpage</guid>
		<pubDate>Wed, 11 Aug 2010 09:08:17 PDT</pubDate>
	</item>
</channel>
</rss>
