See here pages with pixlib tag :
| Page | Date | User | Description | Discussion | Tags |
|---|---|---|---|---|---|
| FDT Pixlib template Command | 2007/02/16 12:12 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates generic command" enabled="true" name="command">import com.bourre.commands.Command; import com.bourre.events.IEvent; import com.bourre.log.Logger; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} implements Command { public function $… | pixlib, fdt, template | ||
| FDT Pixlib template Debug | 2007/02/16 12:15 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?> <templates> <template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates a class that encapsulates a debug channel for pixlib logging API" enabled="true" name="debug"> import com.bourre.core.HashCodeFactory; import com.bourre.log.LogChannel; import com.bourre.log.Logger; import com.bourre.log.LogLevel; import com.bourre.log.PixlibStringifier; class ${enclosing_package}.D… | pixlib, fdt, template | ||
| FDT Pixlib template Event | 2007/02/16 12:15 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Extends BasicEvent to create a new Event" enabled="true" name="event">import com.bourre.core.HashCodeFactory; import com.bourre.events.BasicEvent; import com.bourre.events.EventType; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} extends BasicEvent … | pixlib, fdt, template | ||
| FDT Pixlib template EventList | 2007/02/16 12:18 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="" enabled="true" name="eventList">import com.bourre.events.BasicEvent; import com.bourre.events.EventType; class ${enclosing_package_and_type} { private function EventList() { // } public static var clickTagEVENT:EventType = new EventType("clickTag");
… | pixlib, fdt, template | ||
| FDT Pixlib template ExpressInstall | 2007/02/16 12:18 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="template for Adobe Express installation" enabled="true" name="expressInstall">/** * ExpressInstall class v0.91 - http://blog.deconcept.com/flashobject/ * * 08-12-2005 (c) 2005 Geoff Stearns and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php *&… | 1 Comment | pixlib, fdt, template | |
| FDT Pixlib template FrontController | 2007/02/16 12:12 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates concrete front controller class for pixlib framework" enabled="true" name="controller">import com.bourre.core.HashCodeFactory; import com.bourre.events.FrontController; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} extends FrontController {… | pixlib, fdt, template | ||
| FDT Pixlib template IOC | 2007/02/16 12:19 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="extends AbstractCommand - pixIOC" enabled="true" name="cmdioc">import com.bourre.events.IEvent; import com.bourre.ioc.control.AbstractCommand; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} extends AbstractCommand { public function ${enclosing_t… | pixlib, fdt, template | ||
| FDT Pixlib template Main | 2007/02/16 12:17 | pixlib, fdt, template a basic Main class template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates an MTASC public static main function" enabled="true" id="com.pf.fdt.ui.editor.template.smain" name="main">import com.bourre.core.HashCodeFactory; import com.bourre.log.Logger; import com.bourre.log.LogLevel; import com.bourre.log.PixlibStringifier; import com.bourre.utils.Lumin… | pixlib, fdt, template | ||
| FDT Pixlib template Model | 2007/02/16 12:15 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Extends Model class from core package" enabled="true" name="model">import com.bourre.core.HashCodeFactory; import com.bourre.core.Model; import com.bourre.events.BasicEvent; import com.bourre.events.EventType; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_ty… | pixlib, fdt, template | ||
| FDT Pixlib template MovieClipHelper | 2007/02/16 12:13 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates UI class which extends MovieClipHelper" enabled="true" name="ui">import com.bourre.core.HashCodeFactory; import com.bourre.log.PixlibStringifier; import com.bourre.visual.MovieClipHelper; class ${enclosing_package_and_type} extends MovieClipHelper { public function $… | pixlib, fdt, template | ||
| FDT Pixlib template Remoting command | 2007/02/16 12:17 | pixlib, fdt, template Command and Business delegate are merged). <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates remoting command class for osPixlib" enabled="true" name="remoting">import com.bourre.commands.Command; import com.bourre.core.HashCodeFactory; import com.bourre.events.IEvent; import com.bourre.log.Logger; import com.bourre.log.LogLevel; … | pixlib, fdt, template | ||
| FDT Pixlib template ServiceLocator | 2007/02/16 12:16 | pixlib, fdt, template For pixlib remoting package. <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates concrete service locator class for pixlib framework" enabled="true" name="servicelocator">import com.bourre.core.HashCodeFactory; import com.bourre.remoting.ServiceProxyLocator; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} &… | pixlib, fdt, template | ||
| FDT Pixlib template Singleton | 2007/02/16 12:19 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Creates complete Singleton" enabled="true" id="com.pf.fdt.ui.editor.template.singleton" name="singleton">import com.bourre.log.PixlibStringifier; /** * @author ${user} */ class ${enclosing_package_and_type} { private static var _oI : ${enclosing_type}; /** * @return singleton instance of ${enclosing_type}… | pixlib, fdt, template | ||
| FDT Pixlib template toString | 2007/12/10 08:45 | pixlib, fdt, template <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.powerflasher.fdt.ui.editor.template.as2" deleted="false" description="" enabled="true" name="toString (pixLib)">public function toString() : String { return PixlibStringifier.stringify( this ); }</template></templates> | pixlib, fdt, template | ||
| Pixlib | 2012/10/18 00:42 | project, pixlib A new version, better, stronger, will be released under the new Pixlib 3.0 Flash Platform Framework Quelle personne, généralement aidée d’un chien, garde les moutons? <http://reponseprizee.blogspot.com/2012/10/quelle-personne-generalement-aidee-dun.html> | 25 Comments | project, pixlib | |
| Pixlib faq | 2007/03/07 09:38 | pixlib, faq This page is here to offer a good overview of the PixLib packages and classes with short explanations on the how and why. com.bourre.commands Batch It is a concrete implementation of MacroCommand interface. It handles several commands as one command. | pixlib, faq | ||
| Pixlib faq fr | 2007/04/08 12:58 | pixlib, faq, fr Par cette page j'èspère arriver à créer un point d'entré unique qui rassemblera toutes les ressources sur pixLib. Et qui permettra de donner une vue d'enssemble de la librairie. A garder à l'esprit lors de la rédaction : * Rester bref. * Ne pas hésiter lier à une autre page en cas d'explication plus détaillée. | pixlib, faq, fr | ||
| Projects made with Pixlib | 2008/08/05 03:35 | pixlib, demo JOACHIM GARRAUD - INVASION * <http://invasion.joachimgarraud.com> * Tools : PIXLIB / Eclipse/FDT * Author: Michael “Mike” Barbero <http://www.deja-vue.net> * production duration : 6 weeks * details project: * <http://www.deja-vue.net/blog/2008/08/04/invasion-2008-joachim-garraud-personalize-your-own-cd-buy-digitals-a-papervision-pixlib-actionscript-ria/> | 2 Comments | pixlib, demo | |
| Testimonials | 2009/04/29 04:01 | Testimonials pixlib, testimonial Hello guys, I'm trying to get some testimonials on pixlib. I'd like to put them online the day of my conference (saturday). If anyone's interested to share why he uses and likes pixlib, feel free to post few lines on this mailing-list with your full name and position, even in french. | pixlib, testimonial | ||
| pixIoC | 2007/02/19 06:24 | pixlib, pixioc pixIoC is an extension of pixlib (AS 2.0 framework) developed by Francis Bourre. This extension is based on Inversion of Control pattern and provides some features to build your application at runtime from an xml file like Spring. | 13 Comments | pixlib, pixioc |
Discussion
</pre>
<pre id="line1">
<span class="attribute-value"><span class="attribute-value">Cheap NFL,NBA,MLB,NHL <a title="China Jerseys,Wholesale"
href="http://www.annajerseys.com/">China Jerseys</a>, For Sale online.<a title="2012,New Nike NFL,NFL Jerseys"
href="http://www.annajerseys.com/nfl-jerseys-2012-nike-nfl-jerseys-c-1_478.html">Nike NFL Jerseys</a>,All Our Jerseys Are Sewn On and Directly From <a href="http://www.annajerseys.com/wy-jerseys-women-nike-nfl-c-166_542.html">Women Nike NFL Jerseys</a><span> From <a href="http://www.annajerseys.com/">Chinese Jerseys</a>,The high quality <strong>Nike NFL Jerseys</strong> are <a href="http://www.annajerseys.com/wy-jerseys-youth-nike-nfl-c-166_543.html">Youth Nike NFL Jerseys</a> for Arizona Cardinals fans.<span>Welcome to our <a href="http://www.annajerseys.com/">http://www.annajerseys.com/</a> to pick the hotest </span></span></span></span><span class="attribute-value"><span class="attribute-value"> jerseys manufacturer <a href="http://www.cheapnikejersey.com/">Jerseys from china</a>,wholesal sports <a href="http://www.cheapnikejersey.com/nfl-jerseys-c-452.html">NFL jerseys China</a>,<a href="http://www.cheapnikejersey.com/nike-nfl-jerseys-c-616.html">Nike NFL Jerseys</a>,<a href="http://www.cheapnikejersey.com/">China Jerseys Paypal</a>,Welcome to our <a href="http://www.cheapnikejerseys.com/">http://www.cheapnikejerseys.com/</a> to pick <a href="http://www.cheapnikejersey.com/nike-nfl-jerseys-nike-dallas-cowboys-c-616_967.html">Nike Dallas Cowboys Jerseys</a> and <a href="http://www.cheapnikejersey.com/nike-nfl-jerseys-nike-detroit-lions-c-616_975.html">Nike Detroit Lions Jerseys</a> Free Shipping,For more jerseys,please check it through <a href="http://www.abc-jerseys.com/">cheap jerseys china</a></span></span>
</pre>