pixlib

See here pages with pixlib tag :

PageDateUserDescriptionDiscussionTags
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;&#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 $…   , ,
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;&#13; class ${enclosing_package}.D…   , ,
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;&#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 &#1…   , ,
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;&#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 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">/**&#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 Comment , ,
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;&#13; import com.bourre.events.FrontController;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &#13; extends FrontController&#13; {&#1…   , ,
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;&#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_t…   , ,
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…   , ,
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;&#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_ty…   , ,
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;&#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 $…   , ,
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;&#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;…   , ,
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;&#13; import com.bourre.remoting.ServiceProxyLocator;&#13; import com.bourre.log.PixlibStringifier;&#13; &#13; class ${enclosing_package_and_type} &…   , ,
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}…   , ,
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 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 ,
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 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.   , ,
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 ,
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.   ,
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 ,

RSS Feed for pixlib tag.

Discussion

sdfasdf, 2012/08/27 11:07
<pre id="line1">
</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>
gucci sale, 2012/09/25 05:53
Getting a <A href="http://www.hotguccibags.com/">gucci sale</A> for any woman's <A href="http://www.hotguccibags.com/">gucci outlet</A> shall be an excellent improvement. And it would make her feel <A href="http://www.hotguccibags.com/">gucci handbags</A> about the way <A href="http://www.hotguccibags.com/">gucci bags</A> she looks. <A href="http://www.hotguccibags.com/">gucci store</A> are many different <A href="http://www.hotguccibags.com/2012-gucci-bags-c-24/">2012 Gucci Bags</A> to decide from. It doesn't matter whether you <A href="http://www.hotguccibags.com/gucci-belt-c-21/">Gucci Belt</A> to shop <A href="http://www.hotguccibags.com/gucci-bobo-handbags-c-39/">Gucci Bobo Handbags</A> or in a real shop, <A href="http://www.hotguccibags.com/gucci-boston-handbags-c-34/">Gucci Boston Handbags</A> will find a wonderful selection of fantastic <A href="http://www.hotguccibags.com/gucci-clutch-handbags-c-35/">Gucci Clutch Handbags</A>. <A href="http://www.hotguccibags.com/gucci-duffle-handbags-c-26/">Gucci Duffle Handbags</A> are also found in <A href="http://www.hotguccibags.com/gucci-evening-handbags-c-32/">Gucci Evening Handbags</A> layouts and patterns. You are <A href="http://www.hotguccibags.com/gucci-handbags-c-30/">Gucci Handbags</A> to get them in beautiful shades of just about any color too. Sassy, classy, glamorous and trendy can aptly describe these <A href="http://www.hotguccibags.com/gucci-jackie-handbags-c-38/">Gucci Jackie Handbags</A>. That's why the <A href="http://www.hotguccibags.com/gucci-hobo-handbags-c-31/">Gucci Hobo Handbags</A>.
PoomeWeek, 2013/02/05 15:52
AzgJlj <a href="http://onnrainnmcm.com/#77222"><b>MCM 韓国</b></a> MqnLoe http://onnrainnmcm.com/ VidZxt <a href="http://mcmsenmon.com/#30643"><b>MCM リュック</b></a> OhxGzh http://mcmsenmon.com/ XdbCri <a href="http://ninnkimcm.com/#47546"><b>MCM バッグ</b></a> TaiJix http://ninnkimcm.com/ RzlRif <a href="http://kaidokumcm.com/#18010"><b>MCM キーケース</b></a> XuvMax http://kaidokumcm.com/ PvfSef <a href="http://manzokumcm.com/#84305"><b>MCM</b></a> VnjQwo http://manzokumcm.com/ NcpKho http://chloenihon.com/ BdkNod <a href="http://chloenihon.com/">クロエ バッグ</a> MtdQ http://toumikousin.com/ CgrOY <a href="http://toumikousin.com/">TUMI 26114</a> YhwCgF http://toumikakaku.com/ NidMpSB <a href="http://toumikakaku.com/">トゥミ</a> QioFzg <a href="http://mcmhannbai.com/">MCM 長財布</a> PtjDuw <a href="http://mcmhannbai.com/">MCM キーケース</a>
Mandybch, 2013/02/06 11:53
hVwx <strong><a href="http://www.christianlouboutinpaschero.com/" title="louboutin femme">louboutin femme</a></strong> oScd <strong><a href="http://www.longchampbagsoutletoz.com/" title="longchamp">longchamp</a></strong> pVhw <strong><a href="http://www.michaelkorsoutletazo.com/" title="michael kors outlet">michael kors outlet</a></strong> 8gWsm 1rYiy <strong><a href="http://www.chihairstraightenerv.com/" title="chi iron">chi iron</a></strong> 7qNyg <strong><a href="http://www.michaelkorsoutletei.com/" title="michael kors sale">michael kors sale</a></strong> 3uQkx <strong><a href="http://www.cheapnfljerseysar.com/cheap-chicago-bulls-1-derrick-rose-20th-anniversary-green-nba-jerseys-wholesale-1989/" title="cheap Chicago Bulls #1 Derrick Rose 20TH Anniversary Green NBA Jerseys">cheap Chicago Bulls #1 Derrick Rose 20TH Anniversary Green NBA Jerseys</a></strong> 6hIgc <strong><a href="http://www.cheapnikairmaxas.com/" title="cheap nike air max 90">cheap nike air max 90</a></strong> 2fHgl <strong><a href="http://www.ghdfrancez.com/" title="lisseur ghd pas cher">lisseur ghd pas cher</a></strong> 6qWns <strong><a href="http://www.cheapuggbootsas.com/" title="comprar ugg online">comprar ugg online</a></strong> 5cXlm <strong><a href="http://www.tomsshoesoutletsalets.com/" title="toms sale">toms sale</a></strong> 3aPsl <strong><a href="http://www.toryburchshoessaleso.com/tory-burch-khaki-shoulderbag-cheap/" title="Tory Burch Khaki Shoulderbag Cheap">Tory Burch Khaki Shoulderbag Cheap</a></strong><strong><a href="http://www.toryburchshoessaleso.com/tory-burch-reva-sandybrown-ballerina-flats-cheap/" title="Tory Burch Reva Sandybrown Ballerina Flats Cheap">Tory Burch Reva Sandybrown Ballerina Flats Cheap</a></strong><strong><a href="http://www.toryburchshoessaleso.com/tory-burch-bombe-khaki-tote-cheap/" title="Tory Burch Bombe Khaki Tote Cheap">Tory Burch Bombe Khaki Tote Cheap</a></strong><strong><a href="http://www.toryburchshoessaleso.com/wallet-tory-burch-dark-grey-cheap/" title="wallet Tory Burch Dark Grey Cheap">wallet Tory Burch Dark Grey Cheap</a></strong><strong><a href="http://www.toryburchshoessaleso.com/tory-burch-tote-bags-brown-cheap/" title="Tory Burch Tote Bags Brown Cheap">Tory Burch Tote Bags Brown Cheap</a></strong> 5iKwa <strong><a href="http://www.hollisterfranceaz.com/" title="hollister france">hollister france</a></strong> 0oApl <strong><a href="http://www.planchasghdi.com/" title="ghd">ghd</a></strong> 5iWdy <strong><a href="http://www.discountuggsbootsxz.com/" title="cheap uggs">cheap uggs</a></strong>
Estileketle, 2013/02/06 12:13
MokNkl <a href="http://onnrainnmcm.com/#48602"><b>MCM バッグ</b></a> JeyVqx http://onnrainnmcm.com/ XelXyu <a href="http://mcmsenmon.com/#65238"><b>MCM 店舗</b></a> TznGrf http://mcmsenmon.com/ NvhTvw <a href="http://ninnkimcm.com/#67014"><b>MCM 店舗</b></a> KatUos http://ninnkimcm.com/ XavPey <a href="http://kaidokumcm.com/#42005"><b>MCM 財布</b></a> GqhUow http://kaidokumcm.com/ UjyDdy <a href="http://manzokumcm.com/#08389"><b>MCM 長財布</b></a> CrwRjm http://manzokumcm.com/ BtzNzm http://chloenihon.com/ ExmNyz <a href="http://chloenihon.com/">クロエ 長財布</a> DqlL http://toumikousin.com/ DieVA <a href="http://toumikousin.com/">TUMI スーツケース</a> PfpJcN http://toumikakaku.com/ IdyFkCR <a href="http://toumikakaku.com/">TUMI リュック</a> BinEnj <a href="http://mcmhannbai.com/">MCM 韓国</a> EcuIcw <a href="http://mcmhannbai.com/">MCM 店舗</a>
PoomeWeek, 2013/02/07 10:01
InwDbn <a href="http://onnrainnmcm.com/#25615"><b>MCM キーケース</b></a> XmiHvn http://onnrainnmcm.com/ CknDcy <a href="http://mcmsenmon.com/#40478"><b>MCM iphoneケース</b></a> FqcHqm http://mcmsenmon.com/ VzeZuq <a href="http://ninnkimcm.com/#40309"><b>MCM iphoneケース</b></a> JzhVva http://ninnkimcm.com/ MfcJwy <a href="http://kaidokumcm.com/#62862"><b>MCM iphoneケース</b></a> JfsMja http://kaidokumcm.com/ ZeuBwa <a href="http://manzokumcm.com/#32688"><b>MCM 長財布</b></a> OivOcx http://manzokumcm.com/ VoaLzs http://chloenihon.com/ AojWds <a href="http://chloenihon.com/">クロエ バッグ</a> TtvQ http://toumikousin.com/ JliPH <a href="http://toumikousin.com/">TUMI 店舗</a> HuiNgZ http://toumikakaku.com/ EpaXuWV <a href="http://toumikakaku.com/">TUMI トート</a> BabAzs <a href="http://mcmhannbai.com/">MCM 韓国</a> ZbjTrs <a href="http://mcmhannbai.com/">MCM 財布</a>
You could leave a comment if you were logged in.
 
tags/pixlib.txt · Last modified: 2007/02/16 11:57 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki