<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tweened &#187; Composants</title>
	<atom:link href="http://www.tweened.org/en/category/composants/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tweened.org</link>
	<description>powered by Silverlight</description>
	<lastBuildDate>Thu, 17 Jun 2010 13:10:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yet another 3D Lite Engine</title>
		<link>http://www.tweened.org/en/2010/06/17/yet-another-lite-3d-engine-to-release/</link>
		<comments>http://www.tweened.org/en/2010/06/17/yet-another-lite-3d-engine-to-release/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 13:07:58 +0000</pubDate>
		<dc:creator>Eric Ambrosi</dc:creator>
				<category><![CDATA[Blend]]></category>
		<category><![CDATA[Composants]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Lite engine]]></category>

		<guid isPermaLink="false">http://www.tweened.org/fr/?p=812</guid>
		<description><![CDATA[
French version


I will put online during the summer a first release of the library Tweened. It contains components, behaviors, a Tween wrapper (facilitating the creation of animation by code) and a mini 3D engine very simple to use. Here is a concrete example that can be downloaded here :

I made this engine primarily for personal [...]]]></description>
			<content:encoded><![CDATA[<ul class="#dtreecatwrapper">
<li class="#dtreecatwrapper"><a href="http://www.tweened.org/fr/2010/06/17/yet-another-lite-3d-engine-to-release/">French version</a></li>
</ul>
<p><a href="http://www.tweened.org/wp-content/files/3dleScreen.jpg" title="3dleScreen" rel="lightbox[812]"><img title="3dleScreen" src="http://www.tweened.org/wp-content/files/3dleScreen.jpg" alt="" width="630" height="200" /></a></p>
<p>I will put online during the summer a first release of the library Tweened. It contains components, behaviors, a Tween wrapper (facilitating the creation of animation by code) and a mini 3D engine very simple to use. Here is a concrete example that can be downloaded <a href="http://www.tweened.org/3DExample/Tweened.Test3DEngine.zip">here</a> :</p>
<p><div id="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="700"><param name="source" value="http://www.tweened.org/3DExample/TestLite3DEngine.xap"/><param name="windowless" value="true"/><param name="background" value="#00FFFFFF" /><param name="minRuntimeVersion" value="3.0.40818.0" /><param name="autoupgrade" value="true" /><param name="enableHtmlAccess" value="true" /><param name="initParams" value="4.0.50524.0" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;"><img src="http://storage.timheuer.com/sl4wp-ph.png" alt="Install Microsoft Silverlight" style="border-style: none; width:400px; height:200px"/></a></object><iframe style="visibility:hidden;height:0;width:0;border:0px" id="_sl_historyFrame"></iframe></div><br /></p>
<p>I made this engine primarily for personal needs and to remind me math projective. Reinventing the wheel a some times can be good. The idea is mainly to provide a dll under 40kb, which allows conception of 3D interfaces. This will be useful for designers across Blend or Visual Studio using C #. It will contain in a short time all the basic functions wich are really useful and we do not currently have when using Blend: 3D Camera, 3D Container, 3D scene, detection of normal and smart z sorting (smart and more efficient than currently proposed in Blend) . I added a utility class to facilitate the use of mathematical projective (in progress).</p>
<p>The library contains :</p>
<p>1. A container typed Scene3D (inherited from Panel).<br />
All objects wich are contained within get their projection property locked. Instead of use it, they can use attached dependency properties :</p>
<p>* Scene3D.LocalOffsetX<br />
* Scene3D.LocalOffsetY<br />
* Scene3D.LocalOffsetZ<br />
* Scene3D.GlobalOffsetX<br />
* Scene3D.GlobalOffsetY<br />
* Scene3D.GlobalOffsetZ<br />
* Scene3D.RotationX<br />
* Scene3D.RotationY<br />
* Scene3D.RotationZ</p>
<p>They are associated with an instance of type Element3D. This is recoverable (StartUp event when the 3d scene is broadcast) with an extension method added to instances of UIElement (GetElement3D).<br />
2. A camera linked to the container Scene3D. It offers the following properties:<br />
* FieldOfView<br />
* NearPlane<br />
* FarPlane<br />
* Vanishing Point (XVanishingPoint, YVanishingPoint)<br />
* Displacement (OffsetXCamera, OffsetYCamera, OffsetZCamera)<br />
* Rotation (RotateXCamera, RotateYCamera, RotateZCamera)</p>
<p>Detecting the change of direction of normal (Backface culling) and the scalar product via events  NormalDirectionChanged and DotProductChanged. These events are broadcast by instances of Element3D.</p>
<p><a href="http://www.tweened.org/wp-content/files/3DLE.jpg" title="3DLE" rel="lightbox[812]"><img title="3DLE" src="http://www.tweened.org/wp-content/files/3DLE.jpg" alt="" width="620" height="565" /></a></p>
<p>I am currently finishing a sorting algorithm depths. This engine should be fairly optimized because its rendering does not rely on a DispatcherTimer. Well, it is rather rendering pipeline optimized because it is not recursive by default. When only one object is changed, it invokes an internal method <em>RenderElement</em>. Conversely, when the scene or the camera is changed, it becomes recursive and updates all objects in the scene ... See you soon for the final release of the library tweened ...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweened.org/en/2010/06/17/yet-another-lite-3d-engine-to-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight Smooth Streaming plugin for WordPress</title>
		<link>http://www.tweened.org/en/2010/05/24/silverlight-smooth-streaming-plugin-for-wordpress/</link>
		<comments>http://www.tweened.org/en/2010/05/24/silverlight-smooth-streaming-plugin-for-wordpress/#comments</comments>
		<pubDate>Mon, 24 May 2010 09:30:45 +0000</pubDate>
		<dc:creator>Eric Ambrosi</dc:creator>
				<category><![CDATA[Composants]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Smooth Streaming]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tweened.org/fr/?p=766</guid>
		<description><![CDATA[
French version

I put online a new plugin produced by Regart.net. It is a smooth streaming video player also capable of playing a standard video format wmv, mov or mp4 (when the video is encoded in H264). You will still need to host the video on IIS server if you want to enjoy the smooth streaming. [...]]]></description>
			<content:encoded><![CDATA[<ul class="#dtreecatwrapper">
<li class="#dtreecatwrapper"><a href="http://www.tweened.org/fr/2010/05/24/silverlight-smooth-streaming-plugin-for-wordpress/">French version</a></li>
</ul>
<object data="data:application/x-silverlight," type="application/x-silverlight-2" width="100%" height="400px"><param name="source" value="http://www.tweened.org/wp-content/plugins/smooth-streaming-player/silverlight/playerss.xap"/><param name="onerror" value="onSilverlightError" /><param name="windowless" value="true" /><param name="background" value="transparent" /><param name="minRuntimeVersion" value="3.0.40818.0" /><param name="autoUpgrade" value="true" /><param  name="initParams" value="videoUrl=http://dl.dropbox.com/u/375527/Wall-e.wmv,autoPlay=true,themeColorOne=45362a,themeColorTwo=211c13" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50401.0" style="text-decoration: none;"><img src="http://go.microsoft.com/fwlink/?LinkID=161376" alt="Get Microsoft Silverlight" style="border-style: none"/></a></object>
<p><a href="http://www.tweened.org/wp-content/files/sl-playerss.zip" target="_blank">I put online a new plugin</a> produced by <a href="http://www..regart.net" target="_blank">Regart.net</a>. It is a smooth streaming video player also capable of playing a standard video format wmv, mov or mp4 (when the video is encoded in H264). You will still need to host the video on IIS server if you want to enjoy the smooth streaming. The setup is relatively simple because we provide an administration window in WordPress. It has a preview of the player, you can change the color, the url of video, AutoPlay, size and background color of the player. It warns you when the video is not hosted on your server, about security constraints you may encounter (crossdomain.xml clientaccesspolicy.xml necessary and configured).</p>
<p><a href="http://www.tweened.org/wp-content/files/ScreenShotAdmin.jpg" title="ScreenShotAdmin" rel="lightbox[766]"><img class="alignleft size-full wp-image-775" title="ScreenShotAdmin" src="http://www.tweened.org/wp-content/files/ScreenShotAdmin.jpg" alt="" width="672" height="732" /></a></p>
<p>I realized the Silverlight side but I did not use the player SMF published by Microsoft. I preferred to use the library named SLExtensions designed by the company UCAYA. UCAYA is  specialized in the design of this type of player. In the past, <a href="http://www.ucaya.com/" target="_blank">Ucaya </a> has made the players of "Tour de France", "Rolland Garros", "France Television" and so on. What are the benefits you will ask ? It's simple. First of all, the features provided by the library are ultra complete. In addition, it offers the possibility of a Full MVVM conception, the interface is entirely Designable (much better than skinnable). Finally, its design is quite thin as it can instantiate a MediaElement or equivalent for smooth streaming according to the type of URL you provide : ISML ism and for smooth streaming wmv, mov, mp4 (H264) for standard videos. It is therefore possible to make a player at the card and avoid the arsenal of the library SMF provided by Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweened.org/en/2010/05/24/silverlight-smooth-streaming-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://dl.dropbox.com/u/375527/Wall-e.wmv" length="9262139" type="video/x-ms-wmv" />
<enclosure url="http://www.tweened.org/wp-content/files/PetitPanOcean.mov" length="34791218" type="video/quicktime" />
<enclosure url="http://www.tweened.org/wp-content/files/toystory3_1080p.mov" length="169217895" type="video/quicktime" />
<enclosure url="http://www.tweened.org/wp-content/files/toystory3_720p.mp4" length="36791707" type="video/mp4" />
		</item>
		<item>
		<title>Gallery in Silverlight for Wordpress</title>
		<link>http://www.tweened.org/en/2010/01/20/gallery-wordpress-en-silverlight/</link>
		<comments>http://www.tweened.org/en/2010/01/20/gallery-wordpress-en-silverlight/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 09:57:22 +0000</pubDate>
		<dc:creator>Eric Ambrosi</dc:creator>
				<category><![CDATA[Composants]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tweened.org/?p=57</guid>
		<description><![CDATA[
French version

I recently participated with Boris Forconi, in developing a plugin for wordpress. The idea was to create a Silverlight gallery in wordpress using the API but by developing the gallery itself in Silverlight. It is partially based on the one made by Tim Heuer. Boris has occupied any part of PHP and Wordpress integration. [...]]]></description>
			<content:encoded><![CDATA[<ul class="#dtreecatwrapper">
<li class="#dtreecatwrapper"><a href="http://www.tweened.org/fr/2010/01/20/gallery-wordpress-en-silverlight/">French version</a></li>
</ul>
<p>I recently participated with <a href="http://www.borisforconi.net/" target="_blank">Boris Forconi</a>, in developing a plugin for wordpress. The idea was to create a Silverlight gallery in wordpress using the API but by developing the gallery itself in Silverlight. It is partially based on the one made by <a href="http://timheuer.com/blog/articles/silverlight-for-wordpress.aspx" target="_blank">Tim Heuer</a>. Boris has occupied any part of PHP and Wordpress integration. For my part, I developed the Silverlight gallery. The goal is to provide a simple way to put pictures online nicely for Wordpress blogs as shown below:</p>
<p><div class="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="580" height="260" style='outline:none'>
<param name="source" value="http://www.tweened.org/wp-content/plugins/silverlight-gallery/ClientBin/pluginSL.xap"/>
<param name="background" value="transparent" />
<param name="windowless" value="1" />
<param name="minRuntimeVersion" value="3.0.40723.0" />
<param name="initParams" value="GalleryUrl=http://www.tweened.org/wp-content/plugins/silverlight-gallery/image_xml.php?id=57,
	 leftArrow=true, 
	rightArrow=true, 
	pageNumbers=true, 
	thumbnails=true, 
	fill=uniform" />
<param name="autoupgrade" value="true" />
<param name="enableHtmlAccess" value="true" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156&amp;v=3.0.40624.0" style="text-decoration: none;"><img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/></a></object></div></p>
<p>Just write a tag like : <em>[sl-gallery: ...]</em></p>
<p>You can set parameters as shown in the example below :</p>
<ul>
<li>width=400</li>
<li>height=400</li>
<li>leftArrow=true<br />
//show/hide left arrow</li>
<li>rightArrow=true<br />
//show/hide right arrow</li>
<li>pageNumbers=true<br />
//affiche ou cache la pagination</li>
<li>thumbnails=true<br />
//show/hide thumbnails</li>
<li>fill=uniform<br />
/ / used to indicate a way of filling you can choose between:<br />
/ / Uniform (homothetic part by filling ability)<br />
/ / UniformToFill (filling with homothety)<br />
/ / Fill (filling with deformation dimensions)<br />
/ / None (preserves the original dimensions)</li>
<li>bgcolor<br />
//set the background color</li>
<li>bgmode<br />
// set the background mode(windowless)</li>
</ul>
<p>The first good news is that it is possible to use a menu to set it all in 2 seconds. It adds to the administration of sections Wordpress. A small window appears when you click the button (see below).</p>
<p><a href="http://www.tweened.org/wp-content/files/adminPlugin.jpg" title="adminPlugin" rel="lightbox[57]"><img title="adminPlugin" src="http://www.tweened.org/wp-content/files/adminPlugin-300x154.jpg" alt="" width="300" height="154" /></a></p>
<p>The second good news is that we will quickly sources available on wordpress.com. This way you can completely change the visual side of the gallery Silverlight. In all cases, it dynamically retrieves images from the gallery Wordpress. You can download a first version <a href="http://www.tweened.org/wp-content/files/sl-gallery.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweened.org/en/2010/01/20/gallery-wordpress-en-silverlight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free ColorPicker and ColorChooser custom controls</title>
		<link>http://www.tweened.org/en/2010/01/05/free-colorpicker-and-colorchooser-custom-controls/</link>
		<comments>http://www.tweened.org/en/2010/01/05/free-colorpicker-and-colorchooser-custom-controls/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:03:42 +0000</pubDate>
		<dc:creator>Eric Ambrosi</dc:creator>
				<category><![CDATA[Composants]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[Custom Controls]]></category>

		<guid isPermaLink="false">http://www.tweened.org/fr/?p=416</guid>
		<description><![CDATA[
French version

I put online two new components outlined below :

You can download the tweenedcontrols library here.
ColorChooser
Since its beta version, this control has been greatly improved. It is now possible to click directly on the surface of the two swatches to select a color. The property is SelectedColor this time of type Color. This greatly simplifies the [...]]]></description>
			<content:encoded><![CDATA[<ul class="#dtreecatwrapper">
<li class="#dtreecatwrapper"><a href="http://www.tweened.org/fr/2010/01/05/free-colorpicker-and-colorchooser-custom-controls/">French version</a></li>
</ul>
<p>I put online two new components outlined below :</p>
<p><div id="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="540" height="323"><param name="source" value="http://www.tweened.org/wp-content/uploads/applis/TestColorControls.xap"/><param name="windowless" value="true"/><param name="background" value="#00FFFFFF" /><param name="minRuntimeVersion" value="3.0.40818.0" /><param name="autoupgrade" value="true" /><param name="enableHtmlAccess" value="true" /><param name="initParams" value="3.0.40818.0" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;"><img src="http://storage.timheuer.com/sl4wp-ph.png" alt="Install Microsoft Silverlight" style="border-style: none; width:400px; height:200px"/></a></object><iframe style="visibility:hidden;height:0;width:0;border:0px" id="_sl_historyFrame"></iframe></div><br /></p>
<p>You can download the <a href="../wp-content/files/tweenedcontrols.dll">tweenedcontrols library here</a>.</p>
<p><em>ColorChooser</em></p>
<p>Since its beta version, this control has been greatly improved. It is now possible to click directly on the surface of the two swatches to select a color. The property is SelectedColor this time of type Color. This greatly simplifies the code and avoids the usage of an IValueConverter class.</p>
<p><em>ColorPicker</em></p>
<p>That component is intended to make a ColorChooser appear when user click on it, with the help of an instance of Popup. The whole problem was to place the ColorChooser beside the ColorPicker in any case. To this end, I've created a method of  extension for Class Popup. It is also possible to access to the style and template of ColorChooser directly through the menu Template Edit =&gt; Edit Template Aditional as shown below.</p>
<p><a href="http://www.tweened.org/wp-content/files/cap.jpg" title="cap" rel="lightbox[416]"><img title="cap" src="http://www.tweened.org/wp-content/files/cap-300x289.jpg" alt="" width="300" height="289" /></a></p>
<p>ColorPicker has the IsOpen dependency property coupled with Opened and Closed events. Apart from this trick this class exposes properties and events of a ColorChooser.</p>
<p>[silverlight: http://www.tweened.org/wp-content/uploads/applis/TestColorControls.xap, 540, 323,3.0.40818.0]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweened.org/en/2010/01/05/free-colorpicker-and-colorchooser-custom-controls/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>A new PieProgressBar Control</title>
		<link>http://www.tweened.org/en/2009/12/16/a-new-pieprogressbar-custom-control/</link>
		<comments>http://www.tweened.org/en/2009/12/16/a-new-pieprogressbar-custom-control/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:34:35 +0000</pubDate>
		<dc:creator>Eric Ambrosi</dc:creator>
				<category><![CDATA[Composants]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Tweened]]></category>

		<guid isPermaLink="false">http://www.tweened.org/fr/2009/12/16/a-new-pieprogressbar-custom-control/</guid>
		<description><![CDATA[
French version

For the purposes of a recent production, I had to design a control named PieProgressBar. This class inherits RangeBase and as such has all the capabilities inherent in this type of control. It behaves in the end like any type ProgressBar control with a few more things. The hard part was to create dynamically [...]]]></description>
			<content:encoded><![CDATA[<ul class="#dtreecatwrapper">
<li class="#dtreecatwrapper"><a href="http://www.tweened.org/fr/2009/12/16/a-new-pieprogressbar-custom-control/">French version</a></li>
</ul>
<p><span id="result_box" class="long_text"><span style="background-color: #ffffff;" title="Pour les besoins d'une production récente, j'ai du concevoir un contrôle de progression circulaire nommé PieProgressBar." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">For the purposes of a recent production, I had to design a control named PieProgressBar. </span><span style="background-color: #ffffff;" title="Ce dernier hérite de la classe RangeBase et bénéficie à ce titre de toutes les capacités inhérentes à ce type de contrôle." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">This class inherits <em>RangeBase </em>and as such has all the capabilities inherent in this type of control. </span><span style="background-color: #ffffff;" title="Il se comporte au final comme n'importe quel contrôle de type ProgressBar avec quelques petites choses en plus." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">It behaves in the end like any type ProgressBar control with a few more things. </span><span style="background-color: #ffffff;" title="La petite difficulté fut de créer dynamiquement le camembert de progression via C#." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">The hard part was to create dynamically pie in C #. </span><span style="background-color: #ffffff;" title="Contrairement à WPF, Silverlight ne permet pas de surcharger de méthode permettant de créer de nouveaux genres de Shape." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Unlike WPF, Silverlight does not allow to override method to create new kinds of Shape. </span><span style="background-color: #ffffff;" title="Autrement dit, même si Shape est une classe abstraite, il ne sert à rien d'en hériter car la méthode de conception du tracé ne peut être surchargée." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">In other words, even if Shape is an abstract class, it is useless to inherit because the method of route design can not be overloaded.<br />
</span><span style="background-color: #ffffff;" title="L'autre technique consiste à utiliser le &quot;Path mini language&quot; qui permet de créer des figures géométriques en XAML." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">The other technique is to use the "Path mini language" for creating geometric shapes in XAML. </span><span style="background-color: #ffffff;" title="J'ai du utiliser 3 segments dont un ArcSegment afin de réaliser ce contrôle." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">I had to use 3 segments with a ArcSegment to achieve this control. </span><span style="background-color: #ffffff;" title="comme je ne pouvais pas créer de primitive Pie pour le graphiste sous Blend, il a fallu ruser..." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">as I could not create primitive Pie for the designer in Blend, it took cunning ... </span><span style="background-color: #ffffff;" title="La technique consiste a créer dynamiquement le camembert lors de l'assignation d'une partie de contrôle (ControlPart)." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">The technique involves creating a pie chart dynamically when assigning a control part (ControlPart). </span><span style="background-color: #ffffff;" title="En interne, les propriétés de remplissage du tracé généré, sont liées aux propriétés du contrôle via une simple liaison de données créées cote C#." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Internally, the properties of filling the route generated, are related to properties of the control via a simple data binding created in C #.<br />
</span><span style="background-color: #ffffff;" title="Vous pouvez en voir des exemplaires ci-dessous et télécharger la librairie tweenedcontrols ici." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">You can see some examples below and download the library </span></span> <a href="http://www.tweened.org/wp-content/files/tweenedcontrols.dll">tweenedcontrols here</a><span id="result_box" class="long_text"><span style="background-color: #ffffff;" title="Vous pouvez en voir des exemplaires ci-dessous et télécharger la librairie tweenedcontrols ici." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">. </span></span></p>
<p><div id="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="320" height="120"><param name="source" value="http://www.tweened.org/wp-content/uploads/applis/TestControls.xap"/><param name="windowless" value="true"/><param name="background" value="#00FFFFFF" /><param name="minRuntimeVersion" value="3.0.40818.0" /><param name="autoupgrade" value="true" /><param name="enableHtmlAccess" value="true" /><param name="initParams" value="3.0.40818.0" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;"><img src="http://storage.timheuer.com/sl4wp-ph.png" alt="Install Microsoft Silverlight" style="border-style: none; width:400px; height:200px"/></a></object><iframe style="visibility:hidden;height:0;width:0;border:0px" id="_sl_historyFrame"></iframe></div><br /></p>
<p><span id="result_box" class="medium_text"><span style="background-color: #ffffff;" title="Une fois la dll référencée, vous pouvez instancier des contrôle PieProgressBar dans Blend via le panneau Assets comme montré ci-dessous :">Once the dll referenced, you can instantiate the control </span></span><span id="result_box" class="medium_text"><span style="background-color: #ffffff;" title="Une fois la dll référencée, vous pouvez instancier des contrôle PieProgressBar dans Blend via le panneau Assets comme montré ci-dessous :">PieProgressBar </span></span><span id="result_box" class="medium_text"><span style="background-color: #ffffff;" title="Une fois la dll référencée, vous pouvez instancier des contrôle PieProgressBar dans Blend via le panneau Assets comme montré ci-dessous :"> in Blend through the Assets panel as shown below:</span></span></p>
<p><a href="http://www.tweened.org/wp-content/files/accespieprogressbar.jpg" title="accespieprogressbar" rel="lightbox[403]"><img class="alignleft size-full wp-image-411" title="accespieprogressbar" src="http://www.tweened.org/wp-content/files/accespieprogressbar.jpg" alt="" width="500" height="281" /></a></p>
<p><span id="result_box" class="medium_text"><span style="background-color: #ffffff;" title="Ce composant va être sans doute inclu comme d'autres dans le projet CodePlex SLExtensions que Thierry Bouquain met à jour en ce moment et que je salue au passage :)">This component will probably be included as others in the CodePlex project SLExtensions. Thierry Bouquain updates it at this time and I welcome the move <img src='http://www.tweened.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweened.org/en/2009/12/16/a-new-pieprogressbar-custom-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CustomControl ColorChooser and ColorPicker</title>
		<link>http://www.tweened.org/en/2009/10/30/customcontrol-colorchooser-and-colorpicker/</link>
		<comments>http://www.tweened.org/en/2009/10/30/customcontrol-colorchooser-and-colorpicker/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 11:34:04 +0000</pubDate>
		<dc:creator>Eric Ambrosi</dc:creator>
				<category><![CDATA[Actus]]></category>
		<category><![CDATA[Composants]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Tutos Vidéos]]></category>
		<category><![CDATA[Tweened]]></category>
		<category><![CDATA[Silverlight 3]]></category>

		<guid isPermaLink="false">http://www.tweened.org/fr/?p=354</guid>
		<description><![CDATA[
French version


Hi, I recently have to find a solution create two customs controls
I recently needed controls customizable type ColorPicker ColorChooser and, finding none, I have designed from scratch, here's a demo.

They are in beta but I think provide a final version by November 15. In the meantime, if you want to test those controls and [...]]]></description>
			<content:encoded><![CDATA[<ul class="#dtreecatwrapper">
<li class="#dtreecatwrapper"><a href="http://www.tweened.org/fr/2009/10/30/customcontrol-colorchooser-and-colorpicker/">French version</a></li>
</ul>
<p><a href="http://www.tweened.org/wp-content/files/capture21.jpg" title="capture21" rel="lightbox[354]"><img class="alignnone size-full wp-image-365" style="border: 0pt none; margin-top: 5px; margin-bottom: 5px;" title="capture21" src="http://www.tweened.org/wp-content/files/capture21.jpg" alt="" width="580" height="184" /></a></p>
<p>Hi, I recently have to find a solution create two customs controls</p>
<p>I recently needed controls customizable type ColorPicker ColorChooser and, finding none, I have designed from scratch, here's a demo.</p>
<p><div id="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="540" height="330"><param name="source" value="http://www.tweened.org/wp-content/uploads/applis/colorPicker.xap"/><param name="windowless" value="true"/><param name="background" value="#00FFFFFF" /><param name="minRuntimeVersion" value="3.0.40818.0" /><param name="autoupgrade" value="true" /><param name="enableHtmlAccess" value="true" /><param name="initParams" value="3.0.40818.0" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;"><img src="http://storage.timheuer.com/sl4wp-ph.png" alt="Install Microsoft Silverlight" style="border-style: none; width:400px; height:200px"/></a></object><iframe style="visibility:hidden;height:0;width:0;border:0px" id="_sl_historyFrame"></iframe></div><br /></p>
<p>They are in beta but I think provide a final version by November 15. In the meantime, if you want to test those controls and download the dll to test in SL3 is <a href="http://www.tweened.org/wp-content/uploads/applis/TweenedControls.dll">here</a>.</p>
<p>Ps: the Silverlight plugin for wordpress provided by  <a href="http://timheuer.com/blog/" target="_blank">Tim Heuer</a>, is powerful and useful, so thank you to him, I will only use this solution from now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tweened.org/en/2009/10/30/customcontrol-colorchooser-and-colorpicker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
