<?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>Camptocamp &#187; Flex</title>
	<atom:link href="http://www.camptocamp.com/actualite-tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.camptocamp.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 12:48:51 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>My first steps with OpenScales</title>
		<link>http://www.camptocamp.com/actualite/my-first-steps-with-openscales/</link>
		<comments>http://www.camptocamp.com/actualite/my-first-steps-with-openscales/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:47:00 +0000</pubDate>
		<dc:creator>camptocamp</dc:creator>
				<category><![CDATA[Geospatial]]></category>

		<guid isPermaLink="false">http://c2cpc20.camptocamp.com/index.php?option=com_wordpress&#038;p=599</guid>
		<description><![CDATA[<p>After a big refactoring of the imported/rewritten OpenLayers code, I wanted to test a little bit OpenScales . After playing with the demo: http://openscales.org/openscales.swf , let&#8217;s try to develop something. All information can be found here: http://openscales.org/p/openscales/page/Development/ Important information : because FlexBuilder doesn&#8217;t work on Linux, I&#8217;m on a Vista Home edition computer. 1. Install [...]</p><p>Cet article <a href="http://www.camptocamp.com/actualite/my-first-steps-with-openscales/">My first steps with OpenScales</a> est apparu en premier sur <a href="http://www.camptocamp.com">Camptocamp</a>.</p>]]></description>
			<content:encoded><![CDATA[     <p>After a big refactoring of the imported/rewritten OpenLayers code, I wanted to test a little bit <a href="http://openscales.org/">OpenScales</a> . After playing with the demo: <a href="http://openscales.org/openscales.swf">http://openscales.org/openscales.swf</a> , let&rsquo;s try to develop something.<br />
All information can be found here: <a href="http://openscales.org/p/openscales/page/Development/">http://openscales.org/p/openscales/page/Development/</a><br />
Important information : because FlexBuilder doesn&rsquo;t work on Linux, I&rsquo;m on a Vista Home edition computer.</p>
<p>1. Install <a href="http://tortoisesvn.tigris.org/">Tortoise</a> . Good Windows installer here: <a href="http://tortoisesvn.net/downloads">http://tortoisesvn.net/downloads</a> (bouh&#8230; it needs a restart&#8230;)</p>
<p>2. Checkout svn code with Tortoise</p>
<div style="text-align: center;"><a href="http://1.bp.blogspot.com/_LDKAMHrPsbE/SeNxONoLX3I/AAAAAAAAGXg/n_M6wqsFmc4/s1600-h/TortoiseCheckout.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5324223673472343922" style="cursor: pointer; width: 400px; height: 309px;" src="http://1.bp.blogspot.com/_LDKAMHrPsbE/SeNxONoLX3I/AAAAAAAAGXg/n_M6wqsFmc4/s400/TortoiseCheckout.jpg" border="0" alt="" /> </a></div>
<p>3. Then start FlexBuilder (<a href="http://www.adobe.com/products/flex/">standard version for 249$</a> ). In Flex builder, click on File -&gt; Import -&gt; General -&gt; Existing projects into workspace and FlexBuilder makes all the work for you.</p>
<p>4. Then find openscales-fx-examplessrcmainflexindex.mxml and run it. If you see a nice flex app, then it should be ok.</p>
<p>5. For the fun, I changed the line 43 of OpenStreetMap.mxml from<br />
mark.addEventListener(MouseEvent.CLICK, showPopup); to<br />
mark.addEventListener(MouseEvent.MOUSE_OVER, showPopup);<br />
It works !</p>
<p>Hope it can help someone.</p>
<p>Cet article <a href="http://www.camptocamp.com/actualite/my-first-steps-with-openscales/">My first steps with OpenScales</a> est apparu en premier sur <a href="http://www.camptocamp.com">Camptocamp</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.camptocamp.com/actualite/my-first-steps-with-openscales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MapFish Labs: Flex prototype</title>
		<link>http://www.camptocamp.com/actualite/mapfish-labs-flex-prototype/</link>
		<comments>http://www.camptocamp.com/actualite/mapfish-labs-flex-prototype/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 08:52:00 +0000</pubDate>
		<dc:creator>camptocamp</dc:creator>
				<category><![CDATA[Geospatial]]></category>

		<guid isPermaLink="false">http://c2cpc20.camptocamp.com/index.php?option=com_wordpress&#038;p=279</guid>
		<description><![CDATA[<p>Have a look at the new MapFish prototype which uses Flex technology. This prototype is a client side application with the following functions:- Navigation: Zoom / Pan / Full extent- Layer Tree- Satistical representation: chloropleth and proportional symbols- Legend for proportional symbols- Tooltip with hyperlink- Higlight feature We see Flex as an alternative to GeoExt, [...]</p><p>Cet article <a href="http://www.camptocamp.com/actualite/mapfish-labs-flex-prototype/">MapFish Labs: Flex prototype</a> est apparu en premier sur <a href="http://www.camptocamp.com">Camptocamp</a>.</p>]]></description>
			<content:encoded><![CDATA[     <p>Have a <a href="http://dev.mapfish.org/sandbox/labs/FlexDashboard/bin-release/FlexDashboard.html">look at the new MapFish prototype</a> which uses Flex technology.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_LDKAMHrPsbE/SbtwuqFDpCI/AAAAAAAAGWw/xi7Cu8KPMHc/s1600-h/Dasboard.png"><img style="cursor:pointer; cursor:hand;width: 400px; height: 224px;" src="http://3.bp.blogspot.com/_LDKAMHrPsbE/SbtwuqFDpCI/AAAAAAAAGWw/xi7Cu8KPMHc/s400/Dasboard.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5312964132285424674" /></a></p>
<p>This prototype is a client side application with the following functions:<br />- Navigation: Zoom / Pan / Full extent<br />- Layer Tree<br />- Satistical representation: chloropleth and proportional symbols<br />- Legend for proportional symbols<br />- Tooltip with hyperlink<br />- Higlight feature</p>
<p>We see Flex as an alternative to GeoExt, but Flex doesn&rsquo;t have currently the power of ExtJS and OpenLayers. We look forward to use <a href="http://openscales.org/">OpenScales</a> in a near future in order to create real web mapping applications with Flex.</p>
<p>Cet article <a href="http://www.camptocamp.com/actualite/mapfish-labs-flex-prototype/">MapFish Labs: Flex prototype</a> est apparu en premier sur <a href="http://www.camptocamp.com">Camptocamp</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.camptocamp.com/actualite/mapfish-labs-flex-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
