<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: P4A 3 commit digest</title>
	<atom:link href="http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 15:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-235</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Thu, 21 Feb 2008 08:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-235</guid>
		<description>@BES: ok, what I understood is that I&#039;ve to recreate a sheet widget... :-)</description>
		<content:encoded><![CDATA[<p>@BES: ok, what I understood is that I&#8217;ve to recreate a sheet widget&#8230; :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BES</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-232</link>
		<dc:creator>BES</dc:creator>
		<pubDate>Wed, 20 Feb 2008 18:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-232</guid>
		<description>This is all I was doing with p4a_sheet - just using it as a way to drop in text (which could include HTML tags).

After setting the mask title ...

$this-&gt;intro =&amp; $this-&gt;build(&quot;p4a_sheet&quot;,&quot;intro&quot;);
$this-&gt;intro-&gt;setWidth($this-&gt;frameWidth);
$this-&gt;intro-&gt;setStyleProperty(&quot;float&quot;,&quot;center&quot;);
$this-&gt;intro-&gt;anchorText(&quot;blah blah blah about what this mask is for&quot;);
$this-&gt;main-&gt;anchor($this-&gt;intro);

Nothing fancy, just the only way I could figure out how to get HTML content on the mask about a year and a half ago. 

I don&#039;t really care about p4a_sheet, just need to figure out the easiest way to put HTML on the mask and change my codebase.

Onward!!!</description>
		<content:encoded><![CDATA[<p>This is all I was doing with p4a_sheet &#8211; just using it as a way to drop in text (which could include HTML tags).</p>
<p>After setting the mask title &#8230;</p>
<p>$this-&gt;intro =&amp; $this-&gt;build(&#8220;p4a_sheet&#8221;,&#8221;intro&#8221;);<br />
$this-&gt;intro-&gt;setWidth($this-&gt;frameWidth);<br />
$this-&gt;intro-&gt;setStyleProperty(&#8220;float&#8221;,&#8221;center&#8221;);<br />
$this-&gt;intro-&gt;anchorText(&#8220;blah blah blah about what this mask is for&#8221;);<br />
$this-&gt;main-&gt;anchor($this-&gt;intro);</p>
<p>Nothing fancy, just the only way I could figure out how to get HTML content on the mask about a year and a half ago. </p>
<p>I don&#8217;t really care about p4a_sheet, just need to figure out the easiest way to put HTML on the mask and change my codebase.</p>
<p>Onward!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-229</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Wed, 20 Feb 2008 16:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-229</guid>
		<description>@BES: I edited your post to fix the html code :-) about all other things we know about all p4a&#039;s problems but what p4a 3 need is to be the most tested and functional possible. sheets were not compatible with that design so we removed it. you can still use it copying it inside your application but it would not be a part of p4a3 becuase we want to solve once and for all the obsolescence of some components and some API. The major release change has been choosen also for that, and we&#039;re sorry for the porting problems but we can&#039;t be tied to 4 years old API if we want to be on the edge. :-)</description>
		<content:encoded><![CDATA[<p>@BES: I edited your post to fix the html code :-) about all other things we know about all p4a&#8217;s problems but what p4a 3 need is to be the most tested and functional possible. sheets were not compatible with that design so we removed it. you can still use it copying it inside your application but it would not be a part of p4a3 becuase we want to solve once and for all the obsolescence of some components and some API. The major release change has been choosen also for that, and we&#8217;re sorry for the porting problems but we can&#8217;t be tied to 4 years old API if we want to be on the edge. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BES</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-226</link>
		<dc:creator>BES</dc:creator>
		<pubDate>Wed, 20 Feb 2008 15:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-226</guid>
		<description>Ooop!  This software uses the HTML tags!  I use &lt;br&gt;, &lt;b&gt;, etc. in p4a_sheet to provide formatted instructions to users.</description>
		<content:encoded><![CDATA[<p>Ooop!  This software uses the HTML tags!  I use &lt;br&gt;, &lt;b&gt;, etc. in p4a_sheet to provide formatted instructions to users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BES</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-225</link>
		<dc:creator>BES</dc:creator>
		<pubDate>Wed, 20 Feb 2008 15:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-225</guid>
		<description>I use sheet to include HTML.  Been using it successfully for a long time.  I missed the mention of its obsolescence in the forum.  The is nothing in the P4A Reference about it being obsolete -- that certainly would have been valuable, as I use the reference a lot.</description>
		<content:encoded><![CDATA[<p>I use sheet to include HTML.  Been using it successfully for a long time.  I missed the mention of its obsolescence in the forum.  The is nothing in the P4A Reference about it being obsolete &#8212; that certainly would have been valuable, as I use the reference a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-217</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-217</guid>
		<description>@BES: why do you use sheet? you should use frame instead which performs much better, sheet was removed now but was unsupported since long time and was too much resource consuming.</description>
		<content:encoded><![CDATA[<p>@BES: why do you use sheet? you should use frame instead which performs much better, sheet was removed now but was unsupported since long time and was too much resource consuming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BES</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-215</link>
		<dc:creator>BES</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-215</guid>
		<description>When will P4A_Sheet return? I use it numerous times on virtually every mask to provide user instructions.</description>
		<content:encoded><![CDATA[<p>When will P4A_Sheet return? I use it numerous times on virtually every mask to provide user instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-175</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Mon, 28 Jan 2008 09:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-175</guid>
		<description>I linked your page here: http://p4a.crealabsfoundation.org/base-application so users can find your code :-)</description>
		<content:encoded><![CDATA[<p>I linked your page here: <a href="http://p4a.crealabsfoundation.org/base-application" rel="nofollow">http://p4a.crealabsfoundation.org/base-application</a> so users can find your code :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-174</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Mon, 28 Jan 2008 09:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-174</guid>
		<description>I wrote P4A_Base_Mask, not application :-) anyway i think  that base_application should remain outside the core at the moment and anyway we&#039;ll have to port it to the new translation system (wich currently is finished for the core but not for applications...) need more time :-((</description>
		<content:encoded><![CDATA[<p>I wrote P4A_Base_Mask, not application :-) anyway i think  that base_application should remain outside the core at the moment and anyway we&#8217;ll have to port it to the new translation system (wich currently is finished for the core but not for applications&#8230;) need more time :-((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mechano</title>
		<link>http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/comment-page-1/#comment-173</link>
		<dc:creator>Mechano</dc:creator>
		<pubDate>Mon, 28 Jan 2008 09:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/2008/01/28/p4a-3-commit-digest-2/#comment-173</guid>
		<description>Hi Fabrizio!

Here my version of the p4a_base_application with 4 menu levels.

http://www.mechanicamente.it/content/view/15/8/

I&#039;ve developed a multilanguage version also.
Where in the db table there&#039;s a menu description column for every language, and language can be set both per user or on the entire program interface.

Are you interested in this items?</description>
		<content:encoded><![CDATA[<p>Hi Fabrizio!</p>
<p>Here my version of the p4a_base_application with 4 menu levels.</p>
<p><a href="http://www.mechanicamente.it/content/view/15/8/" rel="nofollow">http://www.mechanicamente.it/content/view/15/8/</a></p>
<p>I&#8217;ve developed a multilanguage version also.<br />
Where in the db table there&#8217;s a menu description column for every language, and language can be set both per user or on the entire program interface.</p>
<p>Are you interested in this items?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

