You are here: Recent News » osflash » pixlib

 

pixlib

Tags :

See here pages with pixlib tag :

PageDateDescriptionTags
FDT Pixlib template Command 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;&#13; import com.bourre.events.IEvent;&#13; import com.bourre.log.Logger;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; implements Command &#13; {&#13; public function ${e…, ,
FDT Pixlib template FrontController 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;&#13; import com.bourre.events.FrontController;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends FrontController&#13; {&#13;…, ,
FDT Pixlib template Debug 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;&#13; class ${enclosing_package}.Deb…, ,
FDT Pixlib template Event 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;&#13; import com.bourre.events.BasicEvent;&#13; import com.bourre.events.EventType;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends BasicEvent &#13;…, ,
FDT Pixlib template EventList 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;&#13; import com.bourre.events.EventType;&#13; &#13; class ${enclosing_package_and_type}&#13; {&#13; private function EventList() &#13; {&#13; //&#13; }&#13; &#13; public static var clickTagEVENT:EventType = new EventType("clickTag");&#13; …, ,
FDT Pixlib template ExpressInstall 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">/**&#13; * ExpressInstall class v0.91 - http://blog.deconcept.com/flashobject/&#13; * &#13; * 08-12-2005 (c) 2005 Geoff Stearns and is released under the MIT License:&#13; * http://www.opensource.org/licenses/mit-license.php&#13; *&#1…, ,
FDT Pixlib template IOC 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;&#13; import com.bourre.ioc.control.AbstractCommand;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends AbstractCommand&#13; {&#13; public function ${enclosing_typ…, ,
FDT Pixlib template Main 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.Luminic…, ,
FDT Pixlib template Model 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;&#13; import com.bourre.core.Model;&#13; import com.bourre.events.BasicEvent;&#13; import com.bourre.events.EventType;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type…, ,
FDT Pixlib template Remoting command 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;&#13; import com.bourre.core.HashCodeFactory;&#13; import com.bourre.events.IEvent;&#13; import com.bourre.log.Logger;&#13; import com.bourre.log.LogLevel;&#13; i…, ,
FDT Pixlib template ServiceLocator 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;&#13; import com.bourre.remoting.ServiceProxyLocator;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#1…, ,
FDT Pixlib template Singleton 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} …, ,
FDT Pixlib template MovieClipHelper 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;&#13; import com.bourre.log.PixlibStringifier;&#13; import com.bourre.visual.MovieClipHelper;&#13; &#13; class ${enclosing_package_and_type} &#13; extends MovieClipHelper&#13; {&#13; public function ${e…, ,
Projects made with Pixlib pixlib, demo Twingo concept * Twingo concept -> Plug&Create (background white) * production duration : 5 weeks Vulcania * Virtual tour * production duration : 4 weeks ClearSight * Explanations (french only) * Demo * production duration : 1 month,
Testimonials 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.,
framework delfiweb2007/03/08 23:26project, framework, delfiweb, as2, action, script, player, video, multi-theme, guestbook, pixlib, text, editor Summary * Since : 2006 * Update : Version 1.02 November 2007 * Homepage : <http://www.delfiweb.com> * License : GNU LESSER GENERAL PUBLIC LICENSE, Version 3, , , , , , , , , , , ,
Pixlib2007/02/16 08:55project, pixlib Summary * Homepage : * License : Pixlib is an AS 2.0 framework developed by Francis Bourre. lowra is an AS3 version of pixlib It’s designed to support event handling, logging, data preloading, managing sound and video, making transitions, data holders and data structures, patterns implementations ...,
Pixlib faq 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.,
FDT Pixlib template Command 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;&#13; import com.bourre.events.IEvent;&#13; import com.bourre.log.Logger;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; implements Command &#13; {&#13; public function ${e…, ,
FDT Pixlib template FrontController 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;&#13; import com.bourre.events.FrontController;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends FrontController&#13; {&#13;…, ,
FDT Pixlib template Debug 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;&#13; class ${enclosing_package}.Deb…, ,
FDT Pixlib template Event 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;&#13; import com.bourre.events.BasicEvent;&#13; import com.bourre.events.EventType;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends BasicEvent &#13;…, ,
FDT Pixlib template EventList 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;&#13; import com.bourre.events.EventType;&#13; &#13; class ${enclosing_package_and_type}&#13; {&#13; private function EventList() &#13; {&#13; //&#13; }&#13; &#13; public static var clickTagEVENT:EventType = new EventType("clickTag");&#13; …, ,
FDT Pixlib template ExpressInstall 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">/**&#13; * ExpressInstall class v0.91 - http://blog.deconcept.com/flashobject/&#13; * &#13; * 08-12-2005 (c) 2005 Geoff Stearns and is released under the MIT License:&#13; * http://www.opensource.org/licenses/mit-license.php&#13; *&#1…, ,
FDT Pixlib template IOC 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;&#13; import com.bourre.ioc.control.AbstractCommand;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends AbstractCommand&#13; {&#13; public function ${enclosing_typ…, ,
FDT Pixlib template Main 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.Luminic…, ,
FDT Pixlib template Model 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;&#13; import com.bourre.core.Model;&#13; import com.bourre.events.BasicEvent;&#13; import com.bourre.events.EventType;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type…, ,
FDT Pixlib template Remoting command 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;&#13; import com.bourre.core.HashCodeFactory;&#13; import com.bourre.events.IEvent;&#13; import com.bourre.log.Logger;&#13; import com.bourre.log.LogLevel;&#13; i…, ,
FDT Pixlib template ServiceLocator 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;&#13; import com.bourre.remoting.ServiceProxyLocator;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#1…, ,
FDT Pixlib template Singleton 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} …, ,
FDT Pixlib template toString2007/12/10 05:44pixlib, 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>, ,
FDT Pixlib template MovieClipHelper 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;&#13; import com.bourre.log.PixlibStringifier;&#13; import com.bourre.visual.MovieClipHelper;&#13; &#13; class ${enclosing_package_and_type} &#13; extends MovieClipHelper&#13; {&#13; public function ${e…, ,
Pixlib faq fr 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 :, ,
pixIoC 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.,
Projects made with Pixlib pixlib, demo Room-A-Day Giveaway * <http://www.roomadaygiveaway.com> * Tools : PIXLIB / FlashDevelop 3.0 / Flash CS3 * Author: Rob Eberhardt and Joseph Huang <http://www.visualgoodness.com> * production duration : 2 months Shelter - Build a city * shelter / build a city * Tools : PIXLIB / FlashDevelop 2.0 +(MTASC & Apache Ant) * Author: Sebastien Jouhans * production duration : 3 weeks,
Testimonials 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.,

RSS Feed for pixlib tag.

tags/pixlib.txt · Last modified: 2007/02/16 08:57 by niko